cv/config_html.rb
Yann Esposito (Yogsototh) 9c292c7fa7 Made a html output!
2010-11-18 02:13:58 +01:00

20 lines
539 B
Ruby

# Use this file to configure some general variables
@title=%{Krambook}
@subtitle=%{<span class="small">Write Books like an
<code>UB3R 1337</code> <em>(Hacker)</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"