From c16698d1b7bc594bdb232a1192d992631cb797bd Mon Sep 17 00:00:00 2001 From: samcarter Date: Mon, 10 Feb 2025 14:16:56 +0100 Subject: [PATCH] chore: remove hyperref and use \frametitle in tomorrow theme example --- examples/colortheme-tomorrow/moloch-tomorrow.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/colortheme-tomorrow/moloch-tomorrow.tex b/examples/colortheme-tomorrow/moloch-tomorrow.tex index 0f2ff50..c8d50ce 100644 --- a/examples/colortheme-tomorrow/moloch-tomorrow.tex +++ b/examples/colortheme-tomorrow/moloch-tomorrow.tex @@ -4,7 +4,6 @@ \usetheme{moloch} \usecolortheme{moloch-tomorrow} \usepackage{lmodern} -\usepackage{hyperref} \setbeamertemplate{page number in head/foot}[appendixframenumber] \setbeamertemplate{section in toc}[sections numbered] @@ -24,7 +23,8 @@ \section{Introduction} -\begin{frame}[fragile]{Moloch} +\begin{frame}[fragile] +\frametitle{Moloch} This small demo shows how the \href{https://github.com/chriskempson/tomorrow-theme}{tomorrow color theme} for moloch looks.\bigskip @@ -34,7 +34,8 @@ \usecolortheme{moloch-tomorrow}\end{verbatim} \end{frame} -\begin{frame}[fragile]{Tomorrow Color Theme} +\begin{frame}[fragile] +\frametitle{Tomorrow Color Theme} The tomorrow color theme has a higher contrast than the standard moloch theme, and uses different colors for alerts and examples.