annotate docs/DMRN+10/sections/style.tex @ 1106:282dfb8076f5

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