annotate docs/DMRN+10/sections/style.tex @ 1105:d2afd2ee8684

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