annotate docs/WAC2016Poster/sections/style.tex @ 1276:a411eb98f2b3

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