Mercurial > hg > webaudioevaluationtool
comparison docs/AESPosterComp/sections/style.tex @ 1289:175cf75946f7
Merge
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Wed, 09 Mar 2016 14:36:47 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 1289:175cf75946f7 |
---|---|
1 | |
2 \usepackage{colordvi,amsmath,epsfig,float,color,multicol} % times | |
3 | |
4 \pagestyle{empty} | |
5 \setlength{\parindent}{0cm} | |
6 \setlength{\parskip}{2ex} | |
7 \setlength{\columnsep}{3cm} | |
8 \addtolength{\textwidth}{2cm} | |
9 \addtolength{\oddsidemargin}{-1.5cm} | |
10 | |
11 \renewcommand{\normalsize}{\Large} | |
12 \def\regularsize{\@setfontsize\normalsize{34pt}{37}} | |
13 | |
14 \renewcommand\refname{} | |
15 \setlength{\fboxrule}{0.1cm} | |
16 | |
17 | |
18 % ---------------------------------------------------------------- | |
19 | |
20 | |
21 % PMS287 CMYK=[100% 69% 0% 11.5%] RGB=[38/256 67/256 151/256] | |
22 \definecolor{qmuldarkblue}{rgb}{0.1484375,0.26171875,0.58984375} | |
23 \definecolor{emphasisered}{rgb}{0.4921,0.132812,0.164062} | |
24 | |
25 \definecolor{backgrey}{rgb}{0.93,0.93,0.93} | |
26 \definecolor{backblue}{rgb}{0.93,0.93,1} | |
27 \definecolor{backyellow}{rgb}{1,1,0.88} | |
28 | |
29 \definecolor{backred}{rgb}{1,0.9,0.9} | |
30 \definecolor{backgreen}{rgb}{0.9,1,0.9} | |
31 \definecolor{backpink}{rgb}{1,0.9,1} | |
32 \definecolor{backturquoise}{rgb}{0.9,1,1} | |
33 | |
34 | |
35 | |
36 | |
37 % ---------------------------------------------------------------- | |
38 | |
39 | |
40 \makeatletter | |
41 \renewcommand{\section}{\@startsection | |
42 {section} % the name | |
43 {1} % the level | |
44 {0mm} % the indent | |
45 {-0.7\baselineskip} % the beforeskip | |
46 {5mm} % the afterskip | |
47 {\center\Huge\color{qmuldarkblue}\bfseries}} % the style | |
48 \makeatother |