change latex template to include title/presenters/date directly

This commit is contained in:
Marius Melzer 2016-07-06 19:20:50 +02:00
parent 38b1435959
commit 080420c763
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@
\pgfsetlayers{main,foreground} \pgfsetlayers{main,foreground}
\logo{\pgfputat{\pgfxy(-1,0)}{\pgfbox[center,base]{\pgfuseimage{c3d2logo}}}} \logo{\pgfputat{\pgfxy(-1,0)}{\pgfbox[center,base]{\pgfuseimage{c3d2logo}}}}
\include{<%= @date_path %>} \title{<%= @title %>}
\author{\small <%= @presenters %> \\\large Chaos Computer Club Dresden}
\date{<%= @date %>}
\begin{document} \begin{document}
\maketitle \maketitle