cv/config.rb

33 lines
1,008 B
Ruby
Raw Normal View History

2010-11-09 10:58:15 +00:00
# Use this file to configure some general variables
2010-11-27 17:26:23 +00:00
@title='\Huge{\textbf{Yann Esposito}}\\\\\\' + "\n" +
'\small\textit{Expert en Machine Learning}'
2010-11-09 10:58:15 +00:00
2010-11-09 10:32:47 +00:00
@author="Yann Esposito"
2010-11-09 10:58:15 +00:00
# file name
2010-11-27 17:26:23 +00:00
@pdfname="cv"
2010-11-09 10:58:15 +00:00
# LaTeX headers (before \begin{document})
@latex_headers=''
# Comment the following line if you haven't
# Hoefler Text font installed on your system
@latex_headers<<='\setmainfont{Hoefler Text}'
2010-11-18 15:52:08 +00:00
# @latex_headers<<='\setmonofont{Monaco}'
2010-11-09 10:58:15 +00:00
# Use colors
2010-11-09 10:58:15 +00:00
@latex_headers<<='\usepackage{color}
\definecolor{italiccolor}{rgb}{0.4,0.4,0.4}
\definecolor{boxcolor}{rgb}{0.96,0.96,0.96}'
# Make italic and emphasis text gray
2010-11-18 15:52:08 +00:00
@latex_headers<<='\renewcommand{\textit}[1]{\textcolor{italiccolor}{\it #1}}
2010-11-09 10:58:15 +00:00
\renewcommand{\emph}[1]{\textcolor{italiccolor}{\em #1}}'
# 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
2010-11-27 17:26:23 +00:00
@template_file="include/cv_template.tex"
2010-11-09 10:58:15 +00:00