Skip to content
New issue

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

Syncing with fancyvrb: three new options #421

Open
muzimuzhi opened this issue Nov 8, 2024 · 1 comment
Open

Syncing with fancyvrb: three new options #421

muzimuzhi opened this issue Nov 8, 2024 · 1 comment

Comments

@muzimuzhi
Copy link
Contributor

muzimuzhi commented Nov 8, 2024

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.

  • vspace, added in v2.81 2011/04/06
  • reflabel, added in v3.6 2020/05/03
  • fileext, initially added as file_ext in v4.0 2021/11/19, then renamed to fileext in v4.2 2022/04/12

All these three options are light, thus compatible with fvextra.

@hvoss49
Copy link

hvoss49 commented Nov 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants