-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
232 lines (190 loc) · 4.12 KB
/
Makefile
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
.PHONY: synopsis dissertation preformat pdflatex talk dissertation-preformat dissertation-formated synopsis-preformat clean distclean release draft
all: synopsis dissertation
preformat: synopsis-preformat dissertation-preformat
dissertation:
# $(MAKE) -C Dissertation
latexmk -pdf -pdflatex="xelatex %O %S" dissertation
pdflatex:
latexmk -pdf -pdflatex="pdflatex %O %S" dissertation
synopsis:
# $(MAKE) -C Synopsis
latexmk -pdf -pdflatex="xelatex %O %S" synopsis
draft:
latexmk -pdf -pdflatex="xelatex %O '\newcounter{draft}\setcounter{draft}{1}\input{%S}'" dissertation
latexmk -pdf -pdflatex="xelatex %O '\newcounter{draft}\setcounter{draft}{1}\input{%S}'" synopsis
talk:
$(MAKE) talk -C Presentation
dissertation-preformat:
etex -ini "&latex" mylatexformat.ltx """dissertation.tex"""
latexmk -pdf -jobname=dissertation -silent --shell-escape dissertation.tex
dissertation-formated:
latexmk -pdf -jobname=dissertation -silent --shell-escape dissertation.tex
synopsis-preformat:
etex -ini "&latex" mylatexformat.ltx """synopsis.tex"""
latexmk -pdf -jobname=synopsis -silent --shell-escape synopsis.tex
clean:
# $(MAKE) clean -C Dissertation
latexmk -C dissertation
rm -f dissertation.bbl
# $(MAKE) clean -C Synopsis
latexmk -C synopsis
rm -f synopsis.bbl
$(MAKE) clean -C Presentation
distclean:
$(MAKE) distclean -C Dissertation
$(MAKE) distclean -C Synopsis
$(MAKE) distclean -C Presentation
## Core latex/pdflatex auxiliary files:
rm -f *.aux
rm -f *.lof
rm -f *.log
rm -f *.lot
rm -f *.fls
rm -f *.out
rm -f *.toc
## Intermediate documents:
rm -f *.dvi
rm -f *-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
rm -f *.bbl
rm -f *.bcf
rm -f *.blg
rm -f *-blx.aux
rm -f *-blx.bib
rm -f *.brf
rm -f *.run.xml
## Build tool auxiliary files:
rm -f *.fdb_latexmk
rm -f *.synctex
rm -f *.synctex.gz
rm -f *.synctex.gz\(busy\)
rm -f *.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
rm -f *.alg
rm -f *.loa
# achemso
rm -f acs-*.bib
# amsthm
rm -f *.thm
# beamer
rm -f *.nav
rm -f *.snm
rm -f *.vrb
#(e)ledmac/(e)ledpar
rm -f *.end
rm -f *.[1-9]
rm -f *.[1-9][0-9]
rm -f *.[1-9][0-9][0-9]
rm -f *.[1-9]R
rm -f *.[1-9][0-9]R
rm -f *.[1-9][0-9][0-9]R
rm -f *.eledsec[1-9]
rm -f *.eledsec[1-9]R
rm -f *.eledsec[1-9][0-9]
rm -f *.eledsec[1-9][0-9]R
rm -f *.eledsec[1-9][0-9][0-9]
rm -f *.eledsec[1-9][0-9][0-9]R
# glossaries
rm -f *.acn
rm -f *.acr
rm -f *.glg
rm -f *.glo
rm -f *.gls
# gnuplottex
rm -f *-gnuplottex-*
# hyperref
rm -f *.brf
# knitr
rm -f *-concordance.tex
rm -f *.tikz
rm -f *-tikzDictionary
# listings
rm -f *.lol
# makeidx
rm -f *.idx
rm -f *.ilg
rm -f *.ind
rm -f *.ist
# minitoc
rm -f *.maf
rm -f *.mtc
rm -f *.mtc[0-9]
rm -f *.mtc[1-9][0-9]
# minted
rm -f _minted*
rm -f *.pyg
# morewrites
rm -f *.mw
# mylatexformat
rm -f *.fmt
# nomencl
rm -f *.nlo
# sagetex
rm -f *.sagetex.sage
rm -f *.sagetex.py
rm -f *.sagetex.scmd
# sympy
rm -f *.sout
rm -f *.sympy
rm -f sympy-plots-for-*.tex/
# pdfcomment
rm -f *.upa
rm -f *.upb
#pythontex
rm -f *.pytxcode
rm -f pythontex-files-*/
# Texpad
rm -f .texpadtmp
# TikZ & PGF
rm -f *.dpth
rm -f *.md5
rm -f *.auxlock
# todonotes
rm -f *.tdo
# xindy
rm -f *.xdy
# WinEdt
rm -f *.bak
rm -f *.sav
# endfloat
rm -f *.ttt
rm -f *.fff
rm -f *.aux
rm -f *.bbl
rm -f *.blg
rm -f *.dvi
rm -f *.fdb_latexmk
rm -f *.fls
rm -f *.glg
rm -f *.glo
rm -f *.gls
rm -f *.idx
rm -f *.ilg
rm -f *.ind
rm -f *.ist
rm -f *.lof
rm -f *.log
rm -f *.lot
rm -f *.nav
rm -f *.nlo
rm -f *.out
rm -f *.pdfsync
rm -f *.ps
rm -f *.snm
rm -f *.synctex.gz
rm -f *.toc
rm -f *.vrb
rm -f *.maf
rm -f *.mtc
rm -f *.mtc0
rm -f *.bak
rm -f *.bcf
rm -f *.run.xml
release: all
git add dissertation.pdf
git add synopsis.pdf