annotate docs/DMRN+10/sections/style.tex @ 1199:29eaafbe6248

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