From: David A. <da...@bo...> - 2003-03-11 18:48:14
|
David Goodger <go...@py...> writes: >> Maybe ReST->DocBook->PDF is a better bet. > > Give the code in sandbox/oliverr/docbook a try. Once it's in good shape > (that may already be true, I don't know), it can be added to the core. We've done some things successfully with it. It seems to choke on section numbering, as evidenced by this fragment: -- -------------------------------- A Deeper Look at Metafunctions -------------------------------- .. section-numbering:: In this chapter we're going to take a closer look at the structure of metafunctions, and as promised we'll begin to formalize what we mean by "metafunction" a bit. The Form of Metafunctions ========================= -- ... File "c:\src\docutils\docutils\docutils\nodes.py", line 1246, in unknown_visit raise NotImplementedError('visiting unknown node type: %s' NotImplementedError: visiting unknown node type: generated -- Dave Abrahams Boost Consulting www.boost-consulting.com |