home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / guide / wb-makeinfo.lha / WB-MakeInfo / Englisch-Paket / texi.3 < prev   
Encoding:
Text File  |  1995-02-20  |  896 b   |  64 lines

  1.  
  2. @c %** settitle -> Set the title for every page in the .dvi version
  3. @settitle THIS TEXT WILL APPEAR AT THE TOP OF EVERY PAGE
  4.  
  5. @set VERSION 1.0
  6. @finalout
  7. @setchapternewpage off
  8. @c %** end of header
  9.  
  10.  
  11. @ifinfo
  12. This Text won't be shown in the .dvi file version.
  13. It ist only visible in the info version.
  14. @end ifinfo
  15.  
  16. @iftex
  17. @c @afourpaper
  18. @end iftex
  19.  
  20. @titlepage
  21. @title A book done with TeXinfo
  22. @subtitle This is the printed version
  23. @subtitle Version @value{VERSION}
  24. @subtitle
  25. @author Please enter your name
  26.  
  27. @page
  28. @vskip 0pt plus 1filll
  29. Copyright @copyright{} by ->YOUR NAME<-
  30. @end titlepage
  31.  
  32.  
  33. @ifinfo
  34. @node Top
  35. @top
  36. @unnumbered
  37.  
  38. @end ifinfo
  39.  
  40. This text can bee seen above the contents in the .guide version.
  41.  
  42. Gerhard Leibrock
  43. ----------------
  44.  
  45.  
  46. @menu
  47. * Intro::
  48. * Index::
  49. @end menu
  50.  
  51. @node Intro
  52. @chapter Introduction
  53. @cindex Intro
  54.  
  55. @page
  56. @node Index
  57.  
  58. @unnumbered Index
  59.  
  60. @printindex cp
  61. @contents
  62. @bye
  63.  
  64.