From ae98ea328a9a7db60dff8fcfebcc6b9a9fb90600 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Fri, 17 Jan 2025 16:33:58 +0100 Subject: [PATCH] docs: update demo for tomorrow color theme --- .../colortheme-tomorrow/moloch-tomorrow.tex | 36 ++++++------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/examples/colortheme-tomorrow/moloch-tomorrow.tex b/examples/colortheme-tomorrow/moloch-tomorrow.tex index da30313..c58e9f4 100644 --- a/examples/colortheme-tomorrow/moloch-tomorrow.tex +++ b/examples/colortheme-tomorrow/moloch-tomorrow.tex @@ -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}