emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Actual eps picture size in beamer presentation
@ 2012-11-27 12:07 Johan Ekh
  2012-11-27 14:25 ` Suvayu Ali
  2012-11-27 15:31 ` Rainer M Krug
  0 siblings, 2 replies; 6+ messages in thread
From: Johan Ekh @ 2012-11-27 12:07 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

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?

Best regards,
Johan

[-- Attachment #2: Type: text/html, Size: 296 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Actual eps picture size in beamer presentation
  2012-11-27 12:07 Actual eps picture size in beamer presentation Johan Ekh
@ 2012-11-27 14:25 ` Suvayu Ali
  2012-11-27 15:31 ` Rainer M Krug
  1 sibling, 0 replies; 6+ messages in thread
From: Suvayu Ali @ 2012-11-27 14:25 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Actual eps picture size in beamer presentation
  2012-11-27 12:07 Actual eps picture size in beamer presentation Johan Ekh
  2012-11-27 14:25 ` Suvayu Ali
@ 2012-11-27 15:31 ` Rainer M Krug
  2012-11-27 15:33   ` Rainer M Krug
  1 sibling, 1 reply; 6+ messages in thread
From: Rainer M Krug @ 2012-11-27 15:31 UTC (permalink / raw)
  To: Johan Ekh; +Cc: emacs-orgmode@gnu.org

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

On 27/11/12 13:07, 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?

I am sure it is, but beamer slides are not A4. they are actually (if I remember correctly)
something around 7 by 9 cm. So A4 actual size would go beyond the beamer slide.

Cheers,

Rainer

> 
> Best regards, Johan

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlC03O0ACgkQoYgNqgF2egrHzACfcKUWMgPKfmJwe//uPbg87ZlJ
6EAAn1IZEzezOAlR1tv6EKFCXMA78l9U
=eB5W
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Actual eps picture size in beamer presentation
  2012-11-27 15:31 ` Rainer M Krug
@ 2012-11-27 15:33   ` Rainer M Krug
  2012-11-28  8:13     ` Johan Ekh
  0 siblings, 1 reply; 6+ messages in thread
From: Rainer M Krug @ 2012-11-27 15:33 UTC (permalink / raw)
  Cc: emacs-orgmode@gnu.org

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

On 27/11/12 16:31, Rainer M Krug wrote:
> On 27/11/12 13:07, 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?
> 
> I am sure it is, but beamer slides are not A4. they are actually (if I remember correctly) 
> something around 7 by 9 cm. So A4 actual size would go beyond the beamer slide.

Found it: 128mm by 96mm
(http://tex.stackexchange.com/questions/14336/latex-beamer-presentation-package-169-aspect-ratio)


> 
> Cheers,
> 
> Rainer
> 
> 
>> Best regards, Johan
> 
> 
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlC03UIACgkQoYgNqgF2ego7EACfRWt+auDeG+bUlq46h1d+katz
Y7kAn0/Ls8Up5h51oWeq4Rx5KxDRAJ7M
=ZAou
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Actual eps picture size in beamer presentation
  2012-11-27 15:33   ` Rainer M Krug
@ 2012-11-28  8:13     ` Johan Ekh
  2012-11-28  8:17       ` Rainer M Krug
  0 siblings, 1 reply; 6+ messages in thread
From: Johan Ekh @ 2012-11-28  8:13 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

Ok, thanks!
I seem to get the right size with "#+ATTR_LATEX: width=128mm".
But how can I make the lower left corner of my picture start exactly at the
lower left corner of my slide?

BR / Johan


On Tue, Nov 27, 2012 at 4:33 PM, Rainer M Krug <r.m.krug@gmail.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 27/11/12 16:31, Rainer M Krug wrote:
> > On 27/11/12 13:07, 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?
> >
> > I am sure it is, but beamer slides are not A4. they are actually (if I
> remember correctly)
> > something around 7 by 9 cm. So A4 actual size would go beyond the beamer
> slide.
>
> Found it: 128mm by 96mm
> (
> http://tex.stackexchange.com/questions/14336/latex-beamer-presentation-package-169-aspect-ratio
> )
>
>
> >
> > Cheers,
> >
> > Rainer
> >
> >
> >> Best regards, Johan
> >
> >
> >
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
>
> iEYEARECAAYFAlC03UIACgkQoYgNqgF2ego7EACfRWt+auDeG+bUlq46h1d+katz
> Y7kAn0/Ls8Up5h51oWeq4Rx5KxDRAJ7M
> =ZAou
> -----END PGP SIGNATURE-----
>

[-- Attachment #2: Type: text/html, Size: 2073 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Actual eps picture size in beamer presentation
  2012-11-28  8:13     ` Johan Ekh
@ 2012-11-28  8:17       ` Rainer M Krug
  0 siblings, 0 replies; 6+ messages in thread
From: Rainer M Krug @ 2012-11-28  8:17 UTC (permalink / raw)
  To: Johan Ekh; +Cc: emacs-orgmode@gnu.org

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

On 28/11/12 09:13, Johan Ekh wrote:
> Ok, thanks! I seem to get the right size with "#+ATTR_LATEX: width=128mm". But how can I make
> the lower left corner of my picture start exactly at the lower left corner of my slide?

You have to set it as background and insert an empty slide - then you have it.

Cheers,

Rainer

> 
> BR / Johan
> 
> 
> On Tue, Nov 27, 2012 at 4:33 PM, Rainer M Krug <r.m.krug@gmail.com <mailto:r.m.krug@gmail.com>>
> wrote:
> 
> On 27/11/12 16:31, Rainer M Krug wrote:
>> On 27/11/12 13:07, 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?
> 
>> I am sure it is, but beamer slides are not A4. they are actually (if I remember correctly) 
>> something around 7 by 9 cm. So A4 actual size would go beyond the beamer slide.
> 
> Found it: 128mm by 96mm 
> (http://tex.stackexchange.com/questions/14336/latex-beamer-presentation-package-169-aspect-ratio)
>
> 
> 
> 
>> Cheers,
> 
>> Rainer
> 
> 
>>> Best regards, Johan
> 
> 
> 
> 
> 
> 

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

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      Rainer@krugs.de

Skype:      RMkrug
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlC1yH4ACgkQoYgNqgF2egpvHgCgiCl3AY8Vkz3M5JL4gPm3AXDX
bf0AniKO8s6G/ctyKRs9SxwgBEZgU2q4
=gwyl
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-28  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-27 12:07 Actual eps picture size in beamer presentation Johan Ekh
2012-11-27 14:25 ` Suvayu Ali
2012-11-27 15:31 ` Rainer M Krug
2012-11-27 15:33   ` Rainer M Krug
2012-11-28  8:13     ` Johan Ekh
2012-11-28  8:17       ` Rainer M Krug

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).