DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Existing Scripts (http://www.daniweb.com/forums/forum145.html)
-   -   Need help with Texinfo (http://www.daniweb.com/forums/thread152458.html)

knight fyre Oct 20th, 2008 7:59 pm
Need help with Texinfo
 
1 Attachment(s)
Not sure where this post should go but I'm having trouble with writing a code in Textinfo. I want the menu and layout to be like that you see in the attached picture picture but anytime I test the code I get the following error.

Quote:

C:\Program Files\GnuWin32\bin>makeinfo --html spssbase.tex
spssbase.tex:18: Node `Top' previously defined at line 12.
C:\Program Files\GnuWin32\bin//spssbase.tex:12: Node `Top' lacks menu item for `
ACF' despite being its Up target.
C:\Program Files\GnuWin32\bin//spssbase.tex:12: Node `Top' lacks menu item for `
2SLS' despite being its Up target.
makeinfo: Removing output file `C:\Program Files\GnuWin32\bin/spssbase-file' due
to errors; use --force to preserve.
Here is my code

\input texinfo
@setfilename spssbase-file
@settitle spssbase-manual

@copying
SPSS is a registered trademark and the other product names are the trademarks of SPSS Inc. for its proprietary computer
software. No material describing such software may be produced or distributed without the written permission of the owners of
the trademark and license rights in the software and the copyrights in the published materials.
@end copying

@ifnottex
@node Top
@top Topmost

This is the top node
@end ifnottex

@menu
        * 2SLS::
        * ACF::
@end menu

@node        Top, 2SLS, (dir), (dir)

@node 2SLS, ACF, Top, Top
@chapter 2SLS

@node ACF, (dir), 2SLS, Top
@chapter ACF


@bye


All times are GMT -4. The time now is 8:35 am.

Forum system based on vBulletin Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
©2003 - 2010 DaniWeb® LLC