Skip to content

Conflict with acmart #82

@Lysxia

Description

@Lysxia

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:

\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.
# ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions