Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / doc / pspp.texinfo
1 \input texinfo @c -*- texinfo -*-
2 @c %**start of header
3 @setfilename pspp.info
4 @settitle PSPP
5 @c For double-sided printing, uncomment:
6 @c @setchapternewpage odd
7 @c %**end of header
8
9
10 @macro note{param1}
11 @quotation
12 @strong{Please note:} \param1\
13 @end quotation
14 @end macro
15
16 @include version.texi
17
18 @macro cmd{CMDNAME}
19 \CMDNAME\
20 @end macro
21
22 @ifset MISSING_CLICKSEQUENCE
23 @alias clicksequence = asis
24 @macro click {}
25 ->
26 @end macro
27 @end ifset
28
29 @iftex
30 @finalout
31 @end iftex
32
33 @dircategory Math
34 @direntry
35 * PSPP: (pspp).             Statistical analysis package.
36 @end direntry
37
38 @copying
39 This manual is for GNU PSPP version @value{VERSION},
40 software for statistical analysis.
41
42 Copyright @copyright{} 1997, 1998, 2004, 2005, 2009 Free Software Foundation, Inc.
43
44 @quotation
45 Permission is granted to copy, distribute and/or modify this document
46 under the terms of the GNU Free Documentation License, Version 1.1 or
47 any later version published by the Free Software Foundation; with no
48 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
49 and with the Back-Cover Texts as in (a) below.  A copy of the
50 license is included in the section entitled ``GNU Free Documentation
51 License.''
52
53 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
54 modify this GNU manual.''
55 @end quotation
56 @end copying
57
58 @titlepage
59 @title PSPP Users Guide
60 @subtitle GNU PSPP Statistical Analysis Software
61 @subtitle Release @value{VERSION}
62 @author
63 @page
64 @vskip 0pt plus 1filll
65 @insertcopying
66 @end titlepage
67
68 @chapheading Acknowledgements
69 The authors wish to thank
70 Network Theory Ltd 
71 @url{http://www.network-theory.co.uk}
72 for their financial support 
73 in the production of this manual.
74
75
76 @contents
77
78
79 @ifnottex
80 @node Top
81 @top GNU PSPP
82
83 @insertcopying
84 @end ifnottex
85
86 @menu
87 * Introduction::                Description of the package.
88 * License::                     Your rights and obligations.
89
90 * Invocation::                  Starting and running PSPP.
91 * Using PSPP::                  How to use PSPP --- A brief tutorial.
92 * Language::                    Basics of the PSPP command language.
93 * Expressions::                 Numeric and string expression syntax.
94
95 * Data Input and Output::       Reading data from user files.
96 * System and Portable File IO:: Reading and writing system & portable files.
97 * Combining Data Files::        Combining data from multiple files.
98 * Variable Attributes::         Adjusting and examining variables.
99 * Data Manipulation::           Simple operations on data.
100 * Data Selection::              Select certain cases for analysis.
101 * Conditionals and Looping::    Doing things many times or not at all.
102 * Statistics::                  Basic statistical procedures.
103 * Utilities::                   Other commands.
104
105 * Not Implemented::             What's not here yet
106 * Bugs::                        Known problems; submitting bug reports.
107
108 * Function Index::              Index of PSPP functions for expressions.
109 * Command Index::               Index of PSPP procedures.
110 * Concept Index::               Index of concepts.
111
112 * Configuration::               Configuring PSPP.
113
114 * GNU Free Documentation License:: License for copying this manual.
115 @end menu
116
117 @include introduction.texi
118 @include license.texi
119
120 @include invoking.texi
121 @include tutorial.texi
122 @include language.texi
123 @include expressions.texi
124 @include data-io.texi
125 @include files.texi
126 @include combining.texi
127 @include variables.texi
128 @include transformation.texi
129 @include data-selection.texi
130 @include flow-control.texi
131 @include statistics.texi
132 @include utilities.texi
133 @include not-implemented.texi
134 @include bugs.texi
135
136 @include function-index.texi
137 @include command-index.texi
138 @include concept-index.texi
139
140 @include configuring.texi
141
142 @include fdl.texi
143
144 @bye
145
146 @c Local Variables:
147 @c use (texinfo-multiple-files-update "pspp.texinfo")  in emacs to keep these files consistent
148 @c compile-command: "makeinfo pspp.texinfo"
149 @c End: