latex: use ignorenonframetext on beamer, and make proper title slide.

This commit is contained in:
John MacFarlane 2012-01-25 17:47:49 -08:00
parent dc936548c2
commit c6ffb2602f

View file

@ -1,4 +1,4 @@
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(handout)$handout,$endif$]{$documentclass$}
\documentclass[$if(fontsize)$$fontsize$,$endif$$if(handout)$handout,$endif$$if(beamer)$ignorenonframetext,$endif$]{$documentclass$}
$if(theme)$
\usetheme{$theme$}
$endif$
@ -126,8 +126,12 @@ $endif$
\begin{document}
$if(title)$
$if(beamer)$
\frame{\titlepage}
$else$
\maketitle
$endif$
$endif$
$for(include-before)$
$include-before$