emacs-orgmode
[Top][All Lists]
Advanced

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

[O] strange behaviour with LaTeX fragments with tikzpicture


From: Eric S Fraga
Subject: [O] strange behaviour with LaTeX fragments with tikzpicture
Date: Wed, 03 Jan 2018 08:38:59 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Hello all,

I may be missing something but exporting to HTML with a LaTeX fragment
like this:

\begin{center}
\begin{tikzpicture}[node distance=6cm, thick]
  \node (start) {Start};
  \node (finish) [right of=start] {Finish} edge [<-] (start);
\end{tikzpicture}

Some text
\end{center}

generates a tikz picture that is wrong.  I've attached two screenshots,
one for LaTeX output and one for HTML.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.1.6

Attachment: latex-fragment-to-html.png
Description: PNG image

Attachment: latex-fragment-to-latex.png
Description: PNG image

Attachment: signature.asc
Description: PGP signature


reply via email to

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