Skip to content

Commit ce3014c

Browse files
committed
Add presentation
1 parent 8951275 commit ce3014c

File tree

5 files changed

+4683
-0
lines changed

5 files changed

+4683
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cc-by-sa.eps linguist-vendored
2+
gitdags.sty linguist-vendored

.gitignore

+228
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,228 @@
1+
2+
# Created by https://www.gitignore.io/api/TeX
3+
4+
### TeX ###
5+
## Core latex/pdflatex auxiliary files:
6+
*.aux
7+
*.lof
8+
*.log
9+
*.lot
10+
*.fls
11+
*.out
12+
*.toc
13+
*.fmt
14+
*.fot
15+
*.cb
16+
*.cb2
17+
18+
## Intermediate documents:
19+
*.dvi
20+
*.xdv
21+
*-converted-to.*
22+
# these rules might exclude image files for figures etc.
23+
# *.ps
24+
# *.eps
25+
*.pdf
26+
27+
## Generated if empty string is given at "Please type another file name for output:"
28+
.pdf
29+
30+
## Bibliography auxiliary files (bibtex/biblatex/biber):
31+
*.bbl
32+
*.bcf
33+
*.blg
34+
*-blx.aux
35+
*-blx.bib
36+
*.run.xml
37+
38+
## Build tool auxiliary files:
39+
*.fdb_latexmk
40+
*.synctex
41+
*.synctex(busy)
42+
*.synctex.gz
43+
*.synctex.gz(busy)
44+
*.pdfsync
45+
*Notes.bib
46+
47+
## Auxiliary and intermediate files from other packages:
48+
# algorithms
49+
*.alg
50+
*.loa
51+
52+
# achemso
53+
acs-*.bib
54+
55+
# amsthm
56+
*.thm
57+
58+
# beamer
59+
*.nav
60+
*.pre
61+
*.snm
62+
*.vrb
63+
64+
# changes
65+
*.soc
66+
67+
# cprotect
68+
*.cpt
69+
70+
# elsarticle (documentclass of Elsevier journals)
71+
*.spl
72+
73+
# endnotes
74+
*.ent
75+
76+
# fixme
77+
*.lox
78+
79+
# feynmf/feynmp
80+
*.mf
81+
*.mp
82+
*.t[1-9]
83+
*.t[1-9][0-9]
84+
*.tfm
85+
86+
#(r)(e)ledmac/(r)(e)ledpar
87+
*.end
88+
*.?end
89+
*.[1-9]
90+
*.[1-9][0-9]
91+
*.[1-9][0-9][0-9]
92+
*.[1-9]R
93+
*.[1-9][0-9]R
94+
*.[1-9][0-9][0-9]R
95+
*.eledsec[1-9]
96+
*.eledsec[1-9]R
97+
*.eledsec[1-9][0-9]
98+
*.eledsec[1-9][0-9]R
99+
*.eledsec[1-9][0-9][0-9]
100+
*.eledsec[1-9][0-9][0-9]R
101+
102+
# glossaries
103+
*.acn
104+
*.acr
105+
*.glg
106+
*.glo
107+
*.gls
108+
*.glsdefs
109+
110+
# gnuplottex
111+
*-gnuplottex-*
112+
113+
# gregoriotex
114+
*.gaux
115+
*.gtex
116+
117+
# hyperref
118+
*.brf
119+
120+
# knitr
121+
*-concordance.tex
122+
# TODO Comment the next line if you want to keep your tikz graphics files
123+
*.tikz
124+
*-tikzDictionary
125+
126+
# listings
127+
*.lol
128+
129+
# makeidx
130+
*.idx
131+
*.ilg
132+
*.ind
133+
*.ist
134+
135+
# minitoc
136+
*.maf
137+
*.mlf
138+
*.mlt
139+
*.mtc[0-9]*
140+
*.slf[0-9]*
141+
*.slt[0-9]*
142+
*.stc[0-9]*
143+
144+
# minted
145+
_minted*
146+
*.pyg
147+
148+
# morewrites
149+
*.mw
150+
151+
# nomencl
152+
*.nlo
153+
154+
# pax
155+
*.pax
156+
157+
# pdfpcnotes
158+
*.pdfpc
159+
160+
# sagetex
161+
*.sagetex.sage
162+
*.sagetex.py
163+
*.sagetex.scmd
164+
165+
# scrwfile
166+
*.wrt
167+
168+
# sympy
169+
*.sout
170+
*.sympy
171+
sympy-plots-for-*.tex/
172+
173+
# pdfcomment
174+
*.upa
175+
*.upb
176+
177+
# pythontex
178+
*.pytxcode
179+
pythontex-files-*/
180+
181+
# thmtools
182+
*.loe
183+
184+
# TikZ & PGF
185+
*.dpth
186+
*.md5
187+
*.auxlock
188+
189+
# todonotes
190+
*.tdo
191+
192+
# easy-todo
193+
*.lod
194+
195+
# xindy
196+
*.xdy
197+
198+
# xypic precompiled matrices
199+
*.xyc
200+
201+
# endfloat
202+
*.ttt
203+
*.fff
204+
205+
# Latexian
206+
TSWLatexianTemp*
207+
208+
## Editors:
209+
# WinEdt
210+
*.bak
211+
*.sav
212+
213+
# Texpad
214+
.texpadtmp
215+
216+
# Kile
217+
*.backup
218+
219+
# KBibTeX
220+
*~[0-9]*
221+
222+
# auto folder when using emacs and auctex
223+
/auto/*
224+
225+
# expex forward references with \gathertags
226+
*-tags.tex
227+
228+
# End of https://www.gitignore.io/api/TeX

0 commit comments

Comments
 (0)