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