Re: latex error

2008-11-16 Thread Georg Brandl

[EMAIL PROTECTED] schrieb:
 I have been running into this for a few days and went through the new
 setup to see if the problem went away. I just ran through the sequence
 again:
 
 mkdir stest
 cd stest
 virtualenv --no-site-packages .
 Scripts\activate
 sphinx-quickstart (mostly defaults chosen)
 (edits to Makefile)
 make html (succeeds)
 make latex (fails with ref to footer node)
 make clean
 make latex (same error)
 
 No latex file gets built, so the TeX setup is not part of the picture
 yet (I am using TeXlive for the moment). I really want to see if I can
 get a USB portable writing environment set up to manage class note
 production, since I travel between campuses a lot and am getting tired
 of lugging a 17 laptop everywhere.
 
 I will try running under wing and see if I can track this down -

The next important question is which version of the docutils you're using.
Maybe it's some snapshot from pre-0.5 which had a different behavior
regarding these nodes? If you're not running either 0.4 or 0.5, I'd
recommend upgrading to 0.5 and retrying.

If you're using 0.4 or 0.5, then please send me the project generated by
quickstart, so I can try to reproduce the problem.

Thanks,
Georg


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: latex error

2008-11-09 Thread Yarko T
I installed cygwin, and ran make from that.
For latex, I use MikTeX, and have good (great, broad) success using WinEdt
to control MikTex

There were some latex fixes in the trunk, so I would go to
http://www.bitbucket.org/birkenfeld/sphinx/
and download an archive of the current trunk (or if you use mercurial, just
clone the tree).

My pattern for building:

cygwin bash:

make html  # and that's all done;
make latex # no success using cygwin tex system, so stop w/ this tool here;

in explorer, go to the latex output directory (_build/latex for Sphinx) and
open the *.tex file with WinEdt

Don't try / expect to generate DVI files (I can from other sources - but not
out of Sphinx generated LaTeX) - insted let WinEdt  run LaTeXPDF.

This works so consistently and easily for me, I don't think about it
anymore...

The first few times, MikTeX would download fonts, build things under the
drive of WinEdt, and I'm sure that a couple of restarts of trying to gen
happened before my first PDF.

(Prior, I was working w/ a LeTeX setup w/ Addison Wesley style sheets - so I
had it working)

Regards,
Yarko

On Sat, Nov 8, 2008 at 11:27 PM, Roie Black (SKcon) [EMAIL PROTECTED]wrote:

  I have set up a virtualenv to test Sphinx and installed everything in
 that environment with easy_install.  On my Windows box, the default Makefile
 does not work since the Windows mkdir fails. I installed mkdir.exe from
 UnxUtils and added a new MKDIR definition at the top of the Makefile
 pointing to that executable and changed all mkdir references to  $(MKDIR)
 and the make runs fine. (I suggest changing the default Makefile to make
 this easier on us Windows users.) I can build html files with no problems.
 However, running make latex on a new sphinx-quickstart project fails with
 an unknown node footer error.  I have done this same test on the latest
 development versions of both Sphinx and docutils with the same results. Am I
 doing something wrong here?



 Roie Black

 Professor, Computer Science

 Austin Community College



 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: latex error

2008-11-09 Thread Georg Brandl

Roie Black (SKcon) schrieb:
 I have set up a virtualenv to test Sphinx and installed everything in
 that environment with easy_install.  On my Windows box, the default
 Makefile does not work since the Windows mkdir fails. I installed
 mkdir.exe from UnxUtils and added a new MKDIR definition at the top of
 the Makefile pointing to that executable and changed all mkdir
 references to  $(MKDIR) and the make runs fine. (I suggest changing the
 default Makefile to make this easier on us Windows users.) I can build
 html files with no problems. However, running “make latex” on a new
 sphinx-quickstart project fails with an unknown node “footer” error.  I
 have done this same test on the latest development versions of both
 Sphinx and docutils with the same results. Am I doing something wrong here?

Is this really a new project? The footer node is normally not generated
in Sphinx documents.

Georg


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---