emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] tikz and org-mode to export into html and odt


From: Joseph Vidal-Rosset
Subject: Re: [O] tikz and org-mode to export into html and odt
Date: Mon, 23 Sep 2019 19:03:59 +0200

Again, you helped me a lot Eric. I am very thankful to you.

The solution is to delete the lines :  #+BEGIN_src  latex     ... #+END_src
and to adde \begin{table}  ... \end{table}  for each tikz-picture  and
it works for html and also for odt !

Many thanks !

Best wishes

Jo.

Le lun. 23 sept. 2019 à 16:33, Fraga, Eric <address@hidden> a écrit :
>
> On Monday, 23 Sep 2019 at 13:30, Joseph Vidal-Rosset wrote:
> > Here  is the  code of  minimal-example.org and  I attach  the file.  The
> > export into latex work, but it fails  both to export into odt as well as
> > html.
>
> Can you create a smaller example, i.e. one with just a single tikz
> diagram and specifically one that does have other dependencies?  I don't
> have venndiagram2 as a LaTeX package...
>
> Or, maybe the problem is that you need to tell org to use the
> venndiagram2 package when creating images from the LaTeX?  Maybe
> customizing org-latex-packages-alist or related variables will
> help.  For instance, as I use the mhchem package for chemical formulas,
> I have
>
>   (add-to-list 'org-latex-packages-alist '("version=3" "mhchem"))
>
> in my Emacs org mode customization.
>
> --
> : Professor Eric S Fraga, http://www.homepages.ucl.ac.uk/~ucecesf
> : PGP/GPG key: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D
> : Use plain text email when possible: https://useplaintext.email/



reply via email to

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