cv/include/template.tex

44 lines
1.2 KiB
TeX
Raw Normal View History

2010-11-09 10:32:47 +00:00
\include{include/main}
2010-11-09 10:58:15 +00:00
% -- 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}}}
\renewcommand*{\afterchapternum}{}
\renewcommand*{\printchaptername}{}
\renewcommand*{\printchapternum}{}
\newcommand{\styleprintchapternum}{\textcolor{hrulecolor}{\Huge\thechapter\hspace{.5em}}}
\renewcommand*{\printchaptertitle}[1]{\begin{center}\styleprintchapternum \Huge##1\hphantom{\styleprintchapternum}\end{center}}
}
% --
\chapterstyle{combined}
2010-11-09 10:32:47 +00:00
\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}