[email protected] writes: > Sans ma customisation d'AUCTeX ça fait cela: > > --8<----8<----8<----8<----8<-- begin -->8---->8---->8---->8---->8---- > Running `LaTeX' on `liberté' with ``pdflatex -file-line-error > -interaction=nonstopmode "\input" "liberté.tex"'' > This is pdfTeX, Version 3.14159265-2.6-1.40.19 (MiKTeX 2.9.6745 64-bit) > entering extended mode > LaTeX2e <2018-04-01> patch level 5 > ???:0: I can't find file `libert'. > <to be read again> > \global > <*> \input liberté > .tex > Please type another input file name > ???:0: Emergency stop > ???:0: ==> Fatal error occurred, no output PDF file produced! > Transcript written on texput.log. > > TeX Output exited abnormally with code 1 at Fri Sep 28 06:34:53 > --8<----8<----8<----8<----8<-- end -->8---->8---->8---->8---->8----
Hi Vincent, latest development version of AUCTeX handles file names with non-ascii characters correctly. For details, see this change[1]. Compiling a file `liberté.tex' and hitting `C-c C-l' shows this for me: --8<---------------cut here---------------start------------->8--- Running `LaTeX' on `liberté' with ``pdflatex -file-line-error -interaction=nonstopmode "liberté.tex"'' This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/W32TeX) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./liberté.tex LaTeX2e <2018-04-01> patch level 5 ... Transcript written on liberté.log. --8<---------------cut here---------------end--------------->8--- Note the missing \input <filename.tex>. I'm using TeXlive, but this shouldn't make a difference. Best, Arash Footnotes: [1] http://git.savannah.gnu.org/cgit/auctex.git/commit/?id=a8ea1273fd95da5702fe95ad3f41d151b621bc72 _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
