Fix \slide command to include subsubsection numbering

このコミットが含まれているのは:
Julian Ospald 2015-04-21 14:13:56 +02:00
コミット 2a6b4d94f2
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 220CD1C5BDEED020
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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