emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Help with beamer environments
@ 2013-06-20  8:09 Vikas Rawal
  2013-06-26 13:53 ` Help with beamer environments + org-special-blocks! Sebastien Vauban
  0 siblings, 1 reply; 11+ messages in thread
From: Vikas Rawal @ 2013-06-20  8:09 UTC (permalink / raw)
  To: emacs-orgmode

I am trying to use textpos to position images at specific location on
a frame.

I would like something like this in the beamer export:

\begin{textblock}{10}(3,3) \visible <2-> {
\includegraphics[width=.9\linewidth]{scatterplot2.png}
} \end{textblock}

I have defined the following beamer environment.

(add-to-list 'org-beamer-environments-extra
             '("textpos1" "w" "\\begin{textblock}{%h}(3,3) \\visible %a {" "} \\end{textblock}"))

The problem is (3,3) is fixed in the above specification. How can I
specify it for a given headline? I have tried various ways of
generalising this but nothing seems to work.

For example, if I use the following:

(add-to-list 'org-beamer-environments-extra
             '("textpos1" "w" "\\begin{textblock}%h \\visible %a {" "} \\end{textblock}"))

and write the headline as {10}(3,3), I get \{10\}(3,3) in beamer
export rather than {10}(3,3).

How does one use the escape %o? I have looked through ox-beamer.el,
worg and mailing list archives, but could not find a clear
explanation. Will be grateful for a pointer.

Vikas

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

end of thread, other threads:[~2013-06-29 12:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-20  8:09 Help with beamer environments Vikas Rawal
2013-06-26 13:53 ` Help with beamer environments + org-special-blocks! Sebastien Vauban
2013-06-26 14:29   ` Nicolas Goaziou
2013-06-27 10:03     ` Sebastien Vauban
2013-06-27 12:09       ` Nicolas Goaziou
2013-06-27 15:31         ` Sebastien Vauban
2013-06-27 16:18           ` Nicolas Goaziou
2013-06-29 12:45           ` Nicolas Goaziou
2013-06-28  9:48         ` Sebastien Vauban
2013-06-28 23:18           ` Nicolas Goaziou
2013-06-29  8:05             ` Sebastien Vauban

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