cv/config_html.rb
Yann Esposito (Yogsototh) 6849372d32 Many improvements
2010-11-28 20:47:01 +01:00

19 lines
578 B
Ruby

# Use this file to configure some general variables
@title=%{<span style="font-size:.3em"><em>Curriculum Vitæ</em></span><br/>Yann Esposito}
@subtitle=%{<span class="small"><em>Expert en Machine Learning</em></span>}
@author="Yann Esposito"
# file name
@pdfname="krambook"
# LaTeX headers (before \begin{document})
@html_headers=''
# change the template file in case latex_headers is not enough
# Remember to not remove lines begining by %%#
# look at include/template.tex for example
@template_file="include/toc_template.html"
@general_template="include/template.html"