forked from louismrose/workshop_proceedings_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproceedings.tex
More file actions
42 lines (33 loc) · 882 Bytes
/
proceedings.tex
File metadata and controls
42 lines (33 loc) · 882 Bytes
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
\documentclass[a4paper]{scrartcl}
\usepackage{geometry}
\usepackage{xcolor}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{pdfpages}
\usepackage{titletoc}
\usepackage{longtable}
\usepackage{wpt}
\begin{document}
%% Proceedings data
\include{data}
%% Title page
\include{covers/front}
%% Front matter
\pagenumbering{roman}
\include{front_matter/copyright}
\include{front_matter/preface}
\include{front_matter/organisation}
%% Table of contents
\titlecontents{subsubsection}[2pt]{\addvspace{10pt}\bfseries\titlerule[0.5pt]\filright}{}{}{}[]
\titlecontents{section}[0pt]{\addvspace{5pt}\filright}{}{}{\dotfill\contentspage}[]
\titlecontents{subsection}[10pt]{\addvspace{1pt}\itshape\filright}{}{}{}[]
\section*{Table of Contents}
\papersTOC
\cleardoublepage
%% Body
\pagenumbering{arabic}
\setcounter{page}{1}
\papers
%% Back page
\include{covers/back}
\end{document}