Documentation: Add a @pspp macro
[pspp] / 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 @c Use this macro to refer to PSPP itself .  Not when giving a shell command line example.
23 @macro pspp
24 PSPP
25 @end macro
26
27
28 @ifset MISSING_CLICKSEQUENCE
29 @alias clicksequence = asis
30 @macro click {}
31 ->
32 @end macro
33 @end ifset
34
35 @iftex
36 @finalout
37 @end iftex
38
39 @dircategory Math
40 @direntry
41 * PSPP: (pspp).             Statistical analysis package.
42 * PSPPIRE: (pspp).          Graphical user interface to @pspp{}.
43 @end direntry
44
45 @copying
46 This manual is for GNU PSPP version @value{VERSION},
47 software for statistical analysis.
48
49 Copyright @copyright{} 1997, 1998, 2004, 2005, 2009 Free Software Foundation, Inc.
50
51 @quotation
52 Permission is granted to copy, distribute and/or modify this document
53 under the terms of the GNU Free Documentation License, Version 1.3
54 or any later version published by the Free Software Foundation;
55 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
56 A copy of the license is included in the section entitled "GNU
57 Free Documentation License".
58 @end quotation
59 @end copying
60
61 @titlepage
62 @title PSPP Users Guide
63 @subtitle GNU PSPP Statistical Analysis Software
64 @subtitle Release @value{VERSION}
65 @page
66 @vskip 0pt plus 1filll
67 @insertcopying
68 @end titlepage
69
70 @c @chapheading Acknowledgements
71 The authors wish to thank Network Theory Ltd 
72 @url{http://www.network-theory.co.uk}
73 for their financial support 
74 in the production of this manual.
75
76
77 @contents
78
79
80 @ifnottex
81 @node Top
82 @top GNU PSPP
83
84 @insertcopying
85 @end ifnottex
86
87 @menu
88 * Introduction::                Description of the package.
89 * License::                     Your rights and obligations.
90
91 * Invoking PSPP::               Starting the PSPP text-based interface.
92 * Invoking PSPPIRE::            Starting the PSPP graphical user interface.
93 * Using PSPP::                  How to use PSPP --- A brief tutorial.
94 * Language::                    Basics of the PSPP command language.
95 * Expressions::                 Numeric and string expression syntax.
96
97 * Data Input and Output::       Reading data from user files.
98 * System and Portable File IO:: Reading and writing system & portable files.
99 * Combining Data Files::        Combining data from multiple files.
100 * Variable Attributes::         Adjusting and examining variables.
101 * Data Manipulation::           Simple operations on data.
102 * Data Selection::              Select certain cases for analysis.
103 * Conditionals and Looping::    Doing things many times or not at all.
104 * Statistics::                  Basic statistical procedures.
105 * Utilities::                   Other commands.
106
107 * Not Implemented::             What's not here yet
108 * Bugs::                        Known problems; submitting bug reports.
109
110 * Function Index::              Index of PSPP functions for expressions.
111 * Command Index::               Index of PSPP procedures.
112 * Concept Index::               Index of concepts.
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 fdl.texi
141
142 @bye
143
144 @c Local Variables:
145 @c use (texinfo-multiple-files-update "pspp.texinfo")  in emacs to keep these files consistent
146 @c compile-command: "makeinfo pspp.texinfo"
147 @c End: