Skip to content

脚注先頭の \ignorespaces #79

@wryz77

Description

@wryz77

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions