[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Best diagram, image software?
From: |
Peter Davis |
Subject: |
Re: [O] Best diagram, image software? |
Date: |
Thu, 06 Oct 2016 15:10:13 -0400 |
On Thu, Oct 6, 2016, at 02:59 PM, Nick Dokos wrote:
> Peter Davis <address@hidden> writes:
>
> > On Thu, Oct 6, 2016, at 02:15 PM, Nick Dokos wrote:
> >> Peter Davis <address@hidden> writes:
> >>
> >> > Since several people recommended TikZ, I decided to take a look at it.
> >> > It seems very powerful, but I'm unable to get any example to work. For
> >> > example, using the example here:
> >> >
> >> > http://doblogit.com/posts/2015-10-23-org-graphics.html
> >> >
> >>
> >> Did you add tikz to org-latex-packages-alist?
> >>
> >
> > I do have:
> >
> > (add-to-list 'org-latex-packages-alist
> > '(("AUTO" "inputenc" t)
> > ("" "color" t)
> > ("" "minted" t)
> > ("" "parskip" t)
> > ("" "tikz" t)))
> >
> > Any other setup work I need?
> >
>
> Yes, but have you executed that? What does C-h v org-latex-pacakges-alist
> RET say?
org-latex-packages-alist is a variable defined in ‘org.el’.
Its value is (("" "tikz")
("" "listingsutf8")
(("AUTO" "inputenc" t)
("" "color" t)
("" "minted" t)
("" "parskip" t)
("" "tikz" t)))
--
Peter Davis
www.techcurmudgeon.com
- Re: [O] Best diagram, image software?, (continued)
- Re: [O] Best diagram, image software?, Russell Adams, 2016/10/04
- Re: [O] Best diagram, image software?, Jeremie Juste, 2016/10/05
- Re: [O] Best diagram, image software?, Nick Dokos, 2016/10/06
- Re: [O] Best diagram, image software?, Peter Davis, 2016/10/06
- Re: [O] Best diagram, image software?, Nick Dokos, 2016/10/06
- Re: [O] Best diagram, image software?,
Peter Davis <=
- Re: [O] Best diagram, image software?, Clément Pit--Claudel, 2016/10/06
- Re: [O] Best diagram, image software?, Peter Davis, 2016/10/06
- Re: [O] Best diagram, image software?, John Hendy, 2016/10/06
- Re: [O] Best diagram, image software?, Peter Davis, 2016/10/06
- Re: [O] Best diagram, image software?, John Kitchin, 2016/10/06
- Re: [O] Best diagram, image software?, Martin Schöön, 2016/10/06
- Re: [O] Best diagram, image software?, Robert Klein, 2016/10/07
Re: [O] Best diagram, image software?, Eric S Fraga, 2016/10/04