File tree Expand file tree Collapse file tree 5 files changed +15
-7
lines changed
Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1313$ if(aspectratio)$
1414 aspectratio=$ aspectratio$ ,
1515$ endif$
16+ $ if(babel-lang)$
17+ $ babel-lang$ ,
18+ $ endif$
1619$ endif$
1720$ for(classoption)$
1821 $ classoption$ $ sep$ ,
Original file line number Diff line number Diff line change 3939}
4040\setbeamertemplate {section page}{
4141 \centering
42- \begin {beamercolorbox }[sep=12pt,center]{part title}
42+ \begin {beamercolorbox }[sep=12pt,center]{section title}
4343 \usebeamerfont {section title}\insertsection\par
4444 \end {beamercolorbox }
4545}
4646\setbeamertemplate {subsection page}{
4747 \centering
48- \begin {beamercolorbox }[sep=8pt,center]{part title}
48+ \begin {beamercolorbox }[sep=8pt,center]{subsection title}
4949 \usebeamerfont {subsection title}\insertsubsection\par
5050 \end {beamercolorbox }
5151}
344344% get rid of language-specific shorthands (see #6817):
345345\let\LanguageShortHands\languageshorthands
346346\def\languageshorthands #1 {}
347- $ endif $
347+ $ if(selnolig-langs) $
348348\ifLuaTeX
349- \usepackage {selnolig} % disable illegal ligatures
349+ \usepackage [ $ for(selnolig-langs) $$ it $$ sep $ , $ endfor $ ] {selnolig} % disable illegal ligatures
350350\fi
351+ $ endif$
352+ $ endif$
351353$ if(dir)$
352354\ifPDFTeX
353355 \TeXXeTstate =1
Original file line number Diff line number Diff line change 2020\institute {$ for(institute)$ $ institute$ $ sep$ \and $ endfor$ }
2121$ endif$
2222$ if(titlegraphic)$
23- \titlegraphic {\includegraphics {$ titlegraphic$ }}
24- $ endif$
23+ \titlegraphic {\includegraphics $ if(titlegraphicoptions)$ [$ for(titlegraphicoptions)$ $ titlegraphicoptions$ $ sep$ , $ endfor$ ]$ endif$ {$ titlegraphic$ }}$ endif$
2524$ if(logo)$
2625\logo {\includegraphics {$ logo$ }}
2726$ endif$
Original file line number Diff line number Diff line change 77$ if(toc-title)$
88 \frametitle {$ toc-title$ }
99$ endif$
10- \tableofcontents [hideallsubsections]
10+ \setcounter {tocdepth}{$ toc-depth$ }
11+ \tableofcontents
1112\end {frame }
1213$ else$
1314{
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ $if(title-font)$
55 title-font : (" $title-font$" ,),
66$ endif $
77$ endif $
8+ $ if (subtitle )$
9+ subtitle : [$ subtitle $ ],
10+ $ endif $
811$ if (by -author )$
912 authors : (
1013$ for (by -author )$
You can’t perform that action at this time.
0 commit comments