-
Notifications
You must be signed in to change notification settings - Fork 0
/
jod.tex
65 lines (49 loc) · 1.14 KB
/
jod.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
%\listfiles
% JOD system documentation (Latex2e document)
%
% started - January 16, 2008
% revised - April 1, 2014 - not an April's fools joke!
%
% This document is the root for JOD system documentation.
%
% To compile this document execute the following commands
% in the documents root directory
%
% latex jod
% bibtex jod
% makeindex jod
% latex jod
% latex jod
% dvips jod
% ps2pdf jod.ps
\input{jodamble}
\begin{document}
%\pagecolor[HTML]{FFDEAD} % entire document here
%\maketitle
\input{jodtitlepage}
\newpage
\tableofcontents
\newpage
%\include{} % starts inclusion on newpage
\input{jodintro}
\input{jodtutor}
\input{jodbest}
\input{jodwords}
\input{jodscripts}
%\input{jodexample}
\input{jodfiles}
% some appendix sources \include
\include{jodappendices}
% bibliography
\bibliographystyle{plain}
\bibliography{jodbib}
\newpage
\listoftables
\listoffigures
% insert following in jod.ind and run with the no makeindex
% option for the final build - so far haven't been able
% to figure out how to get fancy headers on the index
%\addcontentsline{toc}{section}{Index}
%\input{jodfinalidx.tex}
\printindex
\end{document}