emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Beamer frame with an empty title ?


From: Myles English
Subject: Re: [O] Beamer frame with an empty title ?
Date: Sat, 17 Nov 2012 16:53:29 +0000
User-agent: mu4e 0.9.9.5-dev1; emacs 24.2.1

Hi Fabrice and Nicolas,

Fabrice Popineau writes:

> That would be definitely nice. I think it is quite common that you want to
> get rid of everything to have more space for a big drawing
> (moreover it breaks the monotony of the layout)

I don't fully understand this thread but to get a full frame photo on a
slide I once did this, essentially turn the wallpaper on, make a blank
slide, turn it off again (looks like it used the old, current,
exporter):

** Turn on wallpaper                                       :B_ignoreheading:
:PROPERTIES:
:BEAMER_env: ignoreheading
:END:
#+begin_latex
  \setbeamertemplate{background canvas}%
                    {\ThisULCornerWallPaper{1.115}%
                      {/home/myles/MASSIVE_PHOTO.jpg}}
#+end_latex

**                                                                :B_columns:   
 
:PROPERTIES:
:BEAMER_env: columns
:END:

\vskip15pt

** Turn off wallpaper                                       :B_ignoreheading:
:PROPERTIES:
:BEAMER_env: ignoreheading
:END:

#+begin_latex
\setbeamertemplate{background canvas}{\ClearWallPaper}
\setbeamercolor{normal text}{bg=gray!30}
#+end_latex


Myles



reply via email to

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