Skip to content

Fontsize escapes from \marginpar #2752

@juliusross1

Description

@juliusross1

The text "Goodbye" is in \tiny size with LaTeXML but not in luaLaTeX:

\documentclass{article}
\begin{document}
Hello
\marginpar{\tiny Comment}
Goodbye
\end{document}

The bug is avoided with the below

\documentclass{article}
\begin{document}
Hello
\marginpar{{\tiny Comment}}
Goodbye
\end{document}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions