Browse Source

Fix \slide command to include subsubsection numbering

master
Julian Ospald 9 years ago
parent
commit
2a6b4d94f2
No known key found for this signature in database GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/beamer_configuration.tex

+ 1
- 1
common/beamer_configuration.tex View File

@@ -28,7 +28,7 @@
\NewDocumentCommand {\slide} { m O{} O{} }
{\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}
\end{frame}}


Loading…
Cancel
Save