On Thu, Oct 6, 2016, at 02:59 PM, Nick Dokos wrote:
> Peter Davis <p...@pfdstudio.com> writes:
> 
> > On Thu, Oct 6, 2016, at 02:15 PM, Nick Dokos wrote:
> >> Peter Davis <p...@pfdstudio.com> 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

Reply via email to