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