From: "Stéphane Genaud" <genaud@unistra.fr>
To: emacs-orgmode@gnu.org
Subject: Slides with columns export problem
Date: Thu, 17 Aug 2017 19:55:54 +0200 [thread overview]
Message-ID: <02E77372-78EE-4F39-8344-4EF5DDBB7B46@unistra.fr> (raw)
Hello,
i am using org-mode 8.2.10 to export to a beamer tex source.
When running pdflatex my org-mode source file, and once i finally isolated
the problematic bit in a single frame, pdflatex says:
[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.
<inserted text>
\par
<*> 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=0.8\linewidth
#+ATTR_HTML: width="80%"
[[file:fig/kernel-roles.png]]
—————————————————————————————————
for which the tex-beamer export produces:
-------------------------------------------------------------------
\begin{frame}[label=sec-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=.9\linewidth]{fig/kernel-roles.png}
\end{center}
\end{frame}
—————————————————————————————————
Here, a second \begin{column}…\end{column} is missing.
I have successfully used this construct in other presentations.
I have tried plenty of variations but i do not really understand what
will trigger/not trigger the creation of a second \begin{column}…\end{column}.
The org-mode example related to this page setup in the documentation
(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.
—Stéphane.
next reply other threads:[~2017-08-17 17:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-17 17:55 Stéphane Genaud [this message]
2017-08-17 18:52 ` Slides with columns export problem Nicolas Goaziou
[not found] ` <87a82xq4yw.fsf@delle7240.chemeng.ucl.ac.uk>
2017-08-18 9:43 ` Stéphane Genaud
2017-08-18 10:13 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=02E77372-78EE-4F39-8344-4EF5DDBB7B46@unistra.fr \
--to=genaud@unistra.fr \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.