File: slidesetup.tex

package info (click to toggle)
pdfscreen 1.5-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,192 kB
  • ctags: 12
  • sloc: makefile: 49; sh: 30
file content (19 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Other useful macros for doing slides.
\newcommand{\red}[1]{{\color{red} #1}}
\newcommand{\blue}[1]{{\color{blue} #1}}
\newcommand{\black}[1]{{\color{black} #1}}

% Each new topic starts with a fullscreen, and will someday hook up
% into the TOC in the panel.
\newcommand{\topic}[1]{%
 \noindent\begin{minipage}[c][\textheight][c]{\textwidth}
 \definecolor{section1}{rgb}{1,0,0}
 \def\Large{\fontsize{36}{50}\selectfont}
 \centering\section{#1}\end{minipage}}

% The title of a slide
\newcommand{\slideheading}[1]{
  {\normalfont\LARGE\bfseries\sffamily\color{section2}#1}
  \vspace*{0.1in}
  }