doc: Add .png output to the Info manual.
[pspp] / doc / pspp.texi
1 \input texinfo @c -*- texinfo -*-
2 @c PSPP - a program for statistical analysis.
3 @c Copyright (C) 2017, 2019, 2020 Free Software Foundation, Inc.
4 @c Permission is granted to copy, distribute and/or modify this document
5 @c under the terms of the GNU Free Documentation License, Version 1.3
6 @c or any later version published by the Free Software Foundation;
7 @c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
8 @c A copy of the license is included in the section entitled "GNU
9 @c Free Documentation License".
10
11 @c %**start of header
12 @setfilename pspp.info
13 @settitle PSPP
14 @c For double-sided printing, uncomment:
15 @c @setchapternewpage odd
16 @c %**end of header
17
18 @macro gui
19 graphic user interface
20 @end macro
21
22 @macro psppsyntax{FILE}
23 @html
24 <div class="pspp-syntax">
25 @end html
26 @cartouche
27 @smallexample
28 @verbatiminclude pspp-figures/\FILE\
29 @end smallexample
30 @end cartouche
31 @html
32 </div>
33 @end html
34 @end macro
35
36 @macro psppimage{FILE}
37 @cartouche
38 @ifhtml
39 @image{screenshots/\FILE\-ad} @c Adwaita theme is better for web pages.
40 @end ifhtml
41 @iftex
42 @image{screenshots/\FILE\-hc,433.62pt} @c High Contrast theme, width \\the\\hsize
43 @end iftex
44 @ifinfo
45 @image{screenshots/\FILE\-ad} @c Adwaita theme for stand aloneinfo
46 @end ifinfo
47 @end cartouche
48 @end macro
49
50 @macro psppoutput{FILE}
51 @c Use @image for Info and for plaintext output.
52 @ifinfo
53
54 @noindent @image{pspp-figures/\FILE\}
55
56 @end ifinfo
57 @ifplaintext
58
59 @noindent @image{pspp-figures/\FILE\}
60
61 @end ifplaintext
62 @c Use HTML for HTML output.
63 @ifhtml
64 @cartouche
65 @html
66
67 <div class="pspp">
68 @include pspp-figures/\FILE\.html
69 </div>
70
71 @end html
72 @end cartouche
73 @end ifhtml
74 @c Use the Texi-fied version of the plaintext output for other output formats.
75 @c Some of these could do better, but we have not yet implemented it.
76 @ifnotinfo
77 @ifnotplaintext
78 @ifnothtml
79 @include pspp-figures/\FILE\.texi
80 @end ifnothtml
81 @end ifnotplaintext
82 @end ifnotinfo
83 @end macro
84
85 @macro note{param1}
86 @quotation
87 @strong{Please note:} \param1\
88 @end quotation
89 @end macro
90
91 @c A macro to indicate variable names used in examples.
92 @c NOT metasyntactical variables - for that use @var
93 @macro exvar{VAR}
94 @b{\VAR\}
95 @end macro
96
97 @include version.texi
98
99 @c This macro should be used for marking command names.  For the purposes of markup,
100 @c  no distinction is made between ``commands'' and ``procedures''.
101 @macro cmd{CMDNAME}
102 @code{\CMDNAME\}
103 @end macro
104
105 @c This macro is used for fragments of command syntax that are not in themselves command names.
106 @c It does not necessarily have to be a subcommand.
107 @macro subcmd{CMDNAME}
108 @code{\CMDNAME\}
109 @end macro
110
111 @c Use this macro to refer to PSPP itself .  Not when giving a shell command line example.
112 @macro pspp
113 @sc{pspp}
114 @end macro
115
116
117 @ifset MISSING_CLICKSEQUENCE
118 @alias clicksequence = asis
119 @macro click {}
120 ->
121 @end macro
122 @end ifset
123
124 @iftex
125 @finalout
126 @end iftex
127
128 @dircategory Math
129 @direntry
130 * PSPP: (pspp).             Statistical analysis package.
131 * PSPPIRE: (pspp).          Graphical user interface to @pspp{}.
132 @end direntry
133
134 @copying
135 This manual is for GNU PSPP version @value{VERSION},
136 software for statistical analysis.
137
138 Copyright @copyright{} 1997, 1998, 2004, 2005, 2009, 2012, 2013, 2014, 2016, 2019, 2020 Free Software Foundation, Inc.
139
140 @quotation
141 Permission is granted to copy, distribute and/or modify this document
142 under the terms of the GNU Free Documentation License, Version 1.3
143 or any later version published by the Free Software Foundation;
144 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
145 A copy of the license is included in the section entitled "GNU
146 Free Documentation License".
147 @end quotation
148 @end copying
149
150 @titlepage
151 @title PSPP Users' Guide
152 @subtitle GNU PSPP Statistical Analysis Software
153 @subtitle Release @value{VERSION}
154 @page
155 @vskip 0pt plus 1filll
156 @insertcopying
157 @end titlepage
158
159 @contents
160
161
162 @ifnottex
163 @node Top
164 @top GNU PSPP
165
166 @insertcopying
167 @end ifnottex
168
169 @menu
170 * Introduction::                Description of the package.
171 * License::                     Your rights and obligations.
172
173 * Invoking PSPP::               Starting the PSPP text-based interface.
174 * Invoking PSPPIRE::            Starting the PSPP graphical user interface.
175 * Using PSPP::                  How to use PSPP --- A brief tutorial.
176 * Language::                    Basics of the PSPP command language.
177 * Expressions::                 Numeric and string expression syntax.
178
179 * Data Input and Output::       Reading data from user files.
180 * System and Portable File IO:: Reading and writing system & portable files.
181 * Combining Data Files::        Combining data from multiple files.
182 * Manipulating Variables::      Adjusting and examining variables.
183 * Data Manipulation::           Simple operations on data.
184 * Data Selection::              Select certain cases for analysis.
185 * Conditionals and Looping::    Doing things many times or not at all.
186 * Statistics::                  Basic statistical procedures.
187 * Utilities::                   Other commands.
188
189 * Invoking pspp-convert::       Utility for converting among file formats.
190 * Invoking pspp-output::        Utility for working with viewer (SPV) files.
191 * Invoking pspp-dump-sav::      Utility for examining raw .sav files.
192 * Not Implemented::             What's not here yet
193 * Bugs::                        Known problems; submitting bug reports.
194
195 * Function Index::              Index of PSPP functions for expressions.
196 * Command Index::               Index of PSPP procedures.
197 * Concept Index::               Index of concepts.
198
199 * GNU Free Documentation License:: License for copying this manual.
200 @end menu
201
202 @include introduction.texi
203 @include license.texi
204
205 @include invoking.texi
206 @include tutorial.texi
207 @include language.texi
208 @include expressions.texi
209 @include data-io.texi
210 @include files.texi
211 @include combining.texi
212 @include variables.texi
213 @include transformation.texi
214 @include data-selection.texi
215 @include flow-control.texi
216 @include statistics.texi
217 @include utilities.texi
218
219 @include pspp-convert.texi
220 @include pspp-output.texi
221 @include pspp-dump-sav.texi
222 @include not-implemented.texi
223 @include bugs.texi
224
225 @include function-index.texi
226 @include command-index.texi
227 @include concept-index.texi
228
229 @include fdl.texi
230
231 @bye