(Sorry, this has already been posted to gnu.emacs.help, probably not
the best place for this type of question).

Hello all,

I'm trying to compile a document with a custom TeX format using the "%&-
line parsing" feature of my TeX distribution (texlive 2010). The
format name is pdflatex-
tikz.

My file.tex is something like

------Cut Here---------------
%&pdflatex-tikz
\documentclass{article}
\tikzexternalize{file}
\begin{document}

\begin{tikzpicture}
  \draw (0,0) -- (2,2);
\end{tikzpicture}

\end{document}
------Cut Here---------------

When I C-c C-c it inside AUCTeX, the compilation fails. I think it is
because AUCTeX invokes TeX this way (found in file output)

Running `LaTeX' on `file' with ``pdflatex  -interaction=nonstopmode
"\input" file.tex''

I'd rather have something like

Running `LaTeX' on `file' with ``pdflatex  -interaction=nonstopmode
file.tex''

How can I change it?

Thanks

-- 
Christophe

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

Reply via email to