mirror of
https://github.com/thestk/stk
synced 2026-01-11 12:01:52 +00:00
32 lines
904 B
TeX
32 lines
904 B
TeX
\documentclass[letter]{book}
|
|
\usepackage{makeidx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{graphicx}
|
|
\usepackage{float}
|
|
\usepackage{alltt}
|
|
\usepackage{doxygen}
|
|
\usepackage{hyperref}
|
|
\makeindex
|
|
\setcounter{tocdepth}{1}
|
|
\setlength{\footrulewidth}{0.4pt}
|
|
\begin{document}
|
|
\begin{titlepage}
|
|
\vspace*{7cm}
|
|
\begin{center}
|
|
{\Large User Manual}\\
|
|
\vspace*{0.5cm}
|
|
{\Large The Synthesis ToolKit in C++}\\
|
|
\vspace*{1cm}
|
|
{\large by Perry R. Cook and Gary P. Scavone}\\
|
|
\vspace*{0.5cm}
|
|
{\small \copyright 1995--2007}\\
|
|
\end{center}
|
|
\end{titlepage}
|
|
\clearemptydoublepage
|
|
\pagenumbering{roman}
|
|
\rfoot[\fancyplain{}{\bfseries\scriptsize The Synthesis ToolKit in C++ by Perry R. Cook and Gary P. Scavone, \copyright~1995--2007}]{}
|
|
\lfoot[]{\fancyplain{}{\bfseries\scriptsize The Synthesis ToolKit in C++ by Perry R. Cook and Gary P. Scavone, \copyright~1995--2007}}
|
|
\tableofcontents
|
|
\clearemptydoublepage
|
|
\pagenumbering{arabic}
|