abenori / jlreq

Other
125 stars 18 forks source link

matter系のエラー #38

Closed kmuto closed 5 years ago

kmuto commented 5 years ago

abenori_dev先端の82ea4490322184f2eeee22ad746531b467820c94 で実験していますが、

\documentclass[book]{jlreq}
\begin{document}
\frontmatter
\mainmatter
\backmatter
\end{document}

というのを用意したとすると、

3つのmatterがある状態では

! Undefined control sequence.
\backmatter ...terfalse \jlreq@backmatter@counter 
                                                  \jlreq@backmatter@heading ...
l.5 \backmatter

mainmatterのみ あるいは mainmatter+backmatterの場合は

! Undefined control sequence.
<argument> \undefinedpagestyle 

l.4 \mainmatter

となります。とりあえずbackmatterが動かなくなっているのが一番の問題ですね。

abenori commented 5 years ago

ありゃ,typoですね. 0f2ebed で直しました.

kmuto commented 5 years ago

お、通りました!

kmuto commented 5 years ago

でもmainmatterしかないときにエラーはまずいのかな

abenori commented 5 years ago

すみません忘れていた( 85a9e5b )

kmuto commented 5 years ago

通りました!

abenori commented 5 years ago

ありがとうございます!