Przeglądaj źródła

Fix \slide command to include subsubsection numbering

master
Julian Ospald 9 lat temu
rodzic
commit
2a6b4d94f2
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 220CD1C5BDEED020
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      common/beamer_configuration.tex

+ 1
- 1
common/beamer_configuration.tex Wyświetl plik

@@ -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}}


Ładowanie…
Anuluj
Zapisz