* beamer export - options vs. arguments
@ 2013-02-04 11:33 Jan-Mark Batke
0 siblings, 0 replies; only message in thread
From: Jan-Mark Batke @ 2013-02-04 11:33 UTC (permalink / raw)
To: Org-Mode
[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]
All,
I would like to have a literature list in my beamer presentation. As it is
longer than one slide, I would like to see something like something like
this
\begin[allowframebreaks]{frame}
\frametitle{Literature}
\bibliographystyle{plain}
\bibliography{References}
\end{frame}
in the exported tex file.
However, using envargs in org does not help, the frame option
"allowframebreaks" is neglected.
** Literature :B_frame:
:PROPERTIES:
:BEAMER_env: frame
:BEAMER_envargs: allowframebreaks
:END:
#+BEGIN_LaTeX
\bibliographystyle{plain}
\bibliography{References}
#+END_LaTeX
I found some discussion on the :beamer_envargs property, I understood that
the org structure does not entirely reflect the latex structure and this
may cause the problem.
So, I have two questions now:
1. Would it make sense to distinguish "arguments" (args) vs. "options" (as
they appear as [options] in latex?
2. How to overcome my problem with avoiding to have a frame environment as
source block in org mode?
Thanks
Jan-Mark
--
Jan-Mark Batke badkey@gmx.net
FON +49 511 33 64 800
FAX +49 511 22 09 521
[-- Attachment #2: Type: text/html, Size: 1704 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-04 11:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 11:33 beamer export - options vs. arguments Jan-Mark Batke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.