Fix \slide command to include subsubsection numbering
This commit is contained in:
parent
e0c1112ca0
commit
2a6b4d94f2
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
\NewDocumentCommand {\slide} { m O{} O{} }
|
\NewDocumentCommand {\slide} { m O{} O{} }
|
||||||
{\begin{frame}{#3}
|
{\begin{frame}{#3}
|
||||||
\frametitle{\thesection.\ifnum\thesubsection=0\else\thesubsection.\fi\ \currentname {#2}}
|
\frametitle{\thesection.\ifnum\thesubsection=0\else\thesubsection.\fi\ifnum\thesubsubsection=0\else\thesubsubsection.\fi\ \currentname {#2}}
|
||||||
\input{#1}
|
\input{#1}
|
||||||
\end{frame}}
|
\end{frame}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user