fix: unnumbered chapter is chapter*

This commit is contained in:
Samuel Ortion 2024-04-18 13:17:04 +02:00
parent 2110e31754
commit 366c732998
Signed by: sortion
GPG Key ID: 9B02406F8C4FB765
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ See: [[https://emacs.stackexchange.com/a/41456/41374]]
\\makeindex
\\makeglossaries "
;("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")