summaryrefslogtreecommitdiff
path: root/report/style/pascience-titles.tex
diff options
context:
space:
mode:
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}