From: Jeremie Juste <jeremiejuste@gmail.com>
To: "Éric Würbel" <eric.wurbel@univ-amu.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: no more tikz -> png génération during HTML export
Date: Sun, 14 Oct 2018 15:37:15 +0200 [thread overview]
Message-ID: <87a7ngr6no.fsf@gmail.com> (raw)
In-Reply-To: <87y3b3wduo.fsf@univ-amu.fr> ("Éric Würbel"'s message of "Fri, 12 Oct 2018 14:26:07 +0200")
Hello,
I can reproduce your error but a setting without #+BEGIN_SRC
#+END_SRC seems to work. It not a fix just a way around the problem.
Hope it helps,
Jeremie
#+TITLE: Test d'export tikz qui ne marche plus
#+DATE: <2015-11-10 mar.>
#+LANGUAGE: fr
#+OPTIONS: toc:1 num:1
#+LATEX_HEADER: \usepackage[utf8]{inputenc}
#+LATEX_HEADER: \usepackage[T1]{fontenc}
#+LATEX_HEADER: \usepackage{lmodern}
#+LATEX_HEADER: \usepackage{tikz}
#+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t tex:imagemagick title:nil author:nil date:nil
* Récapitulatif
\usetikzlibrary{trees}
\begin{tikzpicture}[thick,level 1/.style ={sibling distance=30mm},%
level 2/.style={sibling distance=25mm},%
level 3/.style={sibling distance=10mm}]
\node {racine-par-defaut}
[edge from parent fork down]
child { node {haute-par-defaut}
child { node {rubrique1}
child { node {a}}
child { node {b}}
child { node {c}}
}
child { node {rubrique2}
child { node {d}}
child { node {e}}
child { node {f}}
}
child { node {private}}
}
child { node {site1}}
child { node {site2}
child { node {zone protegee}}
}
;
\end{tikzpicture}
\begin{tikzpicture}[ grow=0, nodes={draw}, sibling distance=0.6cm, ->]
\node{n=0}
child { node {G}
child { node {G} }
child { node {P} }
child { node {D} }
child [missing]
child [missing]
}
child [missing]
child [missing]
child { node {P}
child { node {G} }
child { node {P} }
child { node {D} }
child [missing]
child [missing]
}
child [missing]
child [missing]
child {node {D}
child { node {G} }
child { node {P} }
child { node {D} }
child [missing]
child [missing]
};
\end{tikzpicture}
next prev parent reply other threads:[~2018-10-14 13:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-12 12:26 no more tikz -> png génération during HTML export Éric Würbel
2018-10-14 13:37 ` Jeremie Juste [this message]
2018-10-14 21:01 ` Jeremie Juste
2018-10-15 6:29 ` Éric Würbel
2018-10-16 8:04 ` Éric Würbel
2018-10-16 9:18 ` Eric S Fraga
2018-10-16 9:46 ` Éric Würbel
2018-10-16 11:00 ` Eric S Fraga
2018-10-17 13:02 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a7ngr6no.fsf@gmail.com \
--to=jeremiejuste@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=eric.wurbel@univ-amu.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).