Clean up output subsystem.
[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 @include version.texi
10
11 @macro cmd{CMDNAME}
12 \CMDNAME\
13 @end macro
14
15 @iftex
16 @finalout
17 @end iftex
18
19 @dircategory Math
20 @direntry
21 * PSPP: (pspp).             Statistical analysis package.
22 @end direntry
23
24 @copying
25 This manual is for GNU PSPP version @value{VERSION},
26 software for statistical analysis.
27
28 Copyright @copyright{} 1997, 1998, 2004, 2005 Free Software Foundation, Inc.
29
30 @quotation
31 Permission is granted to copy, distribute and/or modify this document
32 under the terms of the GNU Free Documentation License, Version 1.1 or
33 any later version published by the Free Software Foundation; with no
34 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
35 and with the Back-Cover Texts as in (a) below.  A copy of the
36 license is included in the section entitled ``GNU Free Documentation
37 License.''
38
39 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
40 this GNU Manual, like GNU software.  Copies published by the Free
41 Software Foundation raise funds for GNU development.''
42 @end quotation
43 @end copying
44
45 @titlepage
46 @title GNU PSPP
47 @subtitle A System for Statistical Analysis
48 @subtitle Edition @value{EDITION}, for PSPP version @value{VERSION}
49 @author Ben Pfaff
50 @page
51 @vskip 0pt plus 1filll
52 @insertcopying
53 @end titlepage
54
55 @contents
56
57
58 @ifnottex
59 @node Top
60 @top GNU PSPP
61
62 @insertcopying
63 @end ifnottex
64
65 @menu
66 * Introduction::                Description of the package.
67 * License::                     Your rights and obligations.
68
69 * Invocation::                  Starting and running PSPP.
70 * Language::                    Basics of the PSPP command language.
71 * Expressions::                 Numeric and string expression syntax.
72
73 * Data Input and Output::       Reading data from user files.
74 * System and Portable Files::   Dealing with system & portable files.
75 * Variable Attributes::         Adjusting and examining variables.
76 * Data Manipulation::           Simple operations on data.
77 * Data Selection::              Select certain cases for analysis.
78 * Conditionals and Looping::    Doing things many times or not at all.
79 * Statistics::                  Basic statistical procedures.
80 * Utilities::                   Other commands.
81
82 * Not Implemented::             What's not here yet
83 * Bugs::                        Known problems; submitting bug reports.
84
85 * Function Index::              Index of PSPP functions for expressions.
86 * Command Index::               Index of PSPP procedures.
87 * Concept Index::               Index of concepts.
88
89 * Configuration::               Configuring PSPP.
90
91 * Portable File Format::        Format of PSPP portable files.
92 * Data File Format::            Format of PSPP system files.
93 * q2c Input Format::            Format of syntax accepted by q2c.
94
95 * GNU Free Documentation License:: License for copying this manual.
96 @end menu
97
98 @include introduction.texi
99 @include license.texi
100
101 @include invoking.texi
102 @include language.texi
103 @include expressions.texi
104 @include data-io.texi
105 @include files.texi
106 @include variables.texi
107 @include transformation.texi
108 @include data-selection.texi
109 @include flow-control.texi
110 @include statistics.texi
111 @include utilities.texi
112 @include not-implemented.texi
113 @include bugs.texi
114
115 @include function-index.texi
116 @include command-index.texi
117 @include concept-index.texi
118
119 @include configuring.texi
120
121 @include portable-file-format.texi
122 @include data-file-format.texi
123 @include q2c.texi
124
125 @include fdl.texi
126
127 @bye
128
129 @c Local Variables:
130 @c use (texinfo-multiple-files-update "pspp.texinfo")  in emacs to keep these files consistent
131 @c compile-command: "makeinfo pspp.texi"
132 @c End: