You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
904B

  1. \documentclass[letter]{book}
  2. \usepackage{makeidx}
  3. \usepackage{fancyhdr}
  4. \usepackage{graphicx}
  5. \usepackage{float}
  6. \usepackage{alltt}
  7. \usepackage{doxygen}
  8. \usepackage{hyperref}
  9. \makeindex
  10. \setcounter{tocdepth}{1}
  11. \setlength{\footrulewidth}{0.4pt}
  12. \begin{document}
  13. \begin{titlepage}
  14. \vspace*{7cm}
  15. \begin{center}
  16. {\Large User Manual}\\
  17. \vspace*{0.5cm}
  18. {\Large The Synthesis ToolKit in C++}\\
  19. \vspace*{1cm}
  20. {\large by Perry R. Cook and Gary P. Scavone}\\
  21. \vspace*{0.5cm}
  22. {\small \copyright 1995--2007}\\
  23. \end{center}
  24. \end{titlepage}
  25. \clearemptydoublepage
  26. \pagenumbering{roman}
  27. \rfoot[\fancyplain{}{\bfseries\scriptsize The Synthesis ToolKit in C++ by Perry R. Cook and Gary P. Scavone, \copyright~1995--2007}]{}
  28. \lfoot[]{\fancyplain{}{\bfseries\scriptsize The Synthesis ToolKit in C++ by Perry R. Cook and Gary P. Scavone, \copyright~1995--2007}}
  29. \tableofcontents
  30. \clearemptydoublepage
  31. \pagenumbering{arabic}