%%%%%%%%%%%%%%%%%%%% %% TITLE STYLE %%%%%%%%%%%%%%%%%%%% % Chapters \usepackage{calc} \newif\ifNoChapNumber \makeatletter \makechapterstyle{VZ34}{ \renewcommand\chapternamenum{} \renewcommand\printchaptername{} \renewcommand\printchapternum{} \renewcommand\chapnumfont{\Huge\bfseries\sffamily} \renewcommand\chaptitlefont{\Huge\bfseries\sffamily\raggedright} \renewcommand\printchaptertitle[1]{% \def\arraystretch{2}\begin{tabular}[2]{ @{}p {0.8cm}! {\textcolor{gray75}{\vrule width 2pt}\quad} p{\textwidth-1cm-2em-4\tabcolsep} } \ifNoChapNumber\chapnumfont \# \else\chapnumfont \thechapter\fi & \chaptitlefont ##1 \end{tabular} \NoChapNumberfalse } \renewcommand\printchapternonum{\NoChapNumbertrue} } \chapterstyle{VZ34} % Sections, Subsections, Subsubsections %\setsecheadstyle{\Large\bfseries\sffamily\raggedright} %\setsubsecheadstyle{\large\bfseries\sffamily\raggedright} %\setsubsubsecheadstyle{\bfseries\sffamily\raggedright}