change latex template to include title/presenters/date directly

pull/2/head
Marius Melzer 7 years ago
parent 38b1435959
commit 080420c763

@ -21,7 +21,9 @@
\pgfsetlayers{main,foreground}
\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}
\maketitle

Loading…
Cancel
Save