registor / codebox

It is a LaTeX3 package based on tcolorbox and minted or listings for typsetting programming code box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working properly on TeXLive2023

htharoldht opened this issue · comments

After overleaf and local testing, TL2022 can be compiled normally, but an error will be reported on TL2023: ! Package minted Error: Missing Pygments output; \inputminted was
probably given a file that does not exist--otherwise, you may need
the outputdir package option, or may be using an incompatible build tool,
or may be using frozencache with a missing file.

20230915-144148
20230915-144138

Perhaps it is an error in minted passing parameters, or it may be related to the \l__codebox_language_tl variable

By the way, the native minted macro package without options can be output normally on TL2023