The microtype package seems to glitch with the asme2e.cls class file. The MWE is as follows:
\documentclass[twocolumn,10pt]{asme2e}
\usepackage{microtype} % comment/uncomment
\title{Title}
\begin{document}
\maketitle
\end{document}
with:
- asme2e.cls: 2012/08/28 v1.7.2 ASME
- pdfTeX, Version 3.141592653-2.6-1.40.26 (TeX Live 2024)
- microtype 2023/03/13 v3.1a (tested as well with microtype 2025/07/09 v3.2b)
The beginning of the error message is as follows:
\MT@prot@iffirstcmd ...\MT@prot@next \relax \@nil
#1\expandafter \expandafte...
l.6 \maketitle
What is your experience with this (fairly recent) issue?
\documentclass[twocolumn,10pt]{asme2e} \usepackage{microtype} % comment/uncomment \title{Title} \begin{document} \microtypesetup{nopatch=item} \maketitle \microtypesetup{patch=item} \end{document}