-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathllncs-packages.yaml
30 lines (29 loc) · 960 Bytes
/
llncs-packages.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
author:
- Beau Johnston\inst{1}
- Sarah Somebody\inst{2}
- Joan Otherperson\inst{1}
institute:
- The Australian National University \newline \email{\{beau.johnston,jotherperson\}@anu.edu.au} \and University of Coolville \newline \email{[email protected]}}
documentclass: llncs
classoption: runningheads
header-includes:
- \usepackage{tabularx}
- \usepackage{booktabs}
- \usepackage{xargs}
- \usepackage[pdftex,dvipsnames]{xcolor}
- \usepackage[colorinlistoftodos,prependcaption,textsize=small,color=yellow]{todonotes}
- \usepackage{adjustbox}
- \usepackage{etoolbox}
- \usepackage[ruled]{algorithm2e}
include-before:
- \makeatletter
- \newcommand{\removelatexerror}{\let\@latex@error\@gobble}
- \makeatother
- \newtoggle{ACM-BUILD}
- \togglefalse{ACM-BUILD}
- \newtoggle{IEEE-BUILD}
- \togglefalse{IEEE-BUILD}
- \newtoggle{LNCS-BUILD}
- \toggletrue{LNCS-BUILD}
---