Re: [O] How to add left superscripts

2016-02-29 Thread Nick Dokos
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

Re: [O] How to add left superscripts

2016-02-29 Thread John Kitchin
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

Re: [O] How to add left superscripts

2016-02-29 Thread Roger Mason
童俊翔 writes: > How to add left superscripts without using additional packages in org-mode? I use \nbsp{}^{1}. Cheers, Roger

Re: [O] How to add left superscripts

2016-02-29 Thread 童俊翔
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

Re: [O] How to add left superscripts

2016-02-29 Thread 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

[O] How to add left superscripts

2016-02-28 Thread 童俊翔
How to add left superscripts without using additional packages in org-mode?