From: Andreas Leha <andreas.leha@med.uni-goettingen.de>
To: emacs-orgmode@gnu.org
Subject: Re: [PATCH] new babel latex feature :imagemagick
Date: Sat, 26 Feb 2011 11:41:52 +0100 [thread overview]
Message-ID: <4D68D8F0.8030100@med.uni-goettingen.de> (raw)
In-Reply-To: <87ei6vhb04.fsf@gmail.com>
[-- Attachment #1.1.1: Type: text/plain, Size: 3636 bytes --]
It's on the way.
Am 26.02.2011 01:13, schrieb Eric Schulte:
> 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
>>
> _______________________________________________
> 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
>
--
Universitätsmedizin Göttingen
Abteilung Medizinische Statistik
Humboldtallee 32
37073 Göttingen
Tel: +49 (0)551 39-10710
Fax: +49 (0)551 39-4995
http://www.ams.med.uni-goettingen.de/amsneu/leha.html
University Medical Center Göttingen
Department for Medical Statistics
Humboldtallee 32
37073 Göttingen
Germany
Phone: +49 (0) 551 39-10710
Fax: +49 (0) 551 39-4995
http://www.ams.med.uni-goettingen.de/amsneu/leha-en.html
[-- Attachment #1.1.2: andreas_leha.vcf --]
[-- Type: text/x-vcard, Size: 377 bytes --]
begin:vcard
fn:Andreas Leha
n:Leha;Andreas
org;quoted-printable:University Medicine G=C3=B6ttingen;Biostatistics/Bioinformatics (Dept. Medical Statistics)
adr;quoted-printable:;;Humboldallee 32;G=C3=B6ttingen;;37073;Germany
email;internet:andreas.leha@med.uni-goettingen.de
title:Dipl. Inf.
tel;work:+49 551 39-10710
tel;cell:+49 163 7662824
version:2.1
end:vcard
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 6432 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
next prev parent reply other threads:[~2011-02-26 10:42 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 [this message]
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
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=4D68D8F0.8030100@med.uni-goettingen.de \
--to=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).