emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Latex code inbetween beamer frames
@ 2016-03-11 12:01 Giacomo M
  2016-03-11 21:01 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: Giacomo M @ 2016-03-11 12:01 UTC (permalink / raw)
  To: emacs-orgmode

Dear all,
I would like to set a background image for some slides. AFAIK, the way 
to achieve this in beamer is by using sth like:
\usebackgroundtemplate{\tikz\node 
{\includegraphics[width=\textwidth]{mybackpic}};}
before the \begin{frame} of the slide of interest (and after the 
\end{frame}).
I would like to be able to do this in org-mode, and couldn't find a 
solution so far.
Any suggestion would be really appreciated.

Thanks,

Giacomo

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

* Re: Latex code inbetween beamer frames
  2016-03-11 12:01 Latex code inbetween beamer frames Giacomo M
@ 2016-03-11 21:01 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2016-03-11 21:01 UTC (permalink / raw)
  To: Giacomo M; +Cc: emacs-orgmode

On Friday, 11 Mar 2016 at 13:01, Giacomo M wrote:
> Dear all,
> I would like to set a background image for some slides. AFAIK, the way
> to achieve this in beamer is by using sth like:
> \usebackgroundtemplate{\tikz\node
> {\includegraphics[width=\textwidth]{mybackpic}};}
> before the \begin{frame} of the slide of interest (and after the
> \end{frame}).

Use the ignoreheading environment in beamer to create an empty slide
before the one you want with a background and then one after to reset
the background, as in:

#+begin_src org
  ,* define background                                    :B_ignoreheading:
  :PROPERTIES:
  :BEAMER_env: ignoreheading
  :END:
  ,#+latex: \usebackgroundtemplate{\tikz\node {\includegraphics[width=\textwidth]{mybackpic}};}
  ,* My slide with background
  is here
#+end_src

The above assumes that top level headlines are frames, i.e. H:1 default.
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.4-626-gb62d55

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

end of thread, other threads:[~2016-03-11 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-11 12:01 Latex code inbetween beamer frames Giacomo M
2016-03-11 21:01 ` Eric S Fraga

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