changed latex template

This commit is contained in:
Marius Melzer 2016-07-06 18:57:12 +02:00
parent bf7eed54a7
commit 7e9be84a58
1 changed files with 8 additions and 2 deletions

View File

@ -21,11 +21,17 @@
\pgfsetlayers{main,foreground}
\logo{\pgfputat{\pgfxy(-1,0)}{\pgfbox[center,base]{\pgfuseimage{c3d2logo}}}}
\include{<%= DATE_PATH %>}
\include{<%= @date_path %>}
\begin{document}
\maketitle
\include{<%= DECK_PATH %>}
<% @deck.each do |section, snippets| %>
\section{<%= section %>}
\subsection{}
<% snippets.each do |snippet| %>
\include{<%= snippet %>}
<% end %>
<% end %>
\end{document}