talks/beamer_preamble.tex
author Scott Morrison <scott@tqft.net>
Thu, 20 Sep 2012 14:24:07 +1000
changeset 979 01c4b50b5489
parent 388 eec4b1f9cfc2
permissions -rw-r--r--
adding some notes from talks
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
152
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     1
\usepackage{etex}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     2
\usepackage{pgfpages}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     3
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     4
\usepackage{color}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     5
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     6
\usepackage{tikz}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     7
\usetikzlibrary{shapes}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     8
\usetikzlibrary{backgrounds}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
     9
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    10
% beamer mode
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    11
\mode<beamer>{
388
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    12
\useinnertheme[shadow=true]{rounded}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    13
\useoutertheme{shadow}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    14
\usecolortheme{orchid}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    15
\usecolortheme{whale}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    16
\setbeamerfont{block title}{size={}}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    17
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    18
\setbeamertemplate{headline}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    19
{%
152
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    20
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    21
388
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    22
\setbeamertemplate{footline}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    23
{%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    24
  \leavevmode%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    25
  \hbox{\begin{beamercolorbox}[wd=.25\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm]{author in head/foot}%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    26
    \usebeamerfont{author in head/foot}\insertshortauthor
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    27
  \end{beamercolorbox}%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    28
  \begin{beamercolorbox}[wd=.25\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm]{title in head/foot}%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    29
    \usebeamerfont{title in head/foot}\insertshorttitle
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    30
  \end{beamercolorbox}}%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    31
    \begin{beamercolorbox}[wd=.5\paperwidth,ht=2.5ex,dp=1.125ex]{section in head/foot}%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    32
    \insertsectionnavigationhorizontal{.5\paperwidth}{}{\hskip0pt plus1filll}%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    33
  \end{beamercolorbox}%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    34
  \vskip0pt%
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    35
}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    36
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    37
}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    38
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    39
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    40
152
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    41
% transparency mode
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    42
\mode<trans>{
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    43
 \usetheme{Warsaw}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    44
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    45
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    46
% handout mode
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    47
\mode<handout>{
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    48
 \usetheme{default}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    49
 \setbeamercolor{background canvas}{bg=black!5}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    50
 \pgfpagesuselayout{4 on 1}[letterpaper,landscape,border shrink=2.5mm]
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    51
}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    52
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    53
\newcommand{\return}[2]{\hyperlink{#1}{\beamerreturnbutton{#2}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    54
\newcommand{\goto}[2]{\hyperlink{#1}{\beamergotobutton{#2}}}
scott@6e1638ff-ae45-0410-89bd-df963105f760
parents:
diff changeset
    55
\newcommand{\skipto}[2]{\hyperlink{#1}{\beamerskipbutton{#2}}}
388
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    56
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    57
\beamertemplatetransparentcovered 
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    58
\setbeamertemplate{navigation symbols}{}  % no navigation symbols, please
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    59
\mode<beamer>{\setbeamercolor{block title}{bg=green!40!black}}
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    60
\beamersetuncovermixins 
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    61
{\opaqueness<1->{60}} 
eec4b1f9cfc2 tweaks to talk
Scott Morrison <scott@tqft.net>
parents: 170
diff changeset
    62
{}