\documentclass[10pt,hyperref={implicit=true}]{beamer} \mode { %\usetheme{Warsaw} \usetheme[hideothersubsections]{Goettingen} % or ... \setbeamercovered{transparent} % or whatever (possibly just delete it) \subject{LPIC 102} } \mode
{ \renewcommand{\floatpagefraction}{0.75} % default is .5, to increase % density. \renewcommand*{\bottomfraction}{0.6} % default is 0.3 \renewcommand*{\topfraction}{0.85} % default is 0.7 \renewcommand*{\textfraction}{0.1} % default is 0.2 } \usepackage[english]{babel} \usepackage{alltt,booktabs,array,cols,multicol,meta} \usepackage[utf8]{inputenc} % or whatever \usepackage{times} \usepackage[T1]{fontenc} % Or whatever. Note that the encoding and the font should match. If T1 % does not look nice, try deleting the line with the fontenc. \title{} \subtitle{LPIC 102} \author[Nick Urbanik]{Nick Urbanik \texttt{\footnotesize{}nicku@nicku.org}\\ {\tiny This document Licensed under GPL---see slide~\pageref{sld:license}}% } \date{2005 September} % Copyright (C) 2005 Nick Urbanik % You can redistribute modified or unmodified copies of this document % provided that this copyright notice and this permission notice are % preserved on all copies under the terms of the GNU General Public % License as published by the Free Software Foundation--either version 2 % of the License or (at your option) any later version. \AtBeginSubsection[] { \begin{frame} \frametitle{Outline} \footnotesize \begin{multicols}{2} \tableofcontents[currentsection,currentsubsection] \end{multicols} \end{frame} } % If you wish to uncover everything in a step-wise fashion, uncomment % the following command: %\beamerdefaultoverlayspecification{<+->} \newcounter{program} %\newcommand*{\program}[1]{\refstepcounter{program}\label{#1}\arabic{program}} % \newcommand*{\program}[1]{% % \refstepcounter{program}\hypertarget{#1}{Program \texttt{#1}}% % } %\newcommand*{\program}[1]{\refstepcounter{program}\label{#1}\arabic{program}} \newcommand*{\program}[1]{% \hypertarget{#1}{Program \texttt{#1}}% } \newcommand*{\linkto}[1]{\hyperlink{#1}{\texttt{#1}}} \providecommand*{\bs}{\texttt{\char '134}} % Backslash, no break \begin{document} \begin{frame} \titlepage \end{frame} \begin{frame} \frametitle{Outline} \mode {% \footnotesize \begin{multicols}{2} \tableofcontents \end{multicols} % You might wish to add the option [pausesections] }% \mode
{% \tableofcontents }% \end{frame} \section{} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \section{} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \subsection{} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \begin{frame} \frametitle{Make Titles Informative.} \end{frame} \begin{frame} \frametitle{License covering this document} \label{sld:license} Copyright \copyright{} 2005 Nick Urbanik You can redistribute modified or unmodified copies of this document provided that this copyright notice and this permission notice are preserved on all copies under the terms of the GNU General Public License as published by the Free Software Foundation --- either version 2 of the License or (at your option) any later version. \end{frame} \end{document}