annotate docs/DMRN+10/sections/style.tex @ 1309:e8b1aa4f2c0a

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