emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Latex package nicefrac for HTML export


From: Marcin Borkowski
Subject: Re: [O] Latex package nicefrac for HTML export
Date: Fri, 19 Feb 2016 22:35:29 +0100
User-agent: mu4e 0.9.13; emacs 25.1.50.2

On 2016-02-19, at 22:26, Lawrence Bottorff <address@hidden> wrote:

> I've got Latex's *nicefrac *working fine for a Latex export. I've put
>
> #+LaTeX_HEADER: \usepackage{nicefrac}
>
> at the top of my file, and this inlined
>
> $\pi = \nicefrac{C}{d}$
>
> But for an HTML export, it's not seeing it, giving back π=\nicefracCd. Is
> there anything I can do to get my HTML export to handle nicefrac properly?

Quick googling reveals that MathJax doesn't seem to support \nicefrac.
If you don't need regular fractions (maybe you're writing a cookbook?),
in a pinch you can say

#+LaTeX_HEADER: \usepackage{nicefrac}   \let\frac=\nicefrac

and just use \frac.

> LB

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



reply via email to

[Prev in Thread] Current Thread [Next in Thread]