Fix fault XML in documentation.
[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 @c @chapheading Acknowledgements
69 The authors wish to thank Network Theory Ltd 
70 @url{http://www.network-theory.co.uk}
71 for their financial support 
72 in the production of this manual.
73
74
75 @contents
76
77
78 @ifnottex
79 @node Top
80 @top GNU PSPP
81
82 @insertcopying
83 @end ifnottex
84
85 @menu
86 * Introduction::                Description of the package.
87 * License::                     Your rights and obligations.
88
89 * Invocation::                  Starting and running PSPP.
90 * Using PSPP::                  How to use PSPP --- A brief tutorial.
91 * Language::                    Basics of the PSPP command language.
92 * Expressions::                 Numeric and string expression syntax.
93
94 * Data Input and Output::       Reading data from user files.
95 * System and Portable File IO:: Reading and writing system & portable files.
96 * Combining Data Files::        Combining data from multiple files.
97 * Variable Attributes::         Adjusting and examining variables.
98 * Data Manipulation::           Simple operations on data.
99 * Data Selection::              Select certain cases for analysis.
100 * Conditionals and Looping::    Doing things many times or not at all.
101 * Statistics::                  Basic statistical procedures.
102 * Utilities::                   Other commands.
103
104 * Not Implemented::             What's not here yet
105 * Bugs::                        Known problems; submitting bug reports.
106
107 * Function Index::              Index of PSPP functions for expressions.
108 * Command Index::               Index of PSPP procedures.
109 * Concept Index::               Index of concepts.
110
111 * Configuration::               Configuring PSPP.
112
113 * GNU Free Documentation License:: License for copying this manual.
114 @end menu
115
116 @include introduction.texi
117 @include license.texi
118
119 @include invoking.texi
120 @include tutorial.texi
121 @include language.texi
122 @include expressions.texi
123 @include data-io.texi
124 @include files.texi
125 @include combining.texi
126 @include variables.texi
127 @include transformation.texi
128 @include data-selection.texi
129 @include flow-control.texi
130 @include statistics.texi
131 @include utilities.texi
132 @include not-implemented.texi
133 @include bugs.texi
134
135 @include function-index.texi
136 @include command-index.texi
137 @include concept-index.texi
138
139 @include configuring.texi
140
141 @include fdl.texi
142
143 @bye
144
145 @c Local Variables:
146 @c use (texinfo-multiple-files-update "pspp.texinfo")  in emacs to keep these files consistent
147 @c compile-command: "makeinfo pspp.texinfo"
148 @c End: