On Oct 14, 11:13 am, Guenter Milde <[email protected]> wrote: > On 2009-10-13, Dominique wrote: > > pngmath_latex_preamble = '\\usepackage{local}' > > to conf.py, Sphinx complains that it cannot find local.sty. I tried > > placing it in sources/.static with no more success. > > Is there an easy workaround for this? I'm probably missing something. > > How about placing it in TeX's input path? > On my Debian system, local LaTeX styles are under ~/texmf/tex/latex/ > and can be used anywhere.
Sure that will work. It makes it more difficult for users to rebuild the documentation though. It would be more convenient if the LaTeX code used by jsMath could use the same latex_preamble as the one used for the LaTeX output. I'll look around to see if I can find a way to make this work. D. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
