-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
https://okumuralab.org/tex/mod/forum/discuss.php?d=3925
にも書かせていただきましたが,改めて。
jsclasses では,脚注で \verb を使用可能にしていることの副作用で,脚注先頭に \ignorespaces が挿入されていないような気がします。
\documentclass{jsarticle}
\begin{document}
あ\footnote{あ}\footnote{
あ}
\end{document}
これについては,\jsc@f@@t の定義に \afterassignment\ignorespaces を入れれば解決するのではないかと思っています。
\def\jsc@f@@t{\bgroup\aftergroup\jsc@@foot\afterassignment\ignorespaces\let\jsc@next}