-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.meta.tex
53 lines (45 loc) · 3.27 KB
/
template.meta.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
% existing authors list --------------------------------------------------------
\IfFileExists{global-do-not-edit.authors.tex}{\input{global-do-not-edit.authors.tex}}{} % chktex 27
% ------------------------------------------------------------------------------
% meta data --------------------------------------------------------------------
\newcommand{\metaTitle}{Industrial Edge Computing\texorpdfstring{\\}{ }Vision and Challenges}
\newcommand{\metaTitleShort}{IEC - Vision and Challenges}
\newcommand{\metaConference}{Conference Name}
\newcommand{\metaConferenceArea}{Conference Area}
\newcommand{\metaKeywords}{Edge Computing, Fog Computing, Internet of Things}
% ------------------------------------------------------------------------------
% authors ----------------------------------------------------------------------
\newcommand{\metaAuthorFirst}{Lars Lange}
\newcommand{\metaMailFirst}{[email protected]}
\newcommand{\metaInstFirst}{Technical University Berlin, Berlin, Germany,\\Next Generation Networks}
\newcommand{\metaAuthorSecond}{Lukas A. Renner}
\newcommand{\metaMailSecond}{[email protected]}
\newcommand{\metaInstSecond}{Technical University Berlin, Berlin, Germany,\\Next Generation Networks}
\newcommand{\metaAuthorThird}{Urszula Stupałkowska}
\newcommand{\metaMailThird}{[email protected]}
\newcommand{\metaInstThird}{Technical University Berlin, Berlin, Germany,\\Next Generation Networks}
% ------------------------------------------------------------------------------
% author PDF -------------------------------------------------------------------
\newcommand{\metaAuthorMail}{\metaMailFirst}
\newcommand{\metaAuthorShort}{\metaAuthorFirst}
% ------------------------------------------------------------------------------
% author IEEE ------------------------------------------------------------------
%\newcommand{\IEEEinstFirst}{\IEEEauthorblockA{\metaInstFirst}} % enable for IEEE style
%\newcommand{\IEEEauthorFirst}{\IEEEauthorblockN{\metaAuthorFirst}\IEEEinstFirst} % enable for IEEE style
%\newcommand{\IEEEinstXXX}{\IEEEauthorblockA{\metaInstXXX}} % enable for IEEE style
%\newcommand{\IEEEauthorXXX}{\IEEEauthorblockN{\metaAuthorXXX}\metaInstXXX} % enable for IEEE style
%\author{\IEEEauthorFirst~\and \IEEEauthorXXX} % enable for IEEE style
% ------------------------------------------------------------------------------
% author LLNCS -----------------------------------------------------------------
\author{\metaAuthorFirst \inst{1}, \metaAuthorSecond \inst{2} \and \metaAuthorThird \inst{3}} % enable for LLNCS style
\authorrunning{\metaAuthorFirst, \metaAuthorSecond, \metaAuthorThird} % enable for LLNCS style
\tocauthor{\metaAuthorFirst, \metaAuthorSecond, \metaAuthorThird} % enable for LLNCS style
\institute{\metaInstFirst\\ % enable for LLNCS style
\email{\metaMailFirst} \inst{1} \\ % enable for LLNCS style
\email{\metaMailSecond} \inst{2} \\ % enable for LLNCS style
\email{\metaMailThird} \inst{3} \\ % enable for LLNCS style
} % enable for LLNCS style
\titlerunning{\metaTitleShort} % enable for LLNCS style
% ------------------------------------------------------------------------------
\newcommand{\metaSubject}{\metaConference~-~\metaConferenceArea}
% ------------------------------------------------------------------------------