-
Notifications
You must be signed in to change notification settings - Fork 23
/
MAIN.tex
133 lines (99 loc) · 3.45 KB
/
MAIN.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
%======================================================
% This file is part of
% "AMCOS_booklet"
% Version 1.1 (04/07/2019)
% A LaTeX template for conference books of abstracts
%
% This template is available at:
% https://github.com/maximelucas/AMCOS_booklet
%
% License: GNU General Public License v3.0
%
% Authors:
% Maxime Lucas ([email protected])
% Pau Clusella
%=======================================================
\documentclass[openany, parskip=full, 12pt, a4]{scrbook}
\input{preamble}
\input{preamble_booklet}
\begin{document}
% COVER PAGE
%--------------------------------------------------------------------
\includepdf{cover} % our cover was produced with canva.com
% BLANK PAGE
%---------------------------------------------------------------------
\mbox{}
\thispagestyle{empty}
\vfill
\begin{center}
\ifOnline
The electronic version of this booklet can be found at: \\
https://amcosconference.com/
\else
This is the short version of the booklet for print use. Full abstracts with all authors, references, and figures can be found in the electronic version at \url{https://amcosconference.com/}
\fi % end if
\\[20pt] % Please cite us by keeping the following line.
The open-source \LaTeX{} template, AMCOS\_booklet, used to generate this booklet is available at \url{https://github.com/maximelucas/AMCOS\_booklet}
\end{center}
\newpage
% TABLE OF CONTENTS
%---------------------------------------------------------------------
\tableofcontents
% ABOUT
%---------------------------------------------------------------------
\chapter{About}
\input{about}
% TIMETABLE
%---------------------------------------------------------------------
\chapter{Timetable}
CT: Contributed Talk, IS: Invited Speaker, KL: Keynote Lecture, IT: Invited Talk.
\input{timetable.tex}
% TALKS
%---------------------------------------------------------------------
\chapter{List of Abstracts -- Talks}
\section{Tuesday 20th}
% Definitions of custom environment used here can be found in preamble_booklet.tex file
% The following input commands automatically select the right version
% (print or online) version of the abstract's .tex
% \type is defined in preamble_booklet.tex and equals:
% 'o' (online) or 'p' (print)
\input{abstracts/tex/t\type_tremblay}
\input{abstracts/tex/t\type_fournier}
\input{abstracts/tex/t\type_sato}
\input{abstracts/tex/t\type_smith}
\input{abstracts/tex/t\type_rodriguez}
\input{abstracts/tex/t\type_jansen}
\section{Thursday 22nd}
\input{abstracts/tex/t\type_schmidt}
% POSTERS
%------------------------------------------------------------------
\chapter{List of Posters}
\vspace{-2.5em}
\section{Tuesday Session}
\input{abstracts/tex/p\type_doe}
\input{abstracts/tex/p\type_doe}
\input{abstracts/tex/p\type_doe}
\input{abstracts/tex/p\type_doe}
\input{abstracts/tex/p\type_doe}
\input{abstracts/tex/p\type_doe}
\input{abstracts/tex/p\type_doe}
\input{abstracts/tex/p\type_doe}
% LIST OF PARTICIPANTS
%------------------------------------------------------------------
\chapter{List of Participants}
\input{list_of_participants}
% USEFUL INFO
%------------------------------------------------------------------
\chapter{Useful Information}
\input{useful_info}
% SPONSORS
%------------------------------------------------------------------
\chapter{Partner Institutions and Sponsors}
\input{logos.tex}
\newpage
% BACK PAGE
%-----------------------------------------------------------------
\pagecolor{myblue}
\thispagestyle{empty}
\mbox{}
\end{document}