all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* strange behaviour with LaTeX fragments with tikzpicture
@ 2018-01-03  8:38 Eric S Fraga
  0 siblings, 0 replies; only message in thread
From: Eric S Fraga @ 2018-01-03  8:38 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 471 bytes --]

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 #1.2: latex-fragment-to-html.png --]
[-- Type: image/png, Size: 3080 bytes --]

[-- Attachment #1.3: latex-fragment-to-latex.png --]
[-- Type: image/png, Size: 5964 bytes --]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

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

only message in thread, other threads:[~2018-01-03  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03  8:38 strange behaviour with LaTeX fragments with tikzpicture Eric S Fraga

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.