Skip to content

Commit 9744de6

Browse files
committed
fix: gobble peroid while concating chap no
1 parent 5eef325 commit 9744de6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

typeset/drvmly.ltx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
\let\section\subsection
2828
\let\subsection\subsubsection
2929
\let\subsubsection\paragraph
30-
\renewcommand{\thechapter}{\relax} % relax!!
30+
% \renewcommand{\thechapter}{\relax} % relax!!
31+
\def\thechapter#1{\relax} % gobble the period, fragile
3132

3233
\usepackage{float}
3334
\usepackage{xurl}

0 commit comments

Comments
 (0)