annotate docs/DMRN+10/sections/style.tex @ 2449:c3e00c178760

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Mon, 11 Jul 2016 22:20:49 +0100
parents c07b9e2312ba
children
rev   line source
n@1090 1
n@1090 2 \usepackage{colordvi,amsmath,epsfig,float,color,multicol} % times
n@1090 3
n@1090 4 \pagestyle{empty}
n@1090 5 \setlength{\parindent}{0cm}
n@1090 6 \setlength{\parskip}{2ex}
n@1090 7 \setlength{\columnsep}{3cm}
n@1090 8 \addtolength{\textwidth}{2cm}
n@1090 9 \addtolength{\oddsidemargin}{-1.5cm}
n@1090 10
n@1090 11 \renewcommand{\normalsize}{\Large}
n@1090 12 \def\regularsize{\@setfontsize\normalsize{34pt}{37}}
n@1090 13
n@1090 14 \renewcommand\refname{}
n@1090 15 \setlength{\fboxrule}{0.1cm}
n@1090 16
n@1090 17
n@1090 18 % ----------------------------------------------------------------
n@1090 19
n@1090 20
n@1090 21 % PMS287 CMYK=[100% 69% 0% 11.5%] RGB=[38/256 67/256 151/256]
n@1090 22 \definecolor{qmuldarkblue}{rgb}{0.1484375,0.26171875,0.58984375}
n@1090 23 \definecolor{emphasisered}{rgb}{0.4921,0.132812,0.164062}
n@1090 24
n@1090 25 \definecolor{backgrey}{rgb}{0.93,0.93,0.93}
n@1090 26 \definecolor{backblue}{rgb}{0.93,0.93,1}
n@1090 27 \definecolor{backyellow}{rgb}{1,1,0.88}
n@1090 28
n@1090 29 \definecolor{backred}{rgb}{1,0.9,0.9}
n@1090 30 \definecolor{backgreen}{rgb}{0.9,1,0.9}
n@1090 31 \definecolor{backpink}{rgb}{1,0.9,1}
n@1090 32 \definecolor{backturquoise}{rgb}{0.9,1,1}
n@1090 33
n@1090 34
n@1090 35
n@1090 36
n@1090 37 % ----------------------------------------------------------------
n@1090 38
n@1090 39
n@1090 40 \makeatletter
n@1090 41 \renewcommand{\section}{\@startsection
n@1090 42 {section} % the name
n@1090 43 {1} % the level
n@1090 44 {0mm} % the indent
n@1090 45 {-0.7\baselineskip} % the beforeskip
n@1090 46 {5mm} % the afterskip
n@1090 47 {\center\Huge\color{qmuldarkblue}\bfseries}} % the style
n@1090 48 \makeatother