-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaper_template.tex
63 lines (50 loc) · 1.27 KB
/
paper_template.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
\documentclass[parskip=full,12pt,a4paper]{article}
\usepackage{parskip}
\usepackage{graphicx}
\usepackage{eurosym}
\usepackage{ngerman}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\usepackage{fancyhdr}
\usepackage[left=2cm,right=2cm,top=1.5cm,bottom=1.5cm,includeheadfoot,a4paper]{geometry}
\usepackage{wrapfig}
\usepackage{fontspec}
\usepackage{longtable}
\usepackage{booktabs}
\setmainfont{Ubuntu}
\setmonofont{Ubuntu Mono}
\setlength{\parindent}{0pt}%Wenn Absatzabstand, dann Einzug unnötig
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyfoot[L]{rev: \GITAbrHash}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\include{vc}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\begin{document}
\begin{titlepage}
\centering
\includegraphics[width=0.5\textwidth]{pics/logo.eps}\par\vspace{1cm}
{\scshape\Huge $title$ \par}
\vfill
% Bottom of the page
{\scshape\large $date$ \par}
\vfill
{\scshape\large vspace.one e. V. \par}
{\scshape\large Am Krebsgraben 15 \par}
{\scshape\large 78048 Villingen-Schwenningen \par}
{\scshape\large rev: \GITAbrHash \par}
\vspace{1cm}
\end{titlepage}
$if(toc)$
{
\tableofcontents
\clearpage
}
$endif$
$body$
\end{document}