Split pspp.texi into one texi file per chapter
[pspp-builds.git] / doc / pspp.texinfo
1 \input texinfo @c -*- texinfo -*-
2 @c %**start of header
3 @setfilename pspp.info
4 @settitle PSPP
5 @set TIMESTAMP Time-stamp:  Sat Oct 30 17:30:39 WST 2004
6 @set EDITION 0.21
7 @set VERSION 0.31
8 @c For double-sided printing, uncomment:
9 @c @setchapternewpage odd
10 @c %**end of header
11
12
13 @macro cmd{CMDNAME}
14 \CMDNAME\
15 @end macro
16
17 @iftex
18 @finalout
19 @end iftex
20
21 @dircategory Math
22 @direntry
23 * PSPP: (pspp).             Statistical analysis package.
24 @end direntry
25
26 @ifinfo
27 PSPP, for statistical analysis of sampled data, by Ben Pfaff.
28
29 This file documents PSPP, a statistical package for analysis of
30 sampled data that uses a command language compatible with SPSS.
31
32 Copyright (C) 1996-9, 2000 Free Software Foundation, Inc.
33
34 This version of the PSPP documentation is consistent with version 2 of
35 ``texinfo.tex''.
36
37 Permission is granted to make and distribute verbatim copies of this
38 manual provided the copyright notice and this permission notice are
39 preserved on all copies.
40
41 @ignore
42 Permission is granted to process this file through TeX and print the
43 results, provided the printed document carries copying permission notice
44 identical to this one except for the removal of this paragraph (this
45 paragraph not being relevant to the printed manual).
46
47 @end ignore
48 Permission is granted to copy and distribute modified versions of this
49 manual under the conditions for verbatim copying, provided that the
50 entire resulting derived work is distributed under the terms of a
51 permission notice identical to this one.
52
53 Permission is granted to copy and distribute translations of this
54 manual into another language, under the above condition for modified 
55 versions, except that this permission notice may be stated in a 
56 translation approved by the Free Software Foundation.
57 @end ifinfo
58
59 @titlepage
60 @title PSPP
61 @subtitle A System for Statistical Analysis
62 @subtitle Edition @value{EDITION}, for PSPP version @value{VERSION}
63 @author by Ben Pfaff
64
65 @page
66 @vskip 0pt plus 1filll
67
68 PSPP Copyright @copyright{} 1997, 1998 Free Software Foundation, Inc.
69
70 Permission is granted to make and distribute verbatim copies of this
71 manual provided the copyright notice and this permission notice are
72 preserved on all copies.
73
74 Permission is granted to copy and distribute modified versions of this
75 manual under the conditions for verbatim copying, provided that the
76 entire derived work is distributed under the terms of a permission
77 notice identical to this one.
78
79 Permission is granted to copy and distribute translations of this manual
80 into another language, under the above conditions for modified versions,
81 except that this permission notice may be stated in a translation
82 approved by the Foundation.
83 @end titlepage
84
85 @contents
86
87 @node Top, Introduction, (dir), (dir)
88 @ifinfo
89 @top PSPP
90
91 This file documents the PSPP package for statistical analysis of sampled
92 data.  This is edition @value{EDITION}, for PSPP version
93 @value{VERSION}, last modified at @value{TIMESTAMP}.
94
95 @end ifinfo
96
97 @menu
98 * Introduction::                Description of the package.
99 * License::                     Your rights and obligations.
100 * Credits::                     Acknowledgement of authors.
101
102 * Invocation::                  Starting and running PSPP.
103 * Language::                    Basics of the PSPP command language.
104 * Expressions::                 Numeric and string expression syntax.
105
106 * Data Input and Output::       Reading data from user files.
107 * System and Portable Files::   Dealing with system & portable files.
108 * Variable Attributes::         Adjusting and examining variables.
109 * Data Manipulation::           Simple operations on data.
110 * Data Selection::              Select certain cases for analysis.
111 * Conditionals and Looping::    Doing things many times or not at all.
112 * Statistics::                  Basic statistical procedures.
113 * Utilities::                   Other commands.
114
115 * Not Implemented::             What's not here yet
116 * Bugs::                        Known problems; submitting bug reports.
117
118 * Function Index::              Index of PSPP functions for expressions.
119 * Command Index::               Index of PSPP procedures.
120 * Concept Index::               Index of concepts.
121
122 * Installation::                How to compile and install PSPP.
123 * Configuration::               Configuring PSPP.
124
125 * Portable File Format::        Format of PSPP portable files.
126 * Data File Format::            Format of PSPP system files.
127 * q2c Input Format::            Format of syntax accepted by q2c.
128 @end menu
129
130 @include introduction.texi
131 @include license.texi
132 @include credits.texi
133
134 @include invoking.texi
135 @include language.texi
136 @include expressions.texi
137 @include data-io.texi
138 @include files.texi
139 @include variables.texi
140 @include transformation.texi
141 @include data-selection.texi
142 @include flow-control.texi
143 @include statistics.texi
144 @include utilities.texi
145 @include not-implemented.texi
146 @include bugs.texi
147
148 @include function-index.texi
149 @include command-index.texi
150 @include concept-index.texi
151
152 @include installing.texi
153 @include configuring.texi
154
155 @include portable-file-format.texi
156 @include data-file-format.texi
157 @include q2c.texi
158
159 @bye
160
161 @c Local Variables:
162 @c use (texinfo-multiple-files-update "pspp.texinfo")  in emacs to keep these files consistent
163 @c compile-command: "makeinfo pspp.texi"
164 @c End: