fix: unnumbered chapter is chapter*
This commit is contained in:
parent
2110e31754
commit
366c732998
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue