emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] I find org-mode don't support tikz/pgf .


From: waterloo
Subject: [Orgmode] I find org-mode don't support tikz/pgf .
Date: Wed, 12 Aug 2009 14:16:10 +0800

tikz/pgf is a package for drawing picture under latex.

I have add the following in `Org Format Latex Header' .
\usepackage{tikz}  
\usetikzlibrary{arrows,backgrounds,decorations.pathmorphing,
calc,fit,positioning,scopes,shapes.geometric,shapes.symbols,
shapes.arrows,shapes.multipart,shapes.misc,shapes.callouts,snakes,through}

But I can not preview or export tikzpicture to html.

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

Thanks

reply via email to

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