-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
43 lines (35 loc) · 1.24 KB
/
main.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
\documentclass{article}
\usepackage[public,nonatbib]{voyager}
% \usepackage[public,nonatbib,nonotice]{voyager}
% Default packages.
\usepackage[sorting=none, giveninits=true, maxnames=10]{biblatex}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[verbose=true,letterpaper]{geometry}
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
\usepackage{hyperref} % hyperlinks
\usepackage{url} % simple URL typesetting
\usepackage{booktabs} % professional-quality tables
\usepackage{amsfonts} % blackboard math symbols
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage{microtype} % microtypograph
\newcommand{\zafar}[1]{{\color{red}[Zafar: #1]}}
\newcommand{\missingcitation}[1][?]{{\color{red}[#1]}}
\input{config}
\input{tex/00-preamble}
%% Bibliography in `biblatex' goes before the document.
\bibliography{main}
\begin{document}
% \input{tex/01-introduction}
% \newpage
\maketitle
\input{tex/20-workflow}
% \input{tex/30-lookout}
\input{tex/10-advice}
\nocite{danijar:recur-tips}
\printbibliography
\appendix
% \newpage\input{tex/a00-appendix_about_stuff}
% \newpage\input{tex/a10-appendix_about_some_other_stuff}
% \newpage\input{tex/99-acknowledgements}
% \input{tex/999-skeleton}
\end{document}