emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Andreas Leha <andreas.leha@med.uni-goettingen.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] new babel latex feature :imagemagick
Date: Fri, 25 Feb 2011 17:13:16 -0700	[thread overview]
Message-ID: <87k4gnhb2v.fsf@gmail.com> (raw)
In-Reply-To: 4D668477.8080005@med.uni-goettingen.de

Hi Andreas,

This patch looks like a great idea and a clean implementation.  Thanks
for sharing.  Would you be willing to sign the FSF copyright assignment
papers?  If not I probably can not apply your patch as it changes over
10 lines -- which I'm pretty sure is the copyright assignment cutoff.

For more information on contributing to Org-mode see the following
http://orgmode.org/worg/org-contribute.html

Thanks! -- Eric

Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:

> Hi all,
>
> Just a small patch that might make life easier for
> LaTeX (and esp. tikz) users.  It enables the output of graphics in a
> lot of formats using imagemagick.  See below for an example.
>
> This is my first patch, I have never programmed emacs lisp before, and
> my common lisp experiences have been short and a while ago.  So please
> excuse a (possibly) bad patch.
>
> Details:
> LaTeX source blocks now have three new options:
> - :imagemagick
>   When not nil the source block is processed to pdf and the pdf is
>   converted with imagemagick to whatever is given as :file
>   Thus, the format is not limited to png.
> - :iminoptions
>   This is passed to imagemagick before the pdf file
> - :imoutoptions
>   This is passed to imagemagick before the output file
>
> Small Example:
> #+begin_src latex ... :file test.jpg :imagemagick yes :iminoptions
> -density 300 :imoutoptions -geometry 400 ...
> will use this command for conversion:
> convert -density 300 <tmp-pdf> -geometry 400 test.jpg
>
> Full example:
> Export this to pdf and to html to see the effect.
> =======================================
> * Test
>   #+begin_src R :session :exports both :results silent
>     library("tikzDevice")
>   #+end_src
>   #+srcname: test_plot
>   #+begin_src R :session :exports code :results output latex
>     tikz(console=TRUE, width=4, height=4)
>     plot(rnorm(100), rnorm(100))
>     dummy <- dev.off()
>   #+end_src
>
>   #+srcname: test_plot_png
>   #+begin_src latex :exports (if (and (boundp 'backend) (eq backend
> 'latex)) "none" "results") :file test.png :imagemagick yes :iminoptions
> -density 600 :imoutoptions -geometry 400 :fit yes :noweb yes :headers
> '("\\usepackage{tikz}")
>     <<test_plot()>>
>   #+end_src
>
>   #+srcname: test_plot_tikz
>   #+begin_src latex :noweb yes
>     <<test_plot()>>
>   #+end_src
>
> * Latex Options                               :noexport:
> #+LATEX_HEADER: \usepackage{tikz}
> =======================================
>
> Regards,
> Andreas
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      parent reply	other threads:[~2011-02-26  0:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-24 16:16 [PATCH] new babel latex feature :imagemagick Andreas Leha
2011-02-24 18:49 ` Eric S Fraga
2011-02-26  0:16   ` Eric Schulte
2011-02-28  9:28     ` Eric S Fraga
2011-02-26  0:13 ` Eric Schulte
2011-02-26 10:41   ` Andreas Leha
2011-02-26 16:06     ` Eric Schulte
2011-02-26 16:41     ` Eric Schulte
2011-06-28 20:52     ` Sebastien Vauban
2011-06-29  0:42       ` Eric Schulte
2011-11-22 10:37         ` Andreas Leha
2011-11-22 13:58           ` Eric Schulte
2011-02-26  0:13 ` Eric Schulte [this message]

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=87k4gnhb2v.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=andreas.leha@med.uni-goettingen.de \
    --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).