Sfoglia il codice sorgente

Fix \slide command to include subsubsection numbering

master
Julian Ospald 9 anni fa
parent
commit
2a6b4d94f2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 220CD1C5BDEED020
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      common/beamer_configuration.tex

+ 1
- 1
common/beamer_configuration.tex Vedi 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}}


Caricamento…
Annulla
Salva