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.

Oh yes, it does so.  Julien could configure the pdflatex command to
include the option "-fmt foobar.fmt", though, best with a file local
variable:

%%% Local Variables:
%%% LaTeX-command: "pdflatex -fmt foobar.fmt"
%%% End:

Bye,
Tassilo


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

Reply via email to