Skip to content

Commit

Permalink
change default beamer font to 12pt; add 11pt variant
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcher committed May 29, 2013
1 parent e595c05 commit b6ca867
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions mmd-beamer-header-11pt.tex
@@ -0,0 +1,39 @@
%
% Configure LaTeX to produce a PDF presentation using the beamer class
%

\documentclass[ignorenonframetext,11pt]{beamer}
%\documentclass[onesided]{article}
%\usepackage{graphicx}
%\usepackage{beamerarticle}

\usepackage{beamerthemesplit}
\usepackage{patchcmd}
\usepackage{tabulary} % Support longer table cells
\usepackage{booktabs} % Support better tables
\usepackage[sort&compress]{natbib}

\usepackage{framed} % Allow background color for images
\definecolor{shadecolor}{named}{white}


\usepackage{subfigure}

\let\oldSubtitle\subtitle


% Configure default metadata
\input{mmd-default-metadata}


\AtBeginSection[]
{
\begin{frame}
\frametitle{Outline}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}


\long\def\citefoot#1{\let\thefootnote\relax\footnotetext{\citet{#1}} }

2 changes: 1 addition & 1 deletion mmd-beamer-header.tex
Expand Up @@ -2,7 +2,7 @@
% Configure LaTeX to produce a PDF presentation using the beamer class
%

\documentclass[ignorenonframetext,11pt]{beamer}
\documentclass[ignorenonframetext,12pt]{beamer}
%\documentclass[onesided]{article}
%\usepackage{graphicx}
%\usepackage{beamerarticle}
Expand Down

0 comments on commit b6ca867

Please sign in to comment.