Christophe Jorssen <[email protected]> writes:

> This kind of file uses a trick with web2c implementation of TeX. If
> %&-line parsing is enabled, pdfTeX parses the first line. If it begins
> with %&, it interprets the remaining of the file as parameter for the
> command line (namely the format file).
>
> If AucTeX calls pdfTeX with something like
>
> pdflatex \input{youfile.tex}
>
> then the trick is broken.

You're right, with a custom command like
("pdflatex-vuibert" "pdflatex -fmt ../../../vuistand-fmt.fmt %t"
TeX-run-command nil t :help "Run pdflatex with custom format file")

in TeX-command-list, the format file is indeed read.

Julien. 

_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to