all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [auctex-preview] Preview a tikzpicture environment
@ 2008-10-26 20:19 Christophe Jorssen
  0 siblings, 0 replies; only message in thread
From: Christophe Jorssen @ 2008-10-26 20:19 UTC (permalink / raw
  To: help-gnu-emacs

Hello all,

I use preview to preview my tikzpicture in a latex document (with auctex).

In the preamble, I put a

\PreviewEnvironment{tikzpicture}

It works fine, except when I have computed coordinates with $ (I suppose 
that there is a conflict with the preview of inline math).

For instance

\documentclass{minimal}
\usepackage{tikz}
\usetikzlibrary{calc}

\usepackage[active,tightpage]{preview}
\PreviewEnvironment{tikzpicture}

\begin{document}

\begin{tikzpicture}
\draw[help lines] (0,0) grid (5,5);
\coordinate (X) at (1,2);
\coordinate (Y) at (2,1);
% The problem is here
\coordinate (Z) at ($(X)+3*(Y)$);
\end{tikzpicture}
\end{document}

Any ideas?

Thanks in advance

-- 
Christophe


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-26 20:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 20:19 [auctex-preview] Preview a tikzpicture environment Christophe Jorssen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.