bernstein.cc: evalue2ex: don't assume all periodic tables have the same size
[barvinok.git] / doc / barvinok.tex
blob4e40387e078e6aff82c76c1e9dbcf34751f62716
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}
11 \makeglossary
12 \makeindex
14 \newdimen\intercol
16 \begin{document}
18 \title{\barvinok/: User Guide\\
19 \small Version: \input{version} }
20 \author{Sven Verdoolaege}
22 \maketitle
24 \addcontentsline{toc}{section}{\contentsname}
25 \tableofcontents
27 \listoffigures
29 \include{Internal}
31 \include{applications}
33 \include{polymake}
35 \include{omega}
37 \include{implementation}
39 \include{reports}
41 \bibliography{barvinok}
42 \bibliographystyle{chicago}
44 \printglosstex(acr)
46 \index{index|(}
48 \let\savesection\section
49 \def\section#1#2{\savesection#1#2\addcontentsline{toc}{section}{\indexname}}
50 \printindex
51 \let\section\savesection
53 \index{index|)}
55 \end{document}