bug#81648: 32.0.50; Running LaTeX on files with non-ASCII chars in the name
Stefan Monnier via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Currently, the invokation does:
>
> pdflatex \\nonstopmode\\input \ä.tex
How 'bout
pdflatex -interaction=nonstopmode ä.tex
instead?
[ And maybe we should also use `-file-line-error` while at it? ]
Of course, all these variants need to be cross-producted by
lualatex/xelatex/... I don't know which ones work better overall.
=== Stefan