From 9c491ec71995dfb34d8ed95d7bb098fc1614c92e Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Fri, 13 Jun 2014 16:09:34 +0200 Subject: Import report template --- report/style/pascience-titles.tex | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 report/style/pascience-titles.tex (limited to 'report/style/pascience-titles.tex') diff --git a/report/style/pascience-titles.tex b/report/style/pascience-titles.tex new file mode 100644 index 0000000..85245d2 --- /dev/null +++ b/report/style/pascience-titles.tex @@ -0,0 +1,33 @@ +%%%%%%%%%%%%%%%%%%%% +%% 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} -- cgit v1.2.3