forked from ALICE-InRu/Thesis
-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesis.tex
34 lines (25 loc) · 940 Bytes
/
thesis.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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
%! xelatex thesis.tex
%! makeindex thesis.nlo -s nomencl.ist -o thesis.nls
\documentclass{hi-thesis}
\input{scripts/shorthand} % put your own shorthand declarations in this document
\bibinput{papers/papers} % put only *your* publications here
\begin{document}
\printmode{final} % draft or final - case sensitive
% Front matter and dependencies defined
\printFrontMatter{This is not for you} % insert your dedication here
% Main matter, include each chapter...
\prologue
\include{chapters/example}
% Back matter
\HeaderQuote{A cat may look at a king. I've read that in some book, but I don't
remember where.}{Alice}
\bibliographystyle{abbrvnat}
\bibliography{papers/references}
\addcontentsline{toc}{chapter}{\bibname}
\appendix
\include{endmatter/fun} % test function suite
\papers % this includes all our published papers from endmatter/papers
\colophon
\end{document}