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.