Ticket #37 (closed enhancement: fixed)
Issue when producing PDF output of the sphinx doc
Reported by: | djay | Owned by: | jmckenna |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | Documentation | Version: | |
Keywords: | Cc: |
Description
After integrating the 2010 workshop material as Restructured text in the docs directory (rev. 256) I noticed that when trying to produce a pdf using the command make latexpdf Latex failed to process.
Here are the Latex complaints (I'm not sure it will help that much):
make latexpdf [...] ! LaTeX Error: Too deeply nested. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.481 \begin{itemize} ?
I guess there is an issue with the number of levels we were using for the workshop material initially.
You can have a look of the HTML output here : http://www.zoo-project.org/w2010/workshop/2010/ .
Even if everything looks fine in the HTML output for the workshop material, when the pdf is produced, images are huge. It could be great to scale images to produce correctly sized images in the pdf document ...