We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fancyvrb
In its recent releases, fancyvrb has introduced three new options (see its Changes file), which minted may want to accept and pass on to fancyvrb too.
Changes
minted
vspace
reflabel
fileext
file_ext
All these three options are light, thus compatible with fvextra.
fvextra
The text was updated successfully, but these errors were encountered:
The optional argument fileext is not documented because it was only introduced to remember to change the current behaviour:
the file extension is hardcoded in TeX:
\begin{VerbatimOut}{file} -> creates file.tex \begin{VerbatimOut}{file.foo} -> creates file.foo
Maybe that I will come back to this issue in the future ...
Sorry, something went wrong.
added support for fancyvrb options reflabel and vspace (#421)
37209d3
No branches or pull requests
In its recent releases,
fancyvrb
has introduced three new options (see itsChanges
file), whichminted
may want to accept and pass on tofancyvrb
too.vspace
, added in v2.81 2011/04/06reflabel
, added in v3.6 2020/05/03fileext
, initially added asfile_ext
in v4.0 2021/11/19, then renamed tofileext
in v4.2 2022/04/12All these three options are light, thus compatible with
fvextra
.The text was updated successfully, but these errors were encountered: