From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: Re: Beamer frame with an empty title ? Date: Sat, 17 Nov 2012 21:33:44 +0100 Message-ID: References: <874nkonrcl.fsf@gmail.com> <87zk2gmc10.fsf@gmail.com> <87txsob27q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001636ef04191eb7fa04ceb6cef5 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:32833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZp5c-0008GC-Eq for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 15:34:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZp5Z-0002W4-CI for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 15:34:08 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:36176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZp5Z-0002Vq-5P for emacs-orgmode@gnu.org; Sat, 17 Nov 2012 15:34:05 -0500 Received: by mail-we0-f169.google.com with SMTP id u3so1621760wey.0 for ; Sat, 17 Nov 2012 12:34:04 -0800 (PST) In-Reply-To: <87txsob27q.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Myles English Cc: "emacs-orgmode@gnu.org" , Nicolas Goaziou --001636ef04191eb7fa04ceb6cef5 Content-Type: text/plain; charset=ISO-8859-1 Oh ... it seems you can do it simply this way : \begin{frame}[plain,t]{} \includegraphics[width=\textwidth, height=\textheight]{mypicture} \end{frame} Fabrice 2012/11/17 Myles English > > 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 > --001636ef04191eb7fa04ceb6cef5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Oh ... it seems you can do it simply this way :

\begin{f= rame}[plain,t]{}
\includegraphics[width=3D\textwidth, height=3D\t= extheight]{mypicture}
\end{frame}

Fabric= e


2012/11/17 My= les English <mylesenglish@gmail.com>

Hi Fabrice and Nicolas,

Fabrice Popineau writes:

> That would be definitely nice. I think it is quite common that you wan= t 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 phot= o 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 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 :B_ignoreheading:
:PROPERTIES:
:BEAMER_env: ignoreheading
:END:
#+begin_latex
=A0 \setbeamertemplate{background canvas}%
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {\ThisULCornerWallPaper{1.115}%
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 {/home/myles/MASSIVE_PHOTO.jpg}= }
#+end_latex

** =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0:B_columns:
:PROPERTIES:
:BEAMER_env: columns
:END:

\vskip15pt

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

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


Myles

--001636ef04191eb7fa04ceb6cef5--