File tree Expand file tree Collapse file tree 3 files changed +34
-9
lines changed
Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 1+ .PHONY: all
2+ all: notes.pdf
3+
4+ SRC+= preamble.tex
5+ SRC+= abstract.tex contents.tex
6+
7+ notes.pdf: llncs biblatex-lncs
8+ notes.pdf: notes.tex
9+ notes.pdf: ${SRC}
10+
11+
12+ INCLUDE_MAKEFILES=<submodule_prefix>/makefiles
13+ include ${INCLUDE_MAKEFILES}/tex.mk
Original file line number Diff line number Diff line change 11.PHONY: all
22all: notes.pdf slides.pdf
33
4- SRC= preamble.tex
4+ SRC+ = preamble.tex
55SRC+= abstract.tex contents.tex
66
77notes.pdf: llncs biblatex-lncs
8- notes.pdf: notes.tex ${SRC}
8+ notes.pdf: notes.tex
9+ notes.pdf: ${SRC}
910
10- slides.pdf: slides.tex ${SRC}
11+ slides.pdf: slides.tex
12+ slides.pdf: ${SRC}
1113
1214
1315INCLUDE_MAKEFILES=<submodule_prefix>/makefiles
Original file line number Diff line number Diff line change 22\usepackage [T1 ]{fontenc }
33\usepackage [british ]{babel }
44\usepackage [defblank,oldenum ]{paralist }
5- \usepackage {cleveref }
6-
7- \usepackage {amssymb }
8- \usepackage {amsmath }
5+ \usepackage [capitalize ]{cleveref }
96
107\usepackage [strict ]{csquotes }
11- \usepackage {acro }
8+ \usepackage [ single ] {acro }
129
13- \usepackage [natbib,style=lncs ,maxbibnames=99 ]{biblatex }
10+ \usepackage [natbib,style=alphabetic ,maxbibnames=99 ]{biblatex }
1411\addbibresource {<package>.bib}
1512
1613\usepackage [noend ]{algpseudocode }
1714\usepackage {xparse }
1815
1916\let\email\texttt
2017
18+ \usepackage {listings }
19+ \lstset {%
20+ basicstyle=\footnotesize ,
21+ numbers=left
22+ }
2123
24+ \usepackage {amsmath }
25+ \usepackage {mathtools }
26+ \usepackage {amssymb }
27+ \usepackage {amsthm }
28+ \usepackage {thmtools }
29+ \usepackage [unq ]{unique }
30+ \declaretheorem [style=definition,numbered=unless unique,
31+ name=Example,refname={example,examples}]{example}
You can’t perform that action at this time.
0 commit comments