On 9/15/11 9:44 AM, Carsten Dominik wrote:
When Org exports to HTML for use with MathJax, it does convert $..$ to \(..\)
to work around this.
Oops, I should have guessed. I just remembered having to fiddle with
my MathJax configuration at one point, but that was probably before
Org even swi
On Sep 15, 2011, at 9:43 AM, Christian Moe wrote:
> Hi,
>
> $...$ may sometimes get confused with currency signs, variable names and
> whatnot.
>
> Org-mode is sophisticated about it as long as you follow a few safeguards --
> from the Info section 11.7.3:
>
> To avoid conflicts
> wi
Hi,
$...$ may sometimes get confused with currency signs, variable names
and whatnot.
Org-mode is sophisticated about it as long as you follow a few
safeguards -- from the Info section 11.7.3:
To avoid conflicts
with currency specifications, single `$' characters are only
rec
suvayu ali wrote:
> Hi Nick,
>
> On Wed, Sep 14, 2011 at 6:55 PM, Nick Dokos wrote:
> > * This is a test: \(T^{+}\)
>
> Apart from what Christian said, do you have any comments about $..$
> and \(..\) ? I hear conflicting arguments about which is preferred
> (e.g. $..$ is a TeX construct where
Hi Nick,
On Wed, Sep 14, 2011 at 6:55 PM, Nick Dokos wrote:
> * This is a test: \(T^{+}\)
Apart from what Christian said, do you have any comments about $..$
and \(..\) ? I hear conflicting arguments about which is preferred
(e.g. $..$ is a TeX construct where as \(..\) is a LaTeX macro arguing
Christian Moe wrote:
> But latex subscripts/superscripts should work in Org even without an
> explicit math environment, and they do for me -- exporting Piter's
> T^{+} gives me
>
> T$^{+}$
>
> as expected. Something in his setup?
>
You are right - sorry about the noise.
Nick
But latex subscripts/superscripts should work in Org even without an
explicit math environment, and they do for me -- exporting Piter's
T^{+} gives me
T$^{+}$
as expected. Something in his setup?
Yours,
Christian
On 9/14/11 6:55 PM, Nick Dokos wrote:
Piter_ wrote:
Hi all. I try to put a
Piter_ wrote:
> Hi all. I try to put a superscript in org-mode in this way: T^{+}. But
> it gets exported in latex as $^{\st{}$. Any idea how to avoid it?
> Thanks.
>
{Super,sub}scripts are latex math constructs - try the following:
--8<---cut here---start-