-
Notifications
You must be signed in to change notification settings - Fork 335
/
Copy pathbook.tex
45 lines (43 loc) · 1.11 KB
/
book.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\documentclass[twoside, openright]{book}
\include{definitions}
\include{f_title_page}
\makeindex
% paperback only
\geometry{bindingoffset=1cm, twoside, paperwidth=6in, paperheight=9in, top=.9in, bottom=.6667in, outer=0.667in}
% \includeonly{f_copyright}
\begin{document}
\defaultbibliography{bibtex}
\frontmatter
\maketitle
\include{f_copyright}
\cleardoublepage\include{f_toc}
\addtocontents{toc}{\protect\markboth{Contents}{}}
\cleardoublepage\include{f_foreword}
\cleardoublepage\include{f_preface}
\cleardoublepage\include{f_acknowledgments}
\mainmatter
\part{Background}
\include{c_introduction}
\part{Algorithms}
\include{c_stochastic}
\include{c_evolution}
\include{c_physical}
\include{c_probabilistic}
\include{c_swarm}
\include{c_immune}
\include{c_neural}
\part{Extensions}
\include{c_advanced}
\part{Appendix}
\appendix
\include{b_appendix1}
\cleardoublepage
\include{b_errata}
% correct handling of the index (new odd page)
\cleardoublepage
\phantomsection
\addcontentsline{toc}{part}{Index}
{\footnotesize \printindex}
% blank page
\blanknonumber\cleardoublepage
\end{document}