emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rainer M Krug <r.m.krug@gmail.com>
To: mail@christianmoe.com
Cc: "Łukasz Stelmach" <lukasz.stelmach@iem.pw.edu.pl>,
	"Eric S Fraga" <ucecesf@ucl.ac.uk>,
	emacs-orgmode@gnu.org
Subject: Re: Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs
Date: Tue, 02 Nov 2010 14:19:50 +0100	[thread overview]
Message-ID: <4CD00FF6.8020109@gmail.com> (raw)
In-Reply-To: <4CCFF539.2010107@christianmoe.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 11/02/2010 12:25 PM, Christian Moe wrote:
> Hi,
> 
> the librsvg man page says PNG and JPEG raster formats only.

Unless I have completely misunderstood these two formats, they are
raster formats - consequently, svg (vector) has to be converted to raster.

Cheers,

Rainer

> 
> CM
> 
> On 11/2/10 11:40 AM, Rainer M Krug wrote:
>>
>>
>> On Mon, Nov 1, 2010 at 11:47 PM, Christian Moe <mail@christianmoe.com
>> <mailto:mail@christianmoe.com>> wrote:
>>
>>     Re: converting SVG
>>
>>
>> Have you looked at rsvg  (http://librsvg.sourceforge.net/)?
>>
>> I am not sure if it uses vector for pdf, but it might be worth a try?
>>
>> Cheers,
>>
>> Rainer
>>
>>
>>     1. Prince (http://www.princexml.com) does SVG to PDF as vector
>>     graphics from the command line, very nicely. Too bad it's
>> proprietary.
>>
>>     e.g.
>>
>>     : prince drawing.svg drawing.pdf
>>
>>     2. Ask Inkscape -- it's free software; unfortunately, the result
>>     is rasterized.
>>
>>     e.g.
>>
>>     : inkscape --without-gui --export-text-to-path
>>     --export-eps=drawing.eps drawing.svg
>>
>>      >From a sample 52 KB SVG file, Inkscape gives me a 420 KB EPS and
>>     Prince a 20 KB PDF.
>>
>>     Cheers,
>>     Christian
>>
>>
>>
>>     On 10/29/10 4:19 PM, Eric S Fraga wrote:
>>
>>         Łukasz Stelmach<lukasz.stelmach@iem.pw.edu.pl
>>         <mailto:lukasz.stelmach@iem.pw.edu.pl>>  writes:
>>
>>             Eric S Fraga<ucecesf@ucl.ac.uk <mailto:ucecesf@ucl.ac.uk>>
>>               writes:
>>
>>                 ImageMagick [1] will convert from/to SVG to/from many
>>                 formats including
>>                 EPS.  I've not tried any conversions with SVG, mind
>>                 you, so this is
>>                 based on the documentation.
>>
>>
>>             I'll check it, but I'm afraid it does render SVG as bitmap
>>             first,
>>             and then "converts", or rather encapsulates, it to
>>             EPS/PDF. ImageMagick
>>             is a bitmap manipulation tool after all.
>>
>>
>>         Very true.  For presentations, this may not be that much of an
>>         issue
>>         (given the resolution of many data projectors)... but it's a
>>         very valid
>>         point.
>>
>>         Do let us know if you find a vector based converter.
>>
>>         Thanks,
>>         eric
>>
>>
>>
>>     _______________________________________________
>>     Emacs-orgmode mailing list
>>     Please use `Reply All' to send replies to the list.
>>     Emacs-orgmode@gnu.org <mailto:Emacs-orgmode@gnu.org>
>>     http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>
>>
>>
>> -- 
>> NEW GERMAN FAX NUMBER!!!
>>
>> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
>> Biology, UCT), Dipl. Phys. (Germany)
>>
>> Centre of Excellence for Invasion Biology
>> Natural Sciences Building
>> Office Suite 2039
>> Stellenbosch University
>> Main Campus, Merriman Avenue
>> Stellenbosch
>> South Africa
>>
>> Cell:           +27 - (0)83 9479 042
>> Fax:            +27 - (0)86 516 2782
>> Fax:            +49 - (0)321 2125 2244
>> email: Rainer@krugs.de <mailto:Rainer@krugs.de>
>>
>> Skype:          RMkrug
>> Google: R.M.Krug@gmail.com <mailto:R.M.Krug@gmail.com>
>>
> 
> 


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Tel:        +33 - (0)9 53 10 27 44
Cell:       +27 - (0)8 39 47 90 42
Fax (SA):   +27 - (0)8 65 16 27 82
Fax (D) :   +49 - (0)3 21 21 25 22 44
Fax (FR):   +33 - (0)9 58 10 27 44
email:      Rainer@krugs.de

Skype:      RMkrug
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzQD/YACgkQoYgNqgF2egrXBwCePSE1PWJokXadeR0Pd4h6u11q
LxoAoItPkz/Azs/fXTpypCRByZSVMXmZ
=u073
-----END PGP SIGNATURE-----

  reply	other threads:[~2010-11-02 13:26 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-28 14:35 epresent and Org-mode: using Emacs to run presentations of Org-mode docs Eric Schulte
2010-10-28 14:55 ` Richard Riley
2010-10-28 19:01   ` Łukasz Stelmach
2010-10-28 22:41     ` Eric Schulte
2010-10-29  6:17       ` Łukasz Stelmach
2010-10-29 11:08         ` Eric S Fraga
2010-10-29 13:14           ` Łukasz Stelmach
2010-10-29 14:19             ` Eric S Fraga
2010-11-01 22:47               ` Christian Moe
2010-11-02 10:40                 ` Rainer M Krug
2010-11-02 11:25                   ` Christian Moe
2010-11-02 13:19                     ` Rainer M Krug [this message]
2010-11-02 14:20                     ` Nick Dokos
2010-11-02 20:05                       ` Christian Moe
2010-11-02 17:51                 ` Tom Short
2010-11-02 19:40                   ` Christian Moe
2010-10-28 17:53 ` Jambunathan K
2010-10-28 22:40   ` Eric Schulte
2010-10-29  2:01     ` Jambunathan K
2010-10-29  4:27       ` Eric Schulte
2010-10-28 19:02 ` Łukasz Stelmach
2010-10-28 20:16   ` Scot Becker
2010-10-28 21:55     ` Christopher Allan Webber
2010-10-28 22:30       ` Eric Schulte
2010-10-28 22:42     ` Eric Schulte
2010-10-28 19:29 ` Sébastien Vauban
2010-10-28 22:43   ` Eric Schulte
2010-10-29  4:41   ` Eric Schulte
2010-10-28 20:30 ` 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=4CD00FF6.8020109@gmail.com \
    --to=r.m.krug@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lukasz.stelmach@iem.pw.edu.pl \
    --cc=mail@christianmoe.com \
    --cc=ucecesf@ucl.ac.uk \
    /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).