-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Recent versions of acmart (at least since 1.70) cause an error with \usepackage{amssymb} (issue borisveytsman/acmart#395), which lhs2tex appears to insert unconditionally:
Line 41 in 34301be
| \usepackage{amssymb} |
Example to reproduce:
% t.lhs
\documentclass{acmart}
%include polycode.fmt
% This is really because of \usepackage{amssymb}
% If you take that out of the preprocessed file the result compiles fine.
\begin{document}
\end{document}
lhs2TeX t.lhs > t.tex
pdflatex t.tex
# Output:
# ...
# ! LaTeX Error: Command `\Bbbk' already defined.
# ...Krantz-XRF, sgraf812, igormoreno, alt-romes, ulysses4ever and 2 more