Skip to content

Commit 707c1bd

Browse files
committed
Imported previous years' material from other sources, and did some cleaning.
1 parent 4eb3e78 commit 707c1bd

Some content is hidden

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

58 files changed

+6005
-0
lines changed

Diff for: .gitignore

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

0 commit comments

Comments
 (0)