annotate poster/sections/style.tex @ 47:b0186d4a4496 tip

Move 7Digital dataset to Downloads
author Paulo Chiliguano <p.e.chiliguano@se14.qmul.ac.uk>
date Sat, 09 Jul 2022 00:50:43 -0500
parents fcd3730ffc19
children
rev   line source
p@36 1
p@36 2 \usepackage{times,colordvi,amsmath,epsfig,float,color,multicol}
p@36 3 \renewcommand{\familydefault}{\sfdefault}
p@36 4
p@36 5 \pagestyle{empty}
p@36 6 \setlength{\parindent}{0cm}
p@36 7 \setlength{\parskip}{2ex}
p@36 8 \setlength{\columnsep}{3cm}
p@36 9 \addtolength{\textwidth}{2cm}
p@36 10 \addtolength{\oddsidemargin}{-1.5cm}
p@36 11
p@36 12 \renewcommand{\normalsize}{\Large}
p@36 13 \def\regularsize{\@setfontsize\normalsize{34pt}{37}}
p@36 14
p@36 15 \renewcommand\refname{}
p@36 16 \setlength{\fboxrule}{0.1cm}
p@36 17
p@36 18 % ----------------------------------------------------------------
p@36 19
p@36 20
p@36 21 % PMS287 CMYK=[100% 69% 0% 11.5%] RGB=[38/256 67/256 151/256]
p@36 22 \definecolor{qmuldarkblue}{rgb}{0.1484375,0.26171875,0.58984375}
p@36 23
p@36 24 \definecolor{backgrey}{rgb}{0.93,0.93,0.93}
p@36 25 \definecolor{backblue}{rgb}{0.93,0.93,1}
p@36 26 \definecolor{backyellow}{rgb}{1,1,0.88}
p@36 27
p@36 28 \definecolor{backred}{rgb}{1,0.9,0.9}
p@36 29 \definecolor{backgreen}{rgb}{0.9,1,0.9}
p@36 30 \definecolor{backpink}{rgb}{1,0.9,1}
p@36 31 \definecolor{backturquoise}{rgb}{0.9,1,1}
p@36 32
p@36 33
p@36 34 % ----------------------------------------------------------------
p@36 35
p@36 36
p@36 37 \makeatletter
p@36 38 \renewcommand{\section}{\@startsection
p@36 39 {section} % the name
p@36 40 {1} % the level
p@36 41 {0mm} % the indent
p@36 42 {-0.7\baselineskip} % the beforeskip
p@36 43 {5mm} % the afterskip
p@36 44 {\center\Huge\color{qmuldarkblue}\bfseries}} % the style
p@36 45 \makeatother