\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}}} \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} \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}