emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Peter Davis <pfd@pfdstudio.com>
To: emacs-orgmode@gnu.org
Subject: Re: Best diagram, image software?
Date: Thu, 06 Oct 2016 15:49:05 -0400	[thread overview]
Message-ID: <1475783345.3885031.748189065.2F10B3EC@webmail.messagingengine.com> (raw)
In-Reply-To: <f4810118-4d72-58c8-f988-ed19c3a41e7f@gmail.com>


On Thu, Oct 6, 2016, at 03:25 PM, Clément Pit--Claudel wrote:
> On 2016-10-06 15:10, Peter Davis wrote:
> >> > (add-to-list 'org-latex-packages-alist
> >> >              '(("AUTO" "inputenc" t)
> >> >                ("" "color" t)
> >> >                ("" "minted" t)
> >> >                ("" "parskip" t)
> >> >                ("" "tikz" t)))
> 
> This looks wrong.  You're adding a single list to
> org-latex-package-alist, instead of adding multiple elements one-by-one.
> 

Ok, I tried changing it to:

(add-to-list 'org-latex-packages-alist '("AUTO" "inputenc" t))
(add-to-list 'org-latex-packages-alist '("" "color" t))
(add-to-list 'org-latex-packages-alist '("" "minted" t))
(add-to-list 'org-latex-packages-alist '("" "parskip" t))
(add-to-list 'org-latex-packages-alist '("" "tikz"))
(add-to-list 'org-latex-packages-alist '("" "listingsutf8"))

so now org-latex-packages-alist has the value

(("" "listingsutf8")
 ("" "tikz")
 ("" "parskip" t)
 ("" "minted" t)
 ("" "color" t)
 ("AUTO" "inputenc" t))

Still getting the failure on tikz output.

Thanks!
-pd

-- 
  Peter Davis
  www.techcurmudgeon.com

  reply	other threads:[~2016-10-06 19:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-04 13:11 Best diagram, image software? Lawrence Bottorff
2016-10-04 13:45 ` Rainer M Krug
2016-10-11 21:03   ` Eduardo Mercovich
2016-10-04 13:52 ` Fabrice Popineau
2016-10-04 13:54 ` Peter Davis
2016-10-04 15:12   ` David A. Gershman
2016-10-04 14:06 ` Russell Adams
2016-10-05 20:14 ` Jeremie Juste
2016-10-06 16:48   ` Peter Davis
2016-10-06 17:59     ` John Kitchin
2016-10-06 18:23       ` Peter Davis
2016-10-06 22:05         ` John Kitchin
2016-10-06 18:15     ` Nick Dokos
2016-10-06 18:26       ` Peter Davis
2016-10-06 18:59         ` Nick Dokos
2016-10-06 19:10           ` Peter Davis
2016-10-06 19:25             ` Clément Pit--Claudel
2016-10-06 19:49               ` Peter Davis [this message]
2016-10-06 20:15                 ` John Hendy
2016-10-06 20:15                 ` Peter Davis
2016-10-06 23:23                   ` John Kitchin
2016-10-06 19:32             ` Martin Schöön
2016-10-07  6:38     ` Robert Klein
     [not found] <c3be170e3fe74232a0a9f5d5ed3981f2@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-10-04 13:46 ` Eric S Fraga

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=1475783345.3885031.748189065.2F10B3EC@webmail.messagingengine.com \
    --to=pfd@pfdstudio.com \
    --cc=emacs-orgmode@gnu.org \
    /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).