[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] tikz and html
From: |
Nicolas Berthier |
Subject: |
Re: [O] tikz and html |
Date: |
Wed, 30 Jul 2014 13:44:20 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
You wrote:
> Hello,
>
> Exporting images created with tikz to html.files seems a complicated
> task.
>
> This file is corrected exported into pdf:
>
> #+OPTIONS: LaTeX:verbatim
> #+OPTIONS: tex:imagemagick
> #+LaTeX_CLASS: article
> #+LaTeX_CLASS_OPTIONS: [koma,a4paper,11pt]
> #+LaTeX_CLASS_OPTIONS: [times]
> #+LaTeX_HEADER: \usepackage{tikz}
> #+LANGUAGE: en
> #+OPTIONS: ':t
> #+OPTIONS: tex:t
>
>
> * Tikz test
> Here's a tree, exported to both html and pdf.
>
> #+begin_src latex
> \usetikzlibrary{trees}
> \begin{tikzpicture}
> \node [circle, draw, fill=red!20] at (0,0) {1}
> child { node [circle, draw, fill=blue!30] {2}
> child { node [circle, draw, fill=green!30] {3} }
> child { node [circle, draw, fill=yellow!30] {4} }};
> \end{tikzpicture}
> #+end_src
>
> But I do not succeed to export it into a html file.
>
> Your help is welcome.
Hello,
You can see this answer on stackoverflow[fn:1].
Regards,
[fn:1] http://stackoverflow.com/a/24452992/1524082
--
Nicolas Berthier FSF Member #7975
- [O] tikz and html, Joseph Vidal-Rosset, 2014/07/30
- Re: [O] tikz and html,
Nicolas Berthier <=