doc: clean up "exponential substitution" section
[barvinok.git] / doc / barvinok.tex
blob645720f8abc7bb90b80fe97fd0b8da2630e09920
1 \documentclass[10pt,dvips,openbib]{article}
2 \usepackage{makeidx}
3 \usepackage[all,web,line,arc,tile,color]{xy}
4 \usepackage[plainpages=false,pdfpagelabels,breaklinks,pagebackref]{hyperref}
5 \usepackage{mydefs}
6 \usepackage{algorithm} % after hyperref
7 \usepackage{chicago}
8 \usepackage{glosstex}
9 \usepackage{newproof}
10 \usepackage{txfonts}
12 \makeglossary
13 \makeindex
15 \newdimen\intercol
17 \begin{document}
19 \title{\barvinok/: User Guide\\
20 \small Version: \input{version} }
21 \author{Sven Verdoolaege}
23 \maketitle
25 \addcontentsline{toc}{section}{\contentsname}
26 \tableofcontents
28 \listoffigures
30 \include{Internal}
32 \include{applications}
34 \include{polymake}
36 \include{omega}
38 \include{implementation}
40 \include{reports}
42 \bibliography{barvinok}
43 \bibliographystyle{chicago}
45 \printglosstex(acr)
47 \index{index|(}
49 \let\savesection\section
50 \def\section#1#2{\savesection#1#2\addcontentsline{toc}{section}{\indexname}}
51 \printindex
52 \let\section\savesection
54 \index{index|)}
56 \end{document}