-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
104 lines (72 loc) · 3.14 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
%! TEX root = main.tex
%\documentclass[chap]{thesis}
\documentclass{thesis}
\input{CrallPramb}
\input{CrallDef}
%\addbibresource{final-bib.bib}
%\defbibheading{secbib}[\bibname]{%
% \section*{#1}%
% \markboth{#1}{#1}}
\begin{comment}
https://www.cs.rpi.edu/academics/grad/phd.html
http://gradoffice.rpi.edu/update.do
http://www.rpi.edu/dept/grad/docs/Dissertation%20Checklist.pdf
http://www.rpi.edu/dept/grad/docs/Thesis%20Manual.pdf
http://www.ewp.rpi.edu/hartford/~ernesto/Ancillary-Codes/RPI_Thesis_Templates/Word/manual.pdf
Submit here: http://www.etdadmin.com/cgi-bin/school?siteId=489
rsync -arvhzP --include='figures*/***' --exclude='*' [email protected]:latex/crall-thesis-2017/ ~/latex/crall-thesis-2017
rsync -arvhzP --include='figures*/***' --exclude='*' [email protected]:latex/crall-thesis-2017/ ~/latex/crall-thesis-2017
rsync -arvhzP [email protected]:latex/crall-thesis-2017/figures5/PZ_Master1/dbstats.tex ~/latex/crall-thesis-2017/figures5/PZ_Master1/dbstats.tex
rsync -arvhzP --include='figures*/***' --exclude='*' ~/latex/crall-thesis-2017 [email protected]:latex/crall-thesis-2017/
rsync -arvhzP ~/latex/crall-thesis-2017/figures2/ [email protected]:latex/crall-thesis-2017/figures2
rsync -arvhzP ~/latex/crall-thesis-2017/figures1/ [email protected]:latex/crall-thesis-2017/figures1
./texfix.py --fpaths main.tex --outline --asmarkdown --numlines=999 -w --ignoreinputstartswith=def,Crall,header,colordef,figdef
./texfix.py --fpaths main.tex --outline --numlines=0 -w --ignoreinputstartswith=def,Crall,header,colordef,figdef
./texfix.py --fpaths main.tex --outline --numlines=0 --ignoreinputstartswith=def,Crall,header,colordef,figdef
\end{comment}
\author{Jonathan P. Crall}
\thesistitle{Identifying Individual Animals using Ranking, Verification, and Connectivity}
\degree{Doctor of Philosophy}
\department{Computer Science}
\signaturelines{4} %max number of signature lines is 7
\thadviser{Dr.\ Charles Stewart}
\memberone{Dr.\ Barbara Cutler}
\membertwo{Dr.\ Bülent Yener}
\memberthree{Dr.\ Richard Radke}
\submitdate{June 2017\\(For Graduation August 2017)}
%\submitdate{June 2016}
%\copyrightyear{2017} % if omitted, current year is used.
\begin{document}
\titlepage{}
%\copyrightpage{} % optional
\tableofcontents{}
\listoftables{} % required if there are tables
\listoffigures{} % required if there are figures
\input{acknowledgment}
\input{abstract}
\input{def}
\input{figdef1}
\input{figdef2}
\input{figdef3}
\input{figdef4}
\input{figdef5}
\include{chapter1-intro}
\include{chapter2-related-work}
\include{chapter3-matching}
\include{chapter4-pairclf}
\include{chapter5-graphid}
\include{chapter6-conclusion}
%\include{testfile}
%\cleardoublepage
%\phantomsection
%\addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
\specialhead{BIBLIOGRAPHY}
%\bibliographystyle{IEEETran}
\bibliographystyle{ieee}
%\bibliography{,mybibfile}
%\bibliographystyle{IEEEtran}
\bibliography{final-bib}
%\printbibliography
\include{appendix}
\end{document}
% chktex-file 17