cv/include/template.tex
Yann Esposito (Yogsototh) eae55e46a1 Uniform pdf link color
2010-11-18 11:58:59 +01:00

54 lines
1.5 KiB
TeX

\include{include/main}
% -- Personal style --
%%# LATEX HEADER FROM config.rb #%%
% -- Redefinition of memoir chapters --
%
% standard is:
% \chapterheadstart
% \printchaptername \chapternamenum \printchapternum
% \afterchapternum
% \printchaptertitle{Title goes here}
% \afterchaptertitle
\definecolor{hrulecolor}{rgb}{0.8,0.8,0.8}
\makechapterstyle{combined}{
\renewcommand*{\chapterheadstart}{%
{\normalsize\textcolor{hrulecolor}{\vspace{2ex}\hrule\vspace{.2ex}\hrule}}}
\renewcommand*{\afterchaptertitle}{%
{\vspace{-2.5ex}\normalsize\textcolor{hrulecolor}{\hrule\vspace{.2ex}\hrule\bigskip\bigskip}}}
\renewcommand*{\afterchapternum}{}
\renewcommand*{\printchaptername}{}
\renewcommand*{\printchapternum}{}
\newcommand{\styleprintchapternum}{\textcolor{hrulecolor}{\Huge\thechapter\hspace{.5em}}}
\renewcommand*{\printchaptertitle}[1]{\medskip\begin{center}\styleprintchapternum \hfill\begin{minipage}{.9\linewidth}\begin {center}\Huge##1\end{center}\end{minipage}\end{center}\medskip}
}
\chapterstyle{combined}
% -- END CHAPTER STYLE --
% -- Hyperref setup --
\definecolor{linkcolor}{rgb}{0.4,0.0,0.0}
\hypersetup{
colorlinks=true, %
linkcolor=linkcolor, %
urlcolor=linkcolor, %
citecolor=linkcolor, %
filecolor=linkcolor, %
pdfcreator=author, %
}
% --
\author{}
\title{}
\begin{document}
% obvious title making
\maketitle
% Do not modify the following line
% unless you really know what you are doing!
%%#INCLUDES#%%
\end{document}