Open melkyades opened 1 year ago
meanwhile a workaround that converts minted environments to verbatim:
%\usepackage{minted}
\usepackage{verbatim}
\newenvironment{minted}[1]{\verbatim}{\endverbatim\hspace{1cm}}
This looks like an interaction between minted and hyperxmp, which is very unfortunate. Thanks for reporting.
@melkyades, does this still happen for you? both hyperxmpn and minted have been updated at TeXLive, maybe Ubuntu has kept up
Hi! I don't know if it's just me, but it looks like in Ubuntu 22.10 the
minted
package is not working with programming.cls (tested v1.3a and 1.4a). To reproduce: add the line\usepackage{minted}
to the example-programming.tex and it will not compile anymore in Ubuntu 22.10 (this was not the case in Ubuntu 22.04).