docs: update demo for tomorrow color theme
This commit is contained in:
parent
3039994e27
commit
ae98ea328a
|
@ -5,16 +5,13 @@
|
||||||
\usetheme{moloch}
|
\usetheme{moloch}
|
||||||
\usecolortheme{moloch-tomorrow}
|
\usecolortheme{moloch-tomorrow}
|
||||||
\usepackage{lmodern}
|
\usepackage{lmodern}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
|
||||||
\setbeamertemplate{page number in head/foot}[appendixframenumber]
|
\setbeamertemplate{page number in head/foot}[appendixframenumber]
|
||||||
\setbeamertemplate{section in toc}[sections numbered]
|
\setbeamertemplate{section in toc}[sections numbered]
|
||||||
|
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
|
|
||||||
\usepackage{xspace}
|
|
||||||
|
|
||||||
\newcommand{\themename}{\textbf{moloch}\xspace}
|
|
||||||
|
|
||||||
\title{Moloch}
|
\title{Moloch}
|
||||||
\subtitle{A Minimal Beamer Theme}
|
\subtitle{A Minimal Beamer Theme}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
|
@ -26,33 +23,20 @@
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
\begin{frame}{Table of Contents}
|
|
||||||
\tableofcontents[hideallsubsections]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
|
|
||||||
\begin{frame}[fragile]{Moloch}
|
\begin{frame}[fragile]{Moloch}
|
||||||
|
This small demo examplifies how the \href{tomorrow color theme}{https://github.com/chriskempson/tomorrow-theme}
|
||||||
|
for moloch
|
||||||
|
|
||||||
The \themename theme is a Beamer theme with minimal visual noise. It is a fork of the
|
Enable the color theme by calling
|
||||||
\href{https://github.com/matze/mtheme}{metropolis theme} by Matthias Vogelgesang, which in
|
\begin{verbatim}
|
||||||
turn was inspired by by the \href{https://github.com/hsrmbeamertheme/hsrmbeamertheme}{hsrm
|
\usecolortheme{moloch-tomorrow}\end{verbatim}
|
||||||
theme} by Benjamin Weiss. \medskip
|
|
||||||
|
|
||||||
Enable the theme by calling
|
|
||||||
\begin{verbatim}\documentclass{beamer}
|
|
||||||
\usetheme{moloch}\end{verbatim}
|
|
||||||
\end{frame}
|
|
||||||
\begin{frame}[fragile]{Sections}
|
|
||||||
Sections group slides of the same topic by introducing a section page between them. A progress bar is shown which indicates how far along in the presentation you are.
|
|
||||||
|
|
||||||
\begin{verbatim}\section{Title Formats}\end{verbatim}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}[fragile]{Blocks}
|
\begin{frame}[fragile]{Tomorrow Color Theme}
|
||||||
Three different block environments are pre-defined: \verb|block|, \verb|alertblock|,
|
The tomorrow color theme has a higher contrast than the standard moloch theme, and uses
|
||||||
and \verb|exampleblock|. They can be styled using the option
|
different colors for alerts and examples.
|
||||||
\verb|block|, which takes values \verb|transparent| (default, left column) and \verb|fill| (right column).
|
|
||||||
|
|
||||||
\begin{columns}[T]
|
\begin{columns}[T]
|
||||||
\begin{column}{0.45\textwidth}
|
\begin{column}{0.45\textwidth}
|
||||||
|
@ -88,6 +72,8 @@
|
||||||
\end{columns}
|
\end{columns}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
\section{A Section Just to Showcase Progress Bar Color}
|
||||||
|
|
||||||
\begin{frame}[standout]
|
\begin{frame}[standout]
|
||||||
Questions?
|
Questions?
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
Loading…
Reference in New Issue