Browse code

Add local copy of leaflet-source

The version shipped in various LaTeX-Distribution is not up to date.

Michael F. Schönitzer authored on 13/06/2016 21:22:33
Showing 1 changed files
... ...
@@ -90,3 +90,7 @@ sympy-plots-for-*.tex/
90 90
 
91 91
 # xindy
92 92
 *.xdy
93
+
94
+# Don't ship compiled version of leaflet
95
+leaflet-manual.tex
96
+leaflet.cls
Browse code

ignore backupfiles

Michael F. Schönitzer authored on 28/01/2015 23:55:20
Showing 1 changed files
... ...
@@ -1,3 +1,6 @@
1
+# Backups
2
+*~
3
+
1 4
 ## Core latex/pdflatex auxiliary files:
2 5
 *.aux
3 6
 *.lof
Browse code

Initial commit

Michael F. Schönitzer authored on 06/05/2014 00:46:55
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,89 @@
1
+## Core latex/pdflatex auxiliary files:
2
+*.aux
3
+*.lof
4
+*.log
5
+*.lot
6
+*.fls
7
+*.out
8
+*.toc
9
+
10
+## Intermediate documents:
11
+*.dvi
12
+# these rules might exclude image files for figures etc.
13
+# *.ps
14
+# *.eps
15
+# *.pdf
16
+
17
+## Bibliography auxiliary files (bibtex/biblatex/biber):
18
+*.bbl
19
+*.bcf
20
+*.blg
21
+*-blx.aux
22
+*-blx.bib
23
+*.run.xml
24
+
25
+## Build tool auxiliary files:
26
+*.fdb_latexmk
27
+*.synctex.gz
28
+*.synctex.gz(busy)
29
+*.pdfsync
30
+
31
+## Auxiliary and intermediate files from other packages:
32
+
33
+# algorithms
34
+*.alg
35
+*.loa
36
+
37
+# amsthm
38
+*.thm
39
+
40
+# beamer
41
+*.nav
42
+*.snm
43
+*.vrb
44
+
45
+# glossaries
46
+*.acn
47
+*.acr
48
+*.glg
49
+*.glo
50
+*.gls
51
+
52
+# hyperref
53
+*.brf
54
+
55
+# listings
56
+*.lol
57
+
58
+# makeidx
59
+*.idx
60
+*.ilg
61
+*.ind
62
+*.ist
63
+
64
+# minitoc
65
+*.maf
66
+*.mtc
67
+*.mtc0
68
+
69
+# minted
70
+*.pyg
71
+
72
+# nomencl
73
+*.nlo
74
+
75
+# sagetex
76
+*.sagetex.sage
77
+*.sagetex.py
78
+*.sagetex.scmd
79
+
80
+# sympy
81
+*.sout
82
+*.sympy
83
+sympy-plots-for-*.tex/
84
+
85
+# todonotes
86
+*.tdo
87
+
88
+# xindy
89
+*.xdy