changed latex template

pull/2/head
Marius Melzer 7 years ago
parent bf7eed54a7
commit 7e9be84a58

@ -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}

Loading…
Cancel
Save