annotate docs/WAC2016Poster/sections/style.tex @ 642:9ba8ad2dde01 Dev_main

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