瀏覽代碼

Fix \slide command to include subsubsection numbering

master
Julian Ospald 9 年之前
父節點
當前提交
2a6b4d94f2
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 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}}


Loading…
取消
儲存