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

2012-11-17 Thread Fabrice Popineau
> There is now a "fullframe" environment. > > No need to be clairvoyant to guess that I'm working on yet another course for next week :-/ So : thanks to be that helpful. Fabrice

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

2012-11-17 Thread Nicolas Goaziou
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) There is now a "fullframe" environment. Regards, -- Nicolas Goaziou

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

2012-11-17 Thread Fabrice Popineau
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 q

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

2012-11-17 Thread 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 fra

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

2012-11-17 Thread Fabrice Popineau
> If such need is common enough, we may provide a special environment, > much like "againframe", which would provide a frame without title. For > example: > > * Headline > :PROPERTIES: > :BEAMER_env: fullframe > :END: > > What do you think about it? > > > That would be definit

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

2012-11-17 Thread Nicolas Goaziou
Fabrice Popineau writes: >> Otherwise, you can define a dummy string, i.e. "NOTITLE", use that as >> the headline. Then, with the appropriate filter, you can change >> \begin{frame}[...]{NOTITLE} into \begin{frame}[...]{}. >> >> > But this one will work and is esay enough. Thanks. If such need i

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

2012-11-17 Thread Fabrice Popineau
Would a non-breaking space as the title work? > > Nope, because, the space for the title would still be there and I want to put a full frame image > Otherwise, you can define a dummy string, i.e. "NOTITLE", use that as > the headline. Then, with the appropriate filter, you can change > \begin{fra

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

2012-11-17 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > Everything is in the question ... > > How to generate : > > \begin{frame}[label=...]{} > > \end{frame} > > It seems that org-requires a non-empty header. > > Thanks for any hint, Would a non-breaking space as the title work? Otherwise, you can define a dummy s

[O] Beamer frame with an empty title ?

2012-11-17 Thread Fabrice Popineau
Everything is in the question ... How to generate : \begin{frame}[label=...]{} \end{frame} It seems that org-requires a non-empty header. Thanks for any hint, -- Fabrice