Skip to content

Commit cb8c6fd

Browse files
Initial commit
0 parents  commit cb8c6fd

23 files changed

+929
-0
lines changed

.gitignore

Lines changed: 303 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
1+
old/
2+
3+
## Core latex/pdflatex auxiliary files:
4+
*.aux
5+
*.lof
6+
*.log
7+
*.lot
8+
*.fls
9+
*.out
10+
*.toc
11+
*.fmt
12+
*.fot
13+
*.cb
14+
*.cb2
15+
.*.lb
16+
17+
## Intermediate documents:
18+
*.dvi
19+
*.xdv
20+
*-converted-to.*
21+
# these rules might exclude image files for figures etc.
22+
# *.ps
23+
# *.eps
24+
# *.pdf
25+
26+
## Generated if empty string is given at "Please type another file name for output:"
27+
.pdf
28+
29+
## Bibliography auxiliary files (bibtex/biblatex/biber):
30+
*.bbl
31+
*.bcf
32+
*.blg
33+
*-blx.aux
34+
*-blx.bib
35+
*.run.xml
36+
37+
## Build tool auxiliary files:
38+
*.fdb_latexmk
39+
*.synctex
40+
*.synctex(busy)
41+
*.synctex.gz
42+
*.synctex.gz(busy)
43+
*.pdfsync
44+
45+
## Build tool directories for auxiliary files
46+
# latexrun
47+
latex.out/
48+
49+
## Auxiliary and intermediate files from other packages:
50+
# algorithms
51+
*.alg
52+
*.loa
53+
54+
# achemso
55+
acs-*.bib
56+
57+
# amsthm
58+
*.thm
59+
60+
# beamer
61+
*.nav
62+
*.pre
63+
*.snm
64+
*.vrb
65+
66+
# changes
67+
*.soc
68+
69+
# comment
70+
*.cut
71+
72+
# cprotect
73+
*.cpt
74+
75+
# elsarticle (documentclass of Elsevier journals)
76+
*.spl
77+
78+
# endnotes
79+
*.ent
80+
81+
# fixme
82+
*.lox
83+
84+
# feynmf/feynmp
85+
*.mf
86+
*.mp
87+
*.t[1-9]
88+
*.t[1-9][0-9]
89+
*.tfm
90+
91+
#(r)(e)ledmac/(r)(e)ledpar
92+
*.end
93+
*.?end
94+
*.[1-9]
95+
*.[1-9][0-9]
96+
*.[1-9][0-9][0-9]
97+
*.[1-9]R
98+
*.[1-9][0-9]R
99+
*.[1-9][0-9][0-9]R
100+
*.eledsec[1-9]
101+
*.eledsec[1-9]R
102+
*.eledsec[1-9][0-9]
103+
*.eledsec[1-9][0-9]R
104+
*.eledsec[1-9][0-9][0-9]
105+
*.eledsec[1-9][0-9][0-9]R
106+
107+
# glossaries
108+
*.acn
109+
*.acr
110+
*.glg
111+
*.glo
112+
*.gls
113+
*.glsdefs
114+
*.lzo
115+
*.lzs
116+
*.slg
117+
*.slo
118+
*.sls
119+
120+
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
121+
# *.ist
122+
123+
# gnuplot
124+
*.gnuplot
125+
*.table
126+
127+
# gnuplottex
128+
*-gnuplottex-*
129+
130+
# gregoriotex
131+
*.gaux
132+
*.glog
133+
*.gtex
134+
135+
# htlatex
136+
*.4ct
137+
*.4tc
138+
*.idv
139+
*.lg
140+
*.trc
141+
*.xref
142+
143+
# hyperref
144+
*.brf
145+
146+
# knitr
147+
*-concordance.tex
148+
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
149+
# *.tikz
150+
*-tikzDictionary
151+
152+
# listings
153+
*.lol
154+
155+
# luatexja-ruby
156+
*.ltjruby
157+
158+
# makeidx
159+
*.idx
160+
*.ilg
161+
*.ind
162+
163+
# minitoc
164+
*.maf
165+
*.mlf
166+
*.mlt
167+
*.mtc[0-9]*
168+
*.slf[0-9]*
169+
*.slt[0-9]*
170+
*.stc[0-9]*
171+
172+
# minted
173+
_minted*
174+
*.pyg
175+
176+
# morewrites
177+
*.mw
178+
179+
# newpax
180+
*.newpax
181+
182+
# nomencl
183+
*.nlg
184+
*.nlo
185+
*.nls
186+
187+
# pax
188+
*.pax
189+
190+
# pdfpcnotes
191+
*.pdfpc
192+
193+
# sagetex
194+
*.sagetex.sage
195+
*.sagetex.py
196+
*.sagetex.scmd
197+
198+
# scrwfile
199+
*.wrt
200+
201+
# svg
202+
svg-inkscape/
203+
204+
# sympy
205+
*.sout
206+
*.sympy
207+
sympy-plots-for-*.tex/
208+
209+
# pdfcomment
210+
*.upa
211+
*.upb
212+
213+
# pythontex
214+
*.pytxcode
215+
pythontex-files-*/
216+
217+
# tcolorbox
218+
*.listing
219+
220+
# thmtools
221+
*.loe
222+
223+
# TikZ & PGF
224+
*.dpth
225+
*.md5
226+
*.auxlock
227+
228+
# titletoc
229+
*.ptc
230+
231+
# todonotes
232+
*.tdo
233+
234+
# vhistory
235+
*.hst
236+
*.ver
237+
238+
# easy-todo
239+
*.lod
240+
241+
# xcolor
242+
*.xcp
243+
244+
# xmpincl
245+
*.xmpi
246+
247+
# xindy
248+
*.xdy
249+
250+
# xypic precompiled matrices and outlines
251+
*.xyc
252+
*.xyd
253+
254+
# endfloat
255+
*.ttt
256+
*.fff
257+
258+
# Latexian
259+
TSWLatexianTemp*
260+
261+
## Editors:
262+
# WinEdt
263+
*.bak
264+
*.sav
265+
266+
# Texpad
267+
.texpadtmp
268+
269+
# LyX
270+
*.lyx~
271+
272+
# Kile
273+
*.backup
274+
275+
# gummi
276+
.*.swp
277+
278+
# KBibTeX
279+
*~[0-9]*
280+
281+
# TeXnicCenter
282+
*.tps
283+
284+
# auto folder when using emacs and auctex
285+
./auto/*
286+
*.el
287+
288+
# expex forward references with \gathertags
289+
*-tags.tex
290+
291+
# standalone packages
292+
*.sta
293+
294+
# Makeindex log files
295+
*.lpz
296+
297+
# xwatermark package
298+
*.xwm
299+
300+
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
301+
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
302+
# Uncomment the next line to have this generated file ignored.
303+
#*Notes.bib

0 commit comments

Comments
 (0)