emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: "Sullivan, Gregory (US SSA)" <gregory.sullivan@baesystems.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: BUG:  Problems with LaTeX exporting of ^ and _
Date: Fri, 17 Oct 2008 19:36:12 +0200	[thread overview]
Message-ID: <910529FD-7C11-478C-ADB9-07434800E3B4@uva.nl> (raw)
In-Reply-To: <73kku8$6rtks@dmzms99901.na.baesystems.com>

Hi Daniel and Greg,

I believe I have fixed these issues.  I am not entirely sure though if  
I do understand Bastien's code well enough.  Please test and report  
back.

One addition I have made:  If the sub/superscript is a single char, it  
it typeset in the normal math italic.  If it is longer, it is typeset  
in roman.  If someone needs an explanation for this convention, ask,  
and I will explain.

- Carsten

On Oct 17, 2008, at 3:22 PM, Sullivan, Gregory (US SSA) wrote:

> As far as:
>
> Ideally, it should be
> \item This is a $\mbox{super}^{\mbox{\scriptsize{s}}}$cript
> but I'd settle for this
> \item This is a $super^{s}cript$
>
> I agree that it should be the first (using mbox).  The second is just
> wrong, as it uses math mode spacing for each letter.
>
> Possibly a simpler way to accomplish this is
>
> \item This is a super${}^{s}$cript
>
> --Greg
>
> --
> Gregory T. Sullivan, Ph.D.
> BAE Systems Advanced Information Technologies
> 6 New England Executive Park, Burlington, MA 01803
> 781-262-4553 (office),  978-430-3461 (cell)
> gregory.sullivan@baesystems.com
>
>
> -----Original Message-----
> From: emacs-orgmode-bounces+gregory.sullivan=baesystems.com@gnu.org
> [mailto:emacs-orgmode-bounces+gregory.sullivan=baesystems.com@gnu.org]
> On Behalf Of Daniel J. Sinder
> Sent: Friday, October 17, 2008 1:33 AM
> To: Org Mode List
> Subject: [Orgmode] BUG: Problems with LaTeX exporting of ^ and _
>
> Consider the following simple org file:
> -- start org file --
> #+OPTIONS:   ^:{}
>
> * This is a test
>   - This is a super^script
>   - This is a sub_script
> -- end org file --
>
> If I export this to HTML, as expected I get this (relevant portion
> only):
> <ul>
> <li>
> This is a super^script
> </li>
> <li>
> This is a sub_script
> </li>
> </ul>
>
> But, if I export to LaTeX, I surprisingly get this:
> \begin{itemize}
> \item This is a $super^{script}$
> \item This is a $sub_{script}$
> \end{itemize}
>
> I would expect no superscript and no subscript because I didn't use
> braces and I have ^:{} in my OPTIONS line.
>
> Things get plain weird if I use braces in the first item, so my org
> file is now this:
> -- start org file --
> #+OPTIONS:   ^:{}
>
> * This is a test
>   - This is a super^{s}cript
>   - This is a sub_script
> -- end org file --
>
> HTML output in this case is still what I'd expect:
> <ul>
> <li>
> This is a super<sup>s</sup>cript
> </li>
> <li>
> This is a sub_script
> </li>
> </ul>
>
> But the LaTeX output is not at all what I'd expect:
> \begin{itemize}
> \item This is a $super^{s}$cript
> \item This is a sub_script
> \end{itemize}
>
> Note that now the second item has changed in latex even though it
> didn't change in the org file.  Plus it actually throws an error in
> latex because there is no equation environment and no escape of the
> underscore.  The first item is also a problem because the equation
> environment splits in a strange place, causing fonts to get mixed.
> Ideally, it should be
> \item This is a $\mbox{super}^{\mbox{\scriptsize{s}}}$cript
> but I'd settle for this
> \item This is a $super^{s}cript$
>
> Dan
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2008-10-17 17:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-17 13:22 BUG: Problems with LaTeX exporting of ^ and _ Sullivan, Gregory (US SSA)
2008-10-17 17:36 ` Carsten Dominik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-17  5:33 Daniel J. Sinder

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=910529FD-7C11-478C-ADB9-07434800E3B4@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=gregory.sullivan@baesystems.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 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).