Bug 540 - texinfo errors cause manual.pdf not to build
texinfo errors cause manual.pdf not to build
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: documentation
ns-3-dev
All All
: P5 normal
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-03 19:05 UTC by Tom Henderson
Modified: 2009-04-26 19:23 UTC (History)
1 user (show)

See Also:


Attachments
This enables the pdf to be generated correctly (599 bytes, patch)
2009-04-24 12:03 UTC, Faker Moatamri
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2009-04-03 19:05:52 UTC
 
Comment 1 Faker Moatamri 2009-04-24 12:03:16 UTC
Created attachment 428 [details]
This enables the pdf to be generated correctly

With this patch it should work correctly and produce the pdf file. The @printindex cp command doesn't work for the pdf, it shows no index at the end of the pdf file. Should it be removed?
There is still other non blocking errors for the html generation where the errors are relatively clear:
texi2html --css-include=manual.css manual.texi                                 
*** Duplicate node found: Overview of the model (in ./csma.texi l. 13)         
*** Duplicate node found: Overview of the model (in ./point-to-point.texi l. 13)
** node_next `Overview' for `Top' not found                                     
** `Quick Overview' doesn't appear in menus                                     
** `Random variables' is up for `Quick Overview', but has no menu entry for this node
** `Background' doesn't appear in menus                                              
** `Random variables' is up for `Background', but has no menu entry for this node    
** `Seeding and independent replications' doesn't appear in menus                    
** `Random variables' is up for `Seeding and independent replications', but has no menu entry for this node
** `class RandomVariable' doesn't appear in menus                                                          
** `Random variables' is up for `class RandomVariable', but has no menu entry for this node                
** `Base class public API' doesn't appear in menus                                                         
** `Random variables' is up for `Base class public API', but has no menu entry for this node               
** `Types of RandomVariables' doesn't appear in menus                                                      
** `Random variables' is up for `Types of RandomVariables', but has no menu entry for this node            
** `Semantics of RandomVariable objects' doesn't appear in menus                                           
** `Random variables' is up for `Semantics of RandomVariable objects', but has no menu entry for this node 
** `Using other PRNG' doesn't appear in menus                                                              
** `Random variables' is up for `Using other PRNG', but has no menu entry for this node                    
** `More advanced usage' doesn't appear in menus                                                           
** `Random variables' is up for `More advanced usage', but has no menu entry for this node                 
** `Publishing your results' doesn't appear in menus                                                       
** `Random variables' is up for `Publishing your results', but has no menu entry for this node
.
.
.