1%===========================================================================
2%
3%       ${srcdir}/doc/LiDIA.tex
4%
5%---------------------------------------------------------------------------
6%%
7%%  This file contains the LaTeX-files of the LiDIA  Manual
8%%  needed by latex2html
9%%
10%%  Author: Thomas Papanikolaou (TP), Safuat Hamdy (SH)
11%%
12%%  To be able to translate LiDIA into HTML some tricks had to
13%%  be used a) put lidia.sty in this file b) let some commands
14%%  unprocessed and c) make a suitable .latex2html-init file.
15%%
16%%  Copyright   (c)   1995--2004   by  LiDIA-Group
17%%
18%%  T H I S   R E Q U I R E S   L A T E X 2 e ! ! !
19%
20%===========================================================================
21
22\documentclass[10pt,twoside]{book}
23\usepackage{ifpdf}
24\usepackage[a4paper,pagesize]{typearea}
25\usepackage[T1]{fontenc}
26% uncomment the following line if you do not have the EC and EM Type 1
27% fonts installed.  Using package "ae" will produce better-looking
28% postscript output for on-screen viewing if one plans to convert the
29% postscript to PDF.
30\usepackage{ae}
31\usepackage{amsmath,amssymb}
32\usepackage{makeidx}
33\usepackage{graphics}
34\usepackage{color}
35\definecolor{lightgray}{gray}{0.87}
36\definecolor{darkgray}{gray}{0.40}
37%\usepackage{html}
38\usepackage{fancyhdr}
39\usepackage{xspace}
40\usepackage{url}
41
42%
43%       general page layout (see description to fancyhdr)
44%
45\pagestyle{fancy}
46\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
47\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
48\fancyhf{}
49\fancyhead[LE,RO]{\bfseries\thepage}
50\fancyhead[RE]{\nouppercase{\bfseries\leftmark}}
51\fancyhead[LO]{\nouppercase{\bfseries\rightmark}}
52\fancypagestyle{plain}{%
53  \fancyhf{}%
54  \renewcommand{\headrulewidth}{0pt}%
55  \renewcommand{\footrulewidth}{0pt}}
56
57\setcounter{errorcontextlines}{10}
58
59\input{LiDIA.def}
60
61\makeindex
62
63%\overfullrule=0.5em
64
65\begin{document}
66\bibliographystyle{acm}
67\pagenumbering{roman}
68%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
69%%
70%% Title page
71%%
72\begin{titlepage}
73  \begin{center}
74    \bfseries
75    \vglue5ex
76
77    \Large
78    S.~Hamdy (Ed.)
79
80    \rule{\textwidth}{4pt}
81    \bigskip
82
83    \Huge\LiDIA
84
85    \bigskip\Large
86    A library for computational number theory
87
88    \bigskip\bigskip
89    \rule{\textwidth}{4pt}
90
91    \bigskip\Huge
92    Reference Manual
93
94    \bigskip\Large
95    Edition \Version, May 2004
96  \end{center}
97\end{titlepage}
98
99%%
100%% back title page
101%%
102\begingroup
103  \thispagestyle{plain}
104  \raggedright\parskip=\baselineskip
105  S.~Hamdy (Ed.)
106  \par
107  \LiDIA --- A library for computational number theory\\
108  Reference manual, Edition \Version
109  \par
110  Technische Universit\"at Darmstadt\\
111  Fachbereich Informatik\\
112  Institut f\"ur Theoretische Informatik\\
113  Hochschulstra{\ss}e 10\\
114  D--64287 Darmstadt\\
115  Germany
116  \par
117  Copyright {\copyright} 1994--2004 the \LiDIA-Group
118\endgroup
119\cleardoublepage
120
121\begingroup
122\makeuscoreother
123\tableofcontents
124\endgroup
125\cleardoublepage
126
127\pagenumbering{arabic}
128\setcounter{page}{1}
129
130%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
131%%
132%%  Include the overview chapter
133%%
134\include{copyright}
135\include{overview}
136
137
138%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
139%%
140%%  Include the example program
141%%
142\include{use}
143
144
145%\part{Reference Manual}
146%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
147%%
148%%  Include the manual pages
149%%
150\include{LiDIA_base}
151\include{LiDIA_FF}
152\include{LiDIA_LA}
153\include{LiDIA_LT}
154\include{LiDIA_NF}
155\include{LiDIA_EC}
156\include{LiDIA_ECO}
157\include{LiDIA_GEC}
158
159%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
160%%
161%% Copyright notice
162%%
163
164%\part{Appenices}
165
166\appendix
167%\addcontentsline{toc}{chapter}{Copyright}
168%\input{copyright}
169
170%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
171%%
172%%  Include the bibliography
173%%
174
175\addcontentsline{toc}{chapter}{Bibliography}
176%\input{bibliography}
177\bibliography{LiDIA}
178\clearpage
179
180
181%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
182%%
183%% Print the index
184%%
185
186%\addcontentsline{toc}{chapter}{Index}
187%\input{LiDIA.ind}
188
189
190%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
191%%
192%% The End
193%%
194
195\end{document}
196