John Kitchin writes:
> I knew there was a way to do this. I forgot the \nbsp, {} by itself does not
> work. Thanks for the
> reminder.
The \nbsp does add a space however, so if you are really picky, it might
not be the best choice: you can do
some text\nbsp^{super}A...
to eat one of the space
I knew there was a way to do this. I forgot the \nbsp, {} by itself does
not work. Thanks for the reminder.
John
---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitch
童俊翔 writes:
> How to add left superscripts without using additional packages in org-mode?
I use \nbsp{}^{1}.
Cheers,
Roger
Yes, it works, thank you!
Junxiang
> On 29 Feb 2016, at 17:57, Nicolas Goaziou wrote:
>
> Hello,
>
> 童俊翔 writes:
>
>> How to add left superscripts without using additional packages in
>> org-mode?
>
> Maybe using LaTeX, e.g., \(^{super}\)A.
>
> Regards,
>
> --
> Nicolas Goaziou
Hello,
童俊翔 writes:
> How to add left superscripts without using additional packages in
> org-mode?
Maybe using LaTeX, e.g., \(^{super}\)A.
Regards,
--
Nicolas Goaziou
How to add left superscripts without using additional packages in org-mode?