auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] AucTex and custom fmt files


From: Julien Cubizolles
Subject: [AUCTeX] AucTex and custom fmt files
Date: Wed, 29 May 2013 23:19:07 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

I have some tex files using custom format files. Here is the general
structure:

--8<---------------cut here---------------start------------->8---
%&../../../vuistand-fmt
\documentclass{standalone}
\begin{document}
\begin{tikzpicture}
  some tikz code
\end{tikzpicture}
\end{document}

% Local Variables:
% coding: utf-8
% End:
--8<---------------cut here---------------end--------------->8---

I can compile it with pdflatex but C-c C-c LaTeX complains that the
tikzpicture environment is not defined: the vuistand-fmt custom format
file is not read.

I didn't find anything related to format files in the AucTeX
documentation. How do I tell it to read a given fmt fileĀ ?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]