Newer
Older
templates / xelatex / lectures / presentation.tex
Mark on 25 Apr 2017 564 bytes Removed KOMA. Fiddled with margins.
% Driver file for generating a presentation version suitable for displaying via a projector.
% This uses a coloured background, and enables the incremental uncovering of content.
\documentclass[a4,landscape,display]{powersem}

\PassOptionsToPackage{coloremph,colorhighlight,whitebackground}{texpower}

\include{preamble}

\defineTPcolor{inactivecolor}{rgb}{0.1,0.1,0.1}

\defineTPcolor{pagecolor}{rgb}{0.87, 0.88, 0.90}

\defineTPcolor{textcolor}{rgb}{0.25, 0.25, 0.25}

\defineTPcolor{emcolor}{rgb}{0.25, 0.25, 0.25}

\include{lecturedetails}
\include{content}