Mike, Still did not work, as seen here: http://msemac.redwoods.edu/~darnold/html/cylinders.html
The latex math is still occurring below the baseline. D. On Dec 7, 2009, at 11:49 AM, Michael Droettboom wrote: > David Arnold wrote: >> Hi, >> >> I set: >> >> extensions = ['sphinx.ext.pngmath', >> 'matplotlib.sphinxext.only_directives', >> 'matplotlib.sphinxext.plot_directive'] >> >> pngmath_use_preview='True' > Should be a boolean, not a string. i.e. no single quotes. >> >> But still got this result: >> >> http://msemac.redwoods.edu/~darnold/html/cylinders.html >> >> So, no change. > Interesting. Try removing the build directory from your > documentation to force a full rebuild. If that's not it, ask again > on the sphinx list. I'm stumped. > > Mike >> >> D. >> >> On Dec 7, 2009, at 10:38 AM, Michael Droettboom wrote: >> >>> Do you have the LaTeX preview package installed and >>> "pngmath_use_preview" set to True in your conf.py? >>> >>> See here: >>> >>> http://sphinx.pocoo.org/ext/math.html#confval-pngmath_use_preview >>> >>> Mike >>> >>> David Arnold wrote: >>>> All, >>>> >>>> I tried using sphinx.ext.pngmath. See: >>>> http://msemac.redwoods.edu/~darnold/html/cylinders.html >>>> >>>> Note in Exercise 1 how z = 6 - 2x^2 is placed so its baseline >>>> does not align (it's lower) with the baseline of the text. How >>>> can I align the baselines? >>>> >>>> David. >>>> >>>> ------------------------------------------------------------------------------ >>>> Join us December 9, 2009 for the Red Hat Virtual Experience, >>>> a free event focused on virtualization and cloud computing. >>>> Attend in-depth sessions from your desk. Your couch. Anywhere. >>>> http://p.sf.net/sfu/redhat-sfdev2dev >>>> _______________________________________________ >>>> Matplotlib-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>> >>> >>> -- >>> Michael Droettboom >>> Science Software Branch >>> Operations and Engineering Division >>> Space Telescope Science Institute >>> Operated by AURA for NASA >>> >> > > -- > Michael Droettboom > Science Software Branch > Operations and Engineering Division > Space Telescope Science Institute > Operated by AURA for NASA > -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
