Well, I can't think of anything other than old TeX template still
being used despite an update. What I did was uninstall Sphinx 0.4.3
("easy_install -m Sphinx" and delete it from site-packages), check out
the source (trunk), apply the change from the patch, and do
"easy_install ." (with the dot, of course). I've a modified Makefile
that works with make from GnuWin32, so "make clean latex" and "make -C
build\latex all-pdf" both complete successfully.On Oct 15, 2:55 pm, "Yarko T" <[EMAIL PROTECTED]> wrote: > I tried this patch. Maybe I'm just doing something wrong / missing > something: > I've got MikTex2.7 - ran update to make sure all packages are up to date; > I'm driving MikTex w/ WinEdt. > > I built (successfully) the latex this way: > > % d:sphinx\trunk\doc> sphinx-build -b latex . _build/latex > > Open sphinx.tex w/ WinEdt, and run PdfLatex chain; > > Output is still what I originally posted - identically. > > On Wed, Oct 15, 2008 at 12:58 PM, Sergey A. Lipnevich <[EMAIL PROTECTED] > > > wrote: > > > The solution is here:http://bugs.python.org/issue3909. I took it and > > created a patch against today's version of Sphinx code > > (0.5dev-20081015) so that it's easier to apply. > > > On Oct 11, 5:36 pm, yarko <[EMAIL PROTECTED]> wrote: > > > I'm having some basic trouble w/ 0.5 trunk & MixTeX generation (I can > > > generate other books w/ this MikTeX setup, so it's not _fundamentally_ > > > broken). > > > > Here's what comes out of pdfTeX. The output line *hyperref using > > > default driver hpdftex* is the only thing that potentially looks > > > suspicious to me. > > > -------------------------------------------------------- > > > ... > > > ("C:\Program Files\MiKTeX 2.7\tex\plain\misc\pdfcolor.tex") > > > ! Too many }'s. > > > l.122 } > > > > ? > > > ------------------------------------------ > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
