From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?St=C3=A9phane_Genaud?= Subject: Slides with columns export problem Date: Thu, 17 Aug 2017 19:55:54 +0200 Message-ID: <02E77372-78EE-4F39-8344-4EF5DDBB7B46@unistra.fr> Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diP1Y-0000n6-HC for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 13:56:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1diP1V-0008DE-Dv for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 13:56:04 -0400 Received: from mailhost.u-strasbg.fr ([130.79.222.211]:49617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1diP1V-00085h-3g for emacs-orgmode@gnu.org; Thu, 17 Aug 2017 13:56:01 -0400 Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 5C7A622959E for ; Thu, 17 Aug 2017 19:55:57 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 4A9492295A9 for ; Thu, 17 Aug 2017 19:55:57 +0200 (CEST) Received: from local-mr.u-strasbg.fr (lmr3.u-strasbg.fr [172.30.21.3]) by mr1.u-strasbg.fr (Postfix) with ESMTP id 39E4A22959E for ; Thu, 17 Aug 2017 19:55:56 +0200 (CEST) Received: from local-mr.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 19D4111C for ; Thu, 17 Aug 2017 19:55:56 +0200 (CEST) Received: from [192.168.0.39] (wbh68-1-78-241-17-52.fbx.proxad.net [78.241.17.52]) (Authenticated sender: genaud) by lmr3.u-strasbg.fr (Postfix) with ESMTPSA id E3705114 for ; Thu, 17 Aug 2017 19:55:54 +0200 (CEST) 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" To: emacs-orgmode@gnu.org Hello, i am using org-mode 8.2.10 to export to a beamer tex source.=20 When running pdflatex my org-mode source file, and once i finally = isolated=20 the problematic bit in a single frame, pdflatex says:=20 [1{/opt/local/var/db/texmf/fonts/map/pdftex/updmap/pdftex.map}]) Runaway argument? \let \AtEndDocument \@firstofone \@enddocumenthook \@checkend = {docume\ETC. ! File ended while scanning use of \beamer@collect@@body. =20 \par=20 <*> simple.tex The problematic frame is: ------------------------------------------------------------------- ** Kernel Roles *** Roles :B_column: :PROPERTIES: :BEAMER_env: block :BEAMER_col: 0.5 :BEAMER_envargs: <2-> :END: - Program Execution - File Maagement - I/O Management - Communication - Protection & Security - Accounting - Resource Allocation *** Image: What does it do? :B_column: :PROPERTIES: :BEAMER_env: ignoreheading :BEAMER_col: 0.5 :END: #+LABEL:fig:kernel-roles #+ATTR_LaTeX: width=3D0.8\linewidth #+ATTR_HTML: width=3D"80%" [[file:fig/kernel-roles.png]] = =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80= =94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94= =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 for which the tex-beamer export produces: ------------------------------------------------------------------- \begin{frame}[label=3Dsec-2-6]{Kernel Roles} \begin{columns} \begin{column}{0.5\textwidth} \begin{block}{Roles} \begin{itemize} \item Program Execution \item File Management \item I/O Management \item Communication \item Protection \& Security \item Accounting \item Resource Allocation \end{itemize} \end{block} \end{column} \begin{center} \includegraphics[width=3D.9\linewidth]{fig/kernel-roles.png} \end{center} \end{frame} = =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2= =80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80= =94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94= =E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94=E2=80=94 Here, a second \begin{column}=E2=80=A6\end{column} is missing. I have successfully used this construct in other presentations. =20 I have tried plenty of variations but i do not really understand what=20 will trigger/not trigger the creation of a second = \begin{column}=E2=80=A6\end{column}. The org-mode example related to this page setup in the documentation=20 (http://orgmode.org/worg/exporters/beamer/tutorial.html#orgdaf54b2) does = not explain much apart from the specific example given. Any help to understand how the exporter works would be appreciated. Thanks. =20 =E2=80=94St=C3=A9phane. =20