I tried adding 

latex_elements = {
    'inputenc': r'''
        \usepackage{ucs}
        \usepackage[utf8x]{inputenc}''',
    'utf8extra': '',
}

to conf.py -- it doesn't work.


On Wednesday, September 12, 2012 12:45:05 PM UTC+4, Boris Kheyfets wrote:
>
> I want to use epub builder with math.
>
> I found that mathjax currently is not supported by epub. So I swithed to 
> pngmath. 
>
> But it doesn't render mathjax's unicode greek letter I like to use. It 
> there a work around?
>
> I tried to make epub builder use xelatex to build the images of formulas 
> -- but I couldn't find where the latex is called in the epub builder source 
> code.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/CNQV3T5pFasJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to