annotate docs/DMRN+10/sections/style.tex @ 577:80e6cf42a17b Dev_main

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