Skip to content
Snippets Groups Projects
Commit b178cbe3 authored by Laros's avatar Laros
Browse files

Added a macro for disabling the \pause command.

Fixed a bug that placed bullets in the enumerate environment.
parent a0d86b36
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,11 @@
\setbeamercolor{normal text}{fg = white}
\setbeamercolor{frametitle}{fg = black}
\setbeamertemplate{items}[circle]
% Change the bullets in the itemize environment.
\setbeamertemplate{itemize items}[circle]
% Macro for bold text.
\newcommand{\bt}[1]{\texttt{\textbf{#1}}}
%
% Settings for the title page.
......
......@@ -20,6 +20,10 @@
\begin{document}
% This disables the \pause command, handy in the editing phase.
%\renewcommand{\pause}{}
% Make the title page.
\bodytemplate
% First page of the presentation.
......@@ -47,6 +51,10 @@
\end{itemize}
\end{frame}
\begin{frame}
The second slide in the same section.
\end{frame}
\section{Questions?}
\lastpagetemplate
\begin{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment