aboutsummaryrefslogtreecommitdiff
path: root/report/style/pascience-titles.tex
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-16 15:45:05 +0100
committerPacien TRAN-GIRARD2014-02-16 15:45:05 +0100
commit8e5115f6501a05722b1322480a8149b0c37545b0 (patch)
tree9f206e2f2298986e42e91e4117bf5bb5565ec95b /report/style/pascience-titles.tex
parent29efed720f339e073c77a294629655ec6f7af8f3 (diff)
downloadesieequest-8e5115f6501a05722b1322480a8149b0c37545b0.tar.gz
Import report template
Diffstat (limited to 'report/style/pascience-titles.tex')
-rw-r--r--report/style/pascience-titles.tex33
1 files changed, 33 insertions, 0 deletions
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 @@
1%%%%%%%%%%%%%%%%%%%%
2%% TITLE STYLE
3%%%%%%%%%%%%%%%%%%%%
4
5% Chapters
6\usepackage{calc}
7\newif\ifNoChapNumber
8\makeatletter
9\makechapterstyle{VZ34}{
10 \renewcommand\chapternamenum{}
11 \renewcommand\printchaptername{}
12 \renewcommand\printchapternum{}
13 \renewcommand\chapnumfont{\Huge\bfseries\sffamily}
14 \renewcommand\chaptitlefont{\Huge\bfseries\sffamily\raggedright}
15 \renewcommand\printchaptertitle[1]{%
16 \def\arraystretch{2}\begin{tabular}[2]{
17 @{}p {0.8cm}!
18 {\textcolor{gray75}{\vrule width 2pt}\quad}
19 p{\textwidth-1cm-2em-4\tabcolsep}
20 }
21 \ifNoChapNumber\chapnumfont \# \else\chapnumfont \thechapter\fi
22 & \chaptitlefont ##1
23 \end{tabular}
24 \NoChapNumberfalse
25 }
26 \renewcommand\printchapternonum{\NoChapNumbertrue}
27}
28\chapterstyle{VZ34}
29
30% Sections, Subsections, Subsubsections
31%\setsecheadstyle{\Large\bfseries\sffamily\raggedright}
32%\setsubsecheadstyle{\large\bfseries\sffamily\raggedright}
33%\setsubsubsecheadstyle{\bfseries\sffamily\raggedright}