emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Robert Klein <roklein@roklein.de>
To: Peter Davis <pfd@pfdstudio.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Best diagram, image software?
Date: Fri, 7 Oct 2016 08:38:44 +0200	[thread overview]
Message-ID: <20161007083844.67fce81b@pckr186.mpip-mainz.mpg.de> (raw)
In-Reply-To: <1475772532.3845152.748012049.6BB86C20@webmail.messagingengine.com>

Hi,

I'm using the following header, which lets me export to PDF and HTML,
both (basically from here:
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html).



#+header: :exports results :file fsa.png
#+header: :imagemagick yes :iminoptions -density 600 :imoutoptions
-geometry 1200 
#+header: :fit yes :noweb yes :headers '("\\usepackage{tikz}") 
#+begin_src latex :exports results :results raw :file fsa.png


(and no #+Results line, but I don't know if this matters)


Also, regarding the babel I use the following to map source blocks to
"supported" LaTeX listings languages:


Add “text” and “conf” to =latex-listings-langs= with empty (space as a
trick) language name to be used in the LaTeX listings package.

#+begin_src emacs-lisp
  (add-to-list 'org-latex-listings-langs
               '(text " "))
  (add-to-list 'org-latex-listings-langs
               '(conf " "))
  (add-to-list 'org-latex-listings-langs
               '(nxml "XML"))
  (add-to-list 'org-latex-listings-langs
               '(org " "))


Best regards

 On Thu, 06 Oct 2016 12:48:52 -0400
Peter Davis <pfd@pfdstudio.com> wrote:

> 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
> 
> #+begin_src latex :exports results :results output raw :file
> images/fsa.png
> % Define block styles
> \usetikzlibrary{shapes,arrows}
> \tikzstyle{astate} = [circle, draw, text centered, font=\footnotesize,
> fill=blue!25]
> \tikzstyle{rstate} = [circle, draw, text centered, font=\footnotesize,
> fill=red!25]
> 
> \begin{tikzpicture}[->,>=stealth', shorten >=1pt, auto, node
> distance=2.8cm, semithick]
> \node [astate] (1) at (0,0) {1};
> \node [astate] (2) at (1,0) {2};
> \node [rstate] (3) at (2,0) {3};
> \path (1) edge [bend left] node {b} (2)
> (2) edge node {b} (3)
> (2) edge [bend left] node {a} (1)
> (3) edge [loop above] node {(a, b)} (3);
> \end{tikzpicture}
> #+end_src
> 
> 
> I get:
> 
> org-babel-exp process latex at line 6...
> executing Latex code block...
> org-latex-compile: PDF file
> c:/Users/pdavis/AppData/Local/Temp/orgtex5448hGP.pdf wasn’t produced
> 
> I've got ImageMagick installed. I don't know how to debug this.
> 
> 

  parent reply	other threads:[~2016-10-07  6:38 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
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 [this message]
     [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=20161007083844.67fce81b@pckr186.mpip-mainz.mpg.de \
    --to=roklein@roklein.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=pfd@pfdstudio.com \
    /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).