Переглянути джерело

Fix \slide command to include subsubsection numbering

master
Julian Ospald 9 роки тому
джерело
коміт
2a6b4d94f2
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 220CD1C5BDEED020
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      common/beamer_configuration.tex

+ 1
- 1
common/beamer_configuration.tex Переглянути файл

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


Завантаження…
Відмінити
Зберегти