Skip to content

Commit

Permalink
chore: remove hyperref and use \frametitle in tomorrow theme example
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarter authored Feb 10, 2025
1 parent 579e785 commit c16698d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/colortheme-tomorrow/moloch-tomorrow.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -34,7 +34,8 @@ \section{Introduction}
\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.

Expand Down

0 comments on commit c16698d

Please sign in to comment.