Skip to content

Commit a50542a

Browse files
committed
initial commit
0 parents  commit a50542a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1140
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)