From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides
Date: Mon, 14 Jul 2014 17:13:39 -0400 [thread overview]
Message-ID: <87iomzve2k.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: 87egxnoihm.fsf@gmail.com
[-- Attachment #1: Type: text/plain, Size: 776 bytes --]
Josiah Schwab <jschwab@gmail.com> writes:
> Hi Suhas,
>
>> Yes, I downloaded the same file and tried again and got the following debug trace:
>>
>> Debugger entered--Lisp error: (error "PDF file ./presentation-1.pdf wasn't produced: Runaway argument")
>
> That message is indicating an error during the LaTeX -> PDF step.
>
> Why don't you take a look at the presentation-1.tex file and see where
> things are going wrong.
>
> You can probably reproduce this typeset the file (outside of emacs)
> pdflatex presentation-1.tex
>
That's indeed the best approach to debug such problems. FWIW, I also had
no trouble exporting it to PDF. If you still have problems, post the
presentation-1.tex file that is produced. Or you can do the comparison
with the one I got (attached):
[-- Attachment #2: presentation-1.tex --]
[-- Type: application/x-tex, Size: 1551 bytes --]
% Created 2014-07-14 Mon 17:04
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\usetheme{default}
\author{Nick Dokos}
\date{\today}
\title{presentation-1}
\begin{document}
\maketitle
\begin{frame}[label=sec-1]{What is Beamer?}
\begin{itemize}
\item \LaTeX{} styles for presentations
\item Exports to PowerPoint-style presentation format
\end{itemize}
\end{frame}
\begin{frame}[fragile,label=sec-2]{What is Org-mode?}
\begin{itemize}
\item Emacs major-mode for organized thought
\item Spiritual successor to \texttt{outline-mode}
\item Supports wide variety of markup
\begin{itemize}
\item \emph{italic}, \alert{bold}, \texttt{code}, \verb~verbatim~, etc.
\item Inline \LaTeX{} (including math!)
\end{itemize}
\item Can export to \LaTeX{}, HTML, and other formats
\end{itemize}
\end{frame}
\begin{frame}[label=sec-3]{How Do I Work This Thing?}
\begin{itemize}
\item Edit text
\item Export to PDF
\begin{itemize}
\item Intermediate \LaTeX{} file is created and saved
\item This allows all the fine-grained tweaking of \LaTeX{} -- optionally
\end{itemize}
\item Unfortunately, the difficult bit remains: giving the presentation
\end{itemize}
\end{frame}
% Emacs 24.4.50.2 (Org mode 8.2.7b)
\end{document}
[-- Attachment #3: Type: text/plain, Size: 328 bytes --]
> Runway LaTeX arguments usually signify something like this (closing
> curly brace missing).
>
> ,----
> | \documentclass{article}
> |
> | \begin{document}
> |
> | \section{Runaway
> |
> | \end{document}
> `----
>
> Sorry, I don't have any more time to spend on this. Maybe someone else
> will be able to help.
>
--
Nick
next prev parent reply other threads:[~2014-07-14 21:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-13 7:19 Org mode 8.2.5h and emacs-24.3.1: exporting org-beamer presentation doesn't break presentation in slides Suhas Pai
2014-07-14 15:39 ` Josiah Schwab
2014-07-14 16:02 ` Suhas Pai
2014-07-14 17:33 ` Josiah Schwab
2014-07-14 17:44 ` Suhas Pai
2014-07-14 19:15 ` Josiah Schwab
2014-07-14 21:13 ` Nick Dokos [this message]
2014-07-14 21:14 ` Suhas Pai
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87iomzve2k.fsf@alphaville.bos.redhat.com \
--to=ndokos@gmail.com \
--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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).