-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Description
output fontsizes are wrong if a font size change is encountered while parsing
pdftex but probably in the others too
Minimal example demonstrating the issue
\documentclass{article}
\usepackage%[nopatch]
{microtype}
\begin{document}
x
\begin{quote}
\tiny
{abc} \\ % braces for color for example
wrong size
\end{quote}
\end{document}
problem is that
\tinyis collected,{is immediately executed- then
abis collected
so that you end up executing
\bgroup \tiny ab ... }
in the end and \normalsize restored at the }and not at the \end{quote}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists