annotate docs/AESPosterComp/sections/style.tex @ 574:faf013a73570

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