Polyhedron_Factor: fix updating of groups
[barvinok.git] / doc / barvinok.tex
blob55b98844c1fff5cdeb0ac7e3d3b0194ae7938276
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}
11 \usepackage{graphicx}
13 \makeglossary
14 \makeindex
16 \newdimen\intercol
18 \begin{document}
20 \title{\barvinok/: User Guide\\
21 \small Version: \input{version} }
22 \author{Sven Verdoolaege}
24 \maketitle
26 \addcontentsline{toc}{section}{\contentsname}
27 \tableofcontents
29 \listoffigures
31 \include{Internal}
33 \include{applications}
35 \include{polymake}
37 \include{omega}
39 \include{implementation}
41 \include{reports}
43 \bibliography{barvinok}
44 \bibliographystyle{chicago}
46 \printglosstex(acr)
48 \index{index|(}
50 \let\savesection\section
51 \def\section#1#2{\savesection#1#2\addcontentsline{toc}{section}{\indexname}}
52 \printindex
53 \let\section\savesection
55 \index{index|)}
57 \end{document}