forked from AlexanderWillner/Review
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreview.tex
69 lines (59 loc) · 1.71 KB
/
review.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
%/**
% * LaTeX review template (main file)
% * @author : Alexander willner ([email protected])
% */
% /* include config ------------------------------------------------------ */
\input{review.config.tex}
%\excludecomment{finalComments}
\def\showDedication{1} % 1=show it, 0=hide it
% /* --------------------------------------------------------------------- */
% /* begin paper --------------------------------------------------------- */
\begin{document}
% \frontmatter
% \pagestyle{empty}
% \pagenumbering{alph}
% \include{src/title}
% \cleardoublepage
% \include{src/deposition}
% \ifnum\showDedication > 0
% \cleardoublepage
% \include{src/dedication}
% \fi
% \cleardoublepage
% \pagestyle{headings}
% \pagenumbering{roman}
% \setcounter{page}{1}
% \include{src/abstract}
% \ifnum\showDedication > 0
% \include{src/acknowledgment}
% \fi
% \cleardoublepage
% \phantomsection
% \include{src/tables}
% \cleardoublepage
\mainmatter
\pagenumbering{arabic}
\setcounter{page}{1}
% \linenumbers
\include{src/review}
% \nolinenumbers
% \cleardoublepage
% \appendix
% \pagenumbering{Roman}
% \setcounter{page}{1}
% \include{src/appendix}
% \include{src/unsorted}
% \cleardoublepage
%\bibliographystyle{abbrv}
%% To list uncited references (disable the line above):
% \bibliographystyle{unsrt}
% \cite{uncited}
% \nocite{*}
% \bibliography{template,build}
% \mtcaddchapter\addcontentsline{toc}{chapter}{Bibliography}
% \backmatter
% \cleardoublepage
% \renewcommand{\indexname}{Index}
% \printindex
\end{document}
% /* ----------------------------------------------------------- end paper */