-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain3.tex
145 lines (115 loc) · 3.64 KB
/
main3.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
%! TEX root = main.tex
%<leader> rf is used to refresh folds
%\newif\ifonecolumn{}
\newif\ifdraft{}
\newif\ifpublishversion{}
\newif\ifthesis{}
%\onecolumntrue{}
%\onecolumnfalse{}
\draftfalse{}
\drafttrue{}
\publishversiontrue{}
%\publishversionfalse{}
\thesisfalse{}
%\thesistrue{}
\ifthesis{}
\documentclass[chap]{thesis}
\else
\documentclass[chap]{book}
%\documentclass[10pt,twocolumn,letterpaper]{article}
%\newcommand{\chapter}{\section}
\newcounter{firstchapter}
\setcounter{firstchapter}{0}
\fi
%\usepackage{extsizes}
\input{CrallPramb}
\input{CrallDef}
%\includeonly{chapter4-application}
%\includeonly{chapter5-systemchapter}
%\includeonly{chapter4-application,chapter5-systemchapter}
\ifpublishversion{}
\newcommand{\devnewpage}{}
\else
%\newcommand{\devnewpage}{\newpage}
\newcommand{\devnewpage}{}
% move all floats to the end of document
% doesn't quite work
%\extrafloats{1000}
%\renewcommand\textfraction{1.0}
%\renewcommand\floatpagefraction{.9}
%\usepackage{endfloat}
\fi
\begin{comment}
rsync -arvhzP --include='figures*/***' --exclude='*' [email protected]:latex/crall-candidacy-2015/ ~/latex/crall-candidacy-2015
%figures1 figures2 figures3 figures4 figures5 figuresX figuresC
\end{comment}
%\author{Jon Crall}
\author{Jonathan P. Crall}
\ifthesis{}
\input{thesis_preamb}
\fi
\begin{document}
\input{def}
\input{colordef}
\ifthesis{}
%\input{header}
%\maketitle
\titlepagedraft{}
\tableofcontents{}
%\titlepage{}
%\copyrightpage{} % optional
%\tableofcontents{}
\listoftables{} % required if there are tables
\listoffigures{} % required if there are figures
%\specialhead{ACKNOWLEDGMENT}
%\lipsum[1]
%\specialhead{ABSTRACT}
%\lipsum[1]
\else
\tableofcontents{}
\listoffigures{} % required if there are figures
\fi
\begin{comment}
./mass_tex_fixes.py --outline --showtype --sections=0:-6 --fpaths chapter4-application.tex
./mass_tex_fixes.py --outline --showtype --sections=0:-2 --fpaths chapter4-application.tex
./mass_tex_fixes.py --outline --showtype --fpaths chapter4-application.tex --nolabel
./mass_tex_fixes.py --outline --fpaths chapter4-application.tex --numlines=1
./mass_tex_fixes.py --outline --fpaths chapter4-application.tex --full=[chapter]
https://mail.google.com/mail/u/0/#inbox/152763bfd16e892a
./texfix.py --fpaths main.tex --outline --asmarkdown --numlines=999 -w --ignoreinputstartswith=def,Crall,header,colordef,figdef
./texfix.py --fpaths main.tex --reformat --fpaths=main.tex --print --nopygments
--numlines=999 --ignoreinputstartswith=def,Crall,header,colordef,figdef
\end{comment}
%\newcommand{\fnote}[1]{\footnote{#1}}
\newcommand{\fnote}[1]{ (#1)}
\ifpublishversion{}
\newcommand{\devcomment}[1]{}
\newcommand{\chuckcomment}[1]{}
\newcommand{\caplbl}[1]{}
\else
%\newcommand{\caplbl}[1]{}
\newcommand{\caplbl}[1]{\red(#1)\black\xspace}
\newcommand{\devcomment}[1]{\marginpar{\scriptsize{\darkgreen{}\textbf{#1}\black{}}}}
\newcommand{\chuckcomment}[1]{\marginpar{\scriptsize{\chuckblue{}\textbf{#1}\black{}}}}
\fi
\input{figdef1}
%\input{figdef2}
%\input{figdef3}
%\input{figdef4}
%\input{figdef5}
%\input{figdefexpt.tex}
%\input{figdefindiv.tex}
%\input{figdefdbinfo.tex}
\include{chapter1-intro}
%\include{chapter2-related-work}
%\include{chapter3-matching}
%\setcounter{chapter}{3}
%\include{chapter4-application}
%\setcounter{chapter}{4}
%\include{chapter5-systemchapter}
%\include{chapter6-conclusion}
%\bibliographystyle{plain}
\bibliographystyle{ieee}
\bibliography{My_Library_clean}
\end{document}
% chktex-file 17