From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: having problems exporting to Beamer
Date: Sun, 14 Apr 2013 19:16:06 +0200 [thread overview]
Message-ID: <87d2tx823t.fsf@gmail.com> (raw)
In-Reply-To: <87vc7pdoox.fsf@gmail.com> (Eric Schulte's message of "Sun, 14 Apr 2013 11:08:12 -0600")
Eric Schulte <schulte.eric@gmail.com> writes:
> Thanks, with this variable set to an empty string I am making it further
> in the export process. I would suggest that either the initial value of
> this variable be set to an empty string, or a nil value should be
> handled gracefully.
The default value for this variable is already the empty string.
> After fixing the above I reached a new error. There was no "beamer"
> class defined in my `org-latex-classes'.
This is already the case. You should update Org.
> Finally, I ran into a third and even more minor problem. Illustrated by
> the following example.
>
> #+TITLE: Example Presentation
> #+Options: ^:nil toc:nil
>
> * Breeders Equation
> \begin{equation*}
> R = h^{2}S
> \end{equation*}
>
> - R :: response
> - h^{2} :: heritability
> - S :: selective distance
>
> When exported to a beamer presentation, what should be h squared is
> instead exported as h^{2}.
You explicitly tell the exporter to not export sub/superscript with
^:nil. Just set it to t.
Thanks for testing this.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2013-04-14 17:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-13 23:12 having problems exporting to Beamer Eric Schulte
2013-04-14 7:51 ` Nicolas Goaziou
2013-04-14 17:08 ` Eric Schulte
2013-04-14 17:16 ` Nicolas Goaziou [this message]
2013-04-14 17:47 ` Eric Schulte
2013-04-14 19:15 ` Nicolas Goaziou
2013-04-15 0:27 ` Eric Schulte
2013-04-14 17:27 ` 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=87d2tx823t.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=schulte.eric@gmail.com \
/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.