emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Actual eps picture size in beamer presentation


From: Suvayu Ali
Subject: Re: [O] Actual eps picture size in beamer presentation
Date: Tue, 27 Nov 2012 15:25:08 +0100
User-agent: Mutt/1.5.21 (2011-07-01)

On Tue, Nov 27, 2012 at 01:07:55PM +0100, Johan Ekh wrote:
> Hi,
> I've created an eps picture with the exact width of a landscape A4 to be
> used in a beamer presentation. However, the latex exporter shrinks it. I'd
> like to pass an option to the exporter to use the actual size of the
> picture, is that possible?
> 

If you are using the old exporter:

#+attr_latex: scale=1.0

should work.  With the new exporter this should be:

#+attr_latex: :options "scale=1.0"

Note: With the new exporter, any backslashes inside the double quotes
need to escaped.  e.g. "width=0.9\\textwidth"

Hope this helps.

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]