2011/11/11 Jack Poulson <jack.poul...@gmail.com>

> I've run into this exact problem before; it seems that \mathbb works by
> default for html builds, but not for latexpdf. It's an easy fix though, you
> just need to make sure that the amsmath and/or amssymb packages are loaded
> during the latex preamble, i.e., change the 'latex_preamble' line in your
> conf.py to the following:
>
> # Additional stuff for the LaTeX preamble.
> latex_preamble = '\usepackage{amsmath,amssymb}\n'
>
> Jack
>

Thank you Jack!
now mi latex preamble is:

# Additional stuff for the LaTeX preamble.
latex_preamble = '\usepackage{amsmath,amssymb}\n'+'\setcounter{tocdepth}{3}'

and Sphinx work properly

-- 

Daniele

www.fugamatematica.blogspot.com

    giusto!
    nel verso
    forse è perché non guardiamo le cose
    Quando non ci capiamo,

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
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