Newer
Older
templates / latex / lectures / slides.tex
Mark on 4 Feb 2016 514 bytes Improvements.
  1. % Driver file for generating printable slides.
  2. % This makes the background white, and turns of the incremental uncovering of content.
  3. \documentclass[a4,landscape,KOMA,calcdimensions,printed]{powersem}
  4. \PassOptionsToPackage{whitebackground}{texpower}
  5. %\PassOptionsToPackage{monochrome}{color} % turns off color completely
  6. \include{preamble}
  7. \replacecolor{textcolor}{black} % make the text black
  8. \replacecolor{emcolor}{black} % make the text black
  9. \tcbset{colback=white}
  10. \include{lecturedetails}
  11. \include{content}
  12.