-
Notifications
You must be signed in to change notification settings - Fork 14
/
template.config.tex
91 lines (73 loc) · 4.01 KB
/
template.config.tex
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
% bugfixes ---------------------------------------------------------------------
\let\accentvec\vec % llncs with amsmath bugfix
% ------------------------------------------------------------------------------
% docuemnt class ---------------------------------------------------------------
%\documentclass[runningheads]{llncs}
%\documentclass[conference]{IEEEtran}
\documentclass[
a4paper, % use a5paper for ISO A5; use a4paper for ISO A4
pdftex, % PDF output
10pt, % font size
%conference, % IEEE requirement
%romanappendices, % IEEE requirement
runningheads, % LLCNS
%]{IEEEtran}
]{llncs}
% ------------------------------------------------------------------------------
% ------------------------------------------------------------------------------
% bugfixes ---------------------------------------------------------------------
\let\spvec\vec % llncs with amsmath bugfix
\let\vec\accentvec % llncs with amsmath bugfix
% ------------------------------------------------------------------------------
% basic config -----------------------------------------------------------------
\input{lib/resources/config/default}
\usepackage{cite} % Cite references
\usepackage[nolist]{acronym} % For acronyms
% ------------------------------------------------------------------------------
% meta data --------------------------------------------------------------------
\newcommand{\metaTitle}{A Nice Descriptive Title without Abbreviations}
\newcommand{\metaTitleShort}{Nice Short Title}
\newcommand{\metaConference}{Conference Name}
\newcommand{\metaConferenceArea}{Conference Area}
\newcommand{\metaKeywords}{some, keywords}
% ------------------------------------------------------------------------------
% authors ----------------------------------------------------------------------
\newcommand{\metaAuthorYYY}{F. Last}
\newcommand{\metaMailYYY}{first.last@example.com}
\newcommand{\metaInstYYY}{University, City, Country,\\Department}
\newcommand{\metaAuthorXXX}{T. Do}
\newcommand{\metaMailXXX}{first.last@example.org}
\newcommand{\metaInstXXX}{University, City, Country,\\Department of XXX}
% ------------------------------------------------------------------------------
% author PDF -------------------------------------------------------------------
\newcommand{\metaAuthorMail}{\metaMailYYY}
\newcommand{\metaAuthorShort}{\metaAuthorYYY}
% ------------------------------------------------------------------------------
% author IEEE ------------------------------------------------------------------
%\newcommand{\IEEEinstYYY}{\IEEEauthorblockA{\metaInstYYY}}
%\newcommand{\IEEEauthorYYY}{\IEEEauthorblockN{\metaAuthorYYY}\IEEEinstYYY}
%\newcommand{\IEEEinstXXX}{\IEEEauthorblockA{\metaInstXXX}}
%\newcommand{\IEEEauthorXXX}{\IEEEauthorblockN{\metaAuthorXXX}\metaInstXXX}
%\author{\IEEEauthorYYY \and \IEEEauthorXXX}
% ------------------------------------------------------------------------------
% author LLNCS -----------------------------------------------------------------
\author{\metaAuthorYYY\inst{1} \and \metaAuthorXXX \inst{2}}
\authorrunning{\metaAuthorYYY et al.}
\tocauthor{\metaAuthorYYY, \metaAuthorXXX}
\institute{\metaInstYYY\\
\email{\metaMailYYY}
\and
\metaInstXXX\\
\email{\metaMailXXX}
}
\titlerunning{\metaTitleShort}
% ------------------------------------------------------------------------------
\newcommand{\metaSubject}{\metaConference~-~\metaConferenceArea}
\newcommand{\metaThanks}{Research for this paper %
was partially financed by the XXX project %
XXX\cite{rfc748}. We thank our project partners for their %
contributions and their collaboration to this research work.}
% ------------------------------------------------------------------------------
% pdf meta data ----------------------------------------------------------------
\input{lib/resources/config/pdfmetadata}
% ------------------------------------------------------------------------------