LaTeX template: code for section title slides in beamer.
This commit is contained in:
parent
63d2575c22
commit
83f2fdd9e2
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ $if(graphics)$
|
||||||
\renewcommand{\includegraphics}[1]{\Oldincludegraphics[width=\maxwidth]{#1}}
|
\renewcommand{\includegraphics}[1]{\Oldincludegraphics[width=\maxwidth]{#1}}
|
||||||
$endif$
|
$endif$
|
||||||
$if(beamer)$
|
$if(beamer)$
|
||||||
|
% Comment these out if you don't want a slide with just the
|
||||||
|
% part/section/subsection/subsubsection title:
|
||||||
|
\AtBeginPart{\frame{\partpage}}
|
||||||
|
\AtBeginSection{\frame{\sectionpage}}
|
||||||
|
\AtBeginSubsection{\frame{\subsectionpage}}
|
||||||
|
\AtBeginSubsubsection{\frame{\subsubsectionpage}}
|
||||||
$else$
|
$else$
|
||||||
\ifxetex
|
\ifxetex
|
||||||
\usepackage[setpagesize=false, % page size defined by xetex
|
\usepackage[setpagesize=false, % page size defined by xetex
|
||||||
|
|
Loading…
Add table
Reference in a new issue