diff options
Diffstat (limited to 'macros/latex/contrib/beamer-contrib/themes/beamertheme-gotham/gotham-example43dark.tex')
-rw-r--r-- | macros/latex/contrib/beamer-contrib/themes/beamertheme-gotham/gotham-example43dark.tex | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer-contrib/themes/beamertheme-gotham/gotham-example43dark.tex b/macros/latex/contrib/beamer-contrib/themes/beamertheme-gotham/gotham-example43dark.tex new file mode 100644 index 0000000000..af6e53c6ab --- /dev/null +++ b/macros/latex/contrib/beamer-contrib/themes/beamertheme-gotham/gotham-example43dark.tex @@ -0,0 +1,66 @@ +\documentclass[aspectratio=43, 10pt]{beamer} +\usetheme{gotham} + + \gothamset{ + background=dark, + numbering= framenumber, + % tocframe template= gotham simple, + parttocframe default=off, + sectiontocframe default=off, + subsectiontocframe default=off, + } + + \usepackage{standalone} + \usepackage{tikz} + \usepackage{pgfplots} + \usepackage{tabularray} % Typeset tabulars and arrays (contains equivalent of longtable, booktabs and dcolumn at least) + \UseTblrLibrary{booktabs} % to load extra commands from booktabs + \usepackage{changepage} + + \usepackage{appendixnumberbeamer} + \usepackage[scale=2]{ccicons} + % \usepackage{pgfplots} + \usepgfplotslibrary{dateplot} + + \newcommand{\themename}{\textbf{\textsc{Gotham}}} + + +\title[]{Gotham} +\subtitle{A Modern, versatile and extendable theme for Beamer} +\date[]{\today} +\author[]{Romain NOËL} +\institute{Center for modern beamer themes} +% \titlegraphic{\hfill\includegraphics[height=1.5cm]{logo.pdf}} + + +\begin{document} + +\maketitle + + \begin{frame}[toc]{Table of contents}% + \tableofcontents%[hideallsubsections] + \end{frame} + + +%%%%%%%%%%%%%%%%%%%% +%%% MAINMATTER %%% +%%%%%%%%%%%%%%%%%%%% +\input{section-Beamer.tex} + +\input{section-Gotham.tex} + +\input{section-Conclusion.tex} + + +\appendix + + \begin{frame}[fragile]{Backup slides} + Sometimes, it is useful to add slides at the end of your presentation to refer to during audience questions. + + The best way to do this is to include \verb|\usepackage{appendixnumberbeamer}| in your preamble and call \verb|\appendix| before your backup slides. + + \themename{} will automatically turn off slide numbering and progress bars for slides in the appendix. + \end{frame} + + +\end{document}
\ No newline at end of file |