When I try to write a file with some name for example a (then read it afterwards)
\usepackage{fancyvrb}
.........
\begin{VerbatimOut}{a}
file content here...
\end{VerbatimOut}
% process the file named a
I get a file not found error.
After debugging for a little I realize that VerbatimOut writes to a file named a.tex instead.
The package's documentation fancyvrb-doc only mention VerbatimOut in a single paragraph and no mention of this behavior.
How can I write to a file without extension? (using a different package is fine.)
I'm on an UNIX system so a and a. (empty extension) is different. Compiler is LuaLaTeX (This is LuaHBTeX, Version 1.13.0 (TeX Live 2021/Arch Linux))
a!). Hopefully they can save some time, or if this is a bug in the package then it can be fixed and they would not encounter it in the first place) – user202729 Nov 01 '21 at 17:28a.tex, so I got more hard-to-understand issues. – user202729 Nov 01 '21 at 17:36\openoutprimitive this is probably inherited from there. – user202729 Nov 01 '21 at 18:11file.extension.textofile.extensionif the former exists https://tex.stackexchange.com/q/24773/250119 – user202729 Nov 15 '21 at 03:00