emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Beamer export: metropolis-theme specific question


From: Christian Zang
Subject: Re: [O] Beamer export: metropolis-theme specific question
Date: Wed, 9 Dec 2015 13:10:06 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

On Tuesday,  8 Dec 2015 at 21:07, address@hidden wrote:
Dear fellow Orgers,

I like the metropolis beamer theme a lot [1], and I use it with Org
frequently. metropolis has a \plain macro that inserts a new, minimally
styled slide optimal for a short statement or an image. In plain latex,
I would do e.g.

[...]

I just cannot get my head around how to tell Org to do this! If I do

* a normal frame with title etc.
some content

#+BEGIN_LATEX
\plain{another normal frame with title etc.}
#+END_LATEX

* another normal frame with title etc.
some other content

This is really tricky because a headline in org both ends the preceding
frame and starts a new frame.  The only way I can think of is for you to
explicitly end and start the adjoining frames, as in:

#+begin_src org
   ,* a normal frame with title etc.
   some content

   ,#+BEGIN_LATEX
   \end{frame}
   \plain{another normal frame with title etc.}
   \begin{frame}{another normal frame with title etc.}
   ,#+END_LATEX

   some other content
#+end_src

This will be somewhat fragile, e.g. if previous frame has columns they
will also need to be terminated properly...

Thanks, also for the explanation. This solution works for my setup, since I usually do not use columns.
Best, Christian


HTH,
eric




reply via email to

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