\documentclass[10pt,hyperref={implicit=true}]{beamer} \mode { %\usetheme{Warsaw} \usetheme[hideothersubsections]{Goettingen} % or ... \setbeamercovered{transparent} % or whatever (possibly just delete it) \subject{C Programming for Engineers} } \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{lgrindsetup} \usepackage{times} \usepackage[T1]{fontenc} \usepackage{xcolour-names} % 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{} % <======== FILL IN THE TITLE \subtitle{C Programming for Engineers} \author[Nick Urbanik]{Nick Urbanik \texttt{\footnotesize{}nicku\at{}nicku.org}\\ {\tiny This document Licensed under GPL---see slide~\pageref{sld:license}}% } \date{2005 October} % 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} \maketitle \thispagestyle{empty} \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{} \subsection{} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \section{} \subsection{} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \section{} \subsection{} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \section{} \subsection{} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \begin{frame} \frametitle{} \begin{itemize} \item \end{itemize} \end{frame} \section{References} \begin{frame} \frametitle{References} \begin{thebibliography}{99} \beamertemplatebookbibitems \bibitem{Oual1993} Steve Oualline. \newblock% \emph{Practical C Programming}. \newblock% O'Reilly, 1993. \bibitem{Dav1995} Paul Davies. \newblock% \emph{The Indespensable Guide to C with Engineering Applications} \newblock% Addison-Wesley, 1995. \bibitem{Ker1988} Brian W. Kernighan and Desnnis M. Ritchie. \newblock% \emph{The C Programming Language}. \newblock% Prentice Hall, 1988. \end{thebibliography} \end{frame} \section{License of this Document} \label{sec:license} \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}