squee.texi 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. \input texinfo
  2. @c -*- mode: texinfo; coding: utf-8 -*-
  3. @setfilename squee.info
  4. @documentencoding UTF-8
  5. @c @paragraphindent none
  6. @firstparagraphindent insert
  7. @include version.texi
  8. @include variables.texi
  9. @settitle @value{TITLE}
  10. @c @afourpaper
  11. @copying
  12. This manual documents Guile-Squee version @value{VERSION}.
  13. Copyright (C) 2015 Christopher Allan Webber, David Thompson, David
  14. Pirotte
  15. Permission is granted to copy, distribute and/or modify this document
  16. under the terms of the GNU Free Documentation License, Version 1.3 or
  17. any later version published by the Free Software Foundation; with no
  18. Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  19. copy of the license is included in the section entitled ``GNU Free
  20. Documentation License.''
  21. @end copying
  22. @dircategory Software
  23. @direntry
  24. * Guile-Squee: (guile-squee).
  25. @end direntry
  26. @c Choices for setchapternewpage are {on,off,odd}.
  27. @setchapternewpage off
  28. @c @paragraphindent 0
  29. @iftex
  30. @finalout
  31. @c DL: lose the egregious vertical whitespace, esp. around examples
  32. @c but paras in @defun-like things don't have parindent
  33. @parskip 4pt plus 1pt
  34. @end iftex
  35. @titlepage
  36. @sp 10
  37. @title Guile-Squee
  38. @subtitle @
  39. Edition @value{EDITION}, @
  40. revision @value{MANUAL-REVISION}, @
  41. for use with Guile-Squee @value{VERSION}
  42. @author The Guile-Squee Developpers
  43. @c the next two commands start the copyright
  44. @page
  45. @vskip 0pt plus 1filll
  46. @insertcopying
  47. @end titlepage
  48. @ifnottex
  49. @node Top, Preface
  50. @top @value{TITLE}
  51. @insertcopying
  52. @sp 1
  53. @end ifnottex
  54. @menu
  55. * Preface::
  56. * Introduction::
  57. * Using Guile-Squee::
  58. Appendices
  59. * GNU Free Documentation License:: The license of this manual.
  60. Indices
  61. @c * Concept Index::
  62. * Index::
  63. @end menu
  64. @c insert the table of contents
  65. @contents
  66. @include preface.texi
  67. @include introduction.texi
  68. @include using.texi
  69. @node GNU Free Documentation License
  70. @appendix GNU Free Documentation License
  71. @include fdl.texi
  72. @node Index
  73. @unnumbered Index
  74. @printindex cp
  75. @bye