[Twisted-Python] Lore Question: Creating a pdf book

I am using Lore to document a project that I am working on. I modeled my approach on the Twisted How To Sections. index.xhtml + 10 other xhtml pages. I have the html pages generated, and now I would like to generate a pdf book. I created a tex page for each xhtml using lore --output latex xxx.xhtml. My question is: how do I create a pdf book from the index.xhtml + x.xhtml or tex pages? Sorry for the stupid question, but I am new to lore and tex (too much time in MS word and html :-( Thanks, Mike ---------------------------------------------------------------- Michael Schneider Senior Software Engineering Consultant UGS PLM Solutions - an EDS Company "The Greatest Performance Improvement Is the transitioning from a non-working state to the working state"

On Sun, 2004-03-14 at 15:20, Schneider, Michael wrote:
My question is: how do I create a pdf book from the index.xhtml + x.xhtml or tex pages?
You can use pdflatex, or run latex(1) on the .tex files, dvips on the resulting .dvi and then ps2pdf. See admin/book.tex for an example of how to merge multiple docs into single LaTeX file. -- Itamar Shtull-Trauring http://itamarst.org Looking for a job: http://itamarst.org/resume.html
participants (2)
-
Itamar Shtull-Trauring
-
Schneider, Michael