When using beamer with the warsaw theme, how can one set the text on all frames to appear in boldface?
Here is an MWE, I want text on both the slides to be in boldface.
\documentclass[11pt]{beamer}
\usetheme{Warsaw}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{color,soul}
\author{author}
\title{title}
\institute{institute}
\begin{document}
\begin{frame}
\frametitle{Outline}
text on this slide
\end{frame}
\begin{frame}
test one this slide
\end{frame}
\end{document}
\documentclass{beamer}, the theme and a frame users wiling to help you can just copy paste it and start solving your question. – samcarter_is_at_topanswers.xyz Jul 13 '15 at 12:22