latex: use ignorenonframetext on beamer, and make proper title slide.
This commit is contained in:
parent
dc936548c2
commit
c6ffb2602f
1 changed files with 5 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue