From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan-Mark Batke Subject: beamer export - options vs. arguments Date: Mon, 4 Feb 2013 12:33:21 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013cc3eadff73d04d4e47504 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2KIg-00013b-Bm for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 06:33:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2KIc-0007a0-VS for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 06:33:26 -0500 Received: from mail-vc0-f173.google.com ([209.85.220.173]:59227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2KIc-0007Zu-Q8 for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 06:33:22 -0500 Received: by mail-vc0-f173.google.com with SMTP id fy7so3820215vcb.4 for ; Mon, 04 Feb 2013 03:33:22 -0800 (PST) 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: Org-Mode --089e013cc3eadff73d04d4e47504 Content-Type: text/plain; charset=ISO-8859-1 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 --089e013cc3eadff73d04d4e47504 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 somethin= g 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.<= /div>

** Literature =A0 =A0:B_frame:
=A0 =A0:PROP= ERTIES:
=A0 =A0:BEAMER_env: frame
=A0 =A0:BEAMER_envarg= s: allowframebreaks
=A0 =A0:END:

#+BEGIN_LaTeX
\bibliog= raphystyle{plain}
\bibliography{References}
#+END_LaTeX=

I found some discussion on the :beamer_envargs pr= operty, I understood that the org structure does not entirely reflect the l= atex structure and this may cause the problem.

So, I have two questions now:

= 1. Would it make sense to distinguish "arguments" (args) vs. &quo= t;options" (as they appear as [options] in latex?

2. How to overcome my problem with avoiding to have a frame environmen= t as source block in org mode?

Thanks
Jan-Mark

--
Jan-Mark Batke=A0=A0badkey@gmx.net=A0
FON +49 511 33 64 800=A0
FAX +49 511 22 09 521
--089e013cc3eadff73d04d4e47504--