X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=doc%2Fpspp.texinfo;h=562b328dbab3bb595574c9ee804d66703dc1d407;hp=01dcd26eeda6a19f128cd7340aed7e066c32c806;hb=HEAD;hpb=05e356b2a3087e819ef3b5388e29c822f41502e1 diff --git a/doc/pspp.texinfo b/doc/pspp.texinfo index 01dcd26e..562b328d 100644 --- a/doc/pspp.texinfo +++ b/doc/pspp.texinfo @@ -7,10 +7,25 @@ @c %**end of header +@macro note{param1} +@quotation +@strong{Please note:} \param1\ +@end quotation +@end macro + +@include version.texi + @macro cmd{CMDNAME} \CMDNAME\ @end macro +@ifset MISSING_CLICKSEQUENCE +@alias clicksequence = asis +@macro click {} +-> +@end macro +@end ifset + @iftex @finalout @end iftex @@ -20,90 +35,66 @@ * PSPP: (pspp). Statistical analysis package. @end direntry -@ifinfo -PSPP, for statistical analysis of sampled data, by Ben Pfaff. - -This file documents PSPP, a statistical package for analysis of -sampled data that uses a command language compatible with SPSS. - -Copyright (C) 1996-9, 2000 Free Software Foundation, Inc. - -This version of the PSPP documentation is consistent with version 2 of -``texinfo.tex''. +@copying +This manual is for GNU PSPP version @value{VERSION}, +software for statistical analysis. -Permission is granted to make and distribute verbatim copies of this -manual provided the copyright notice and this permission notice are -preserved on all copies. +Copyright @copyright{} 1997, 1998, 2004, 2005, 2009 Free Software Foundation, Inc. -@ignore -Permission is granted to process this file through TeX and print the -results, provided the printed document carries copying permission notice -identical to this one except for the removal of this paragraph (this -paragraph not being relevant to the printed manual). +@quotation +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.1 or +any later version published by the Free Software Foundation; with no +Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,'' +and with the Back-Cover Texts as in (a) below. A copy of the +license is included in the section entitled ``GNU Free Documentation +License.'' -@end ignore -Permission is granted to copy and distribute modified versions of this -manual under the conditions for verbatim copying, provided that the -entire resulting derived work is distributed under the terms of a -permission notice identical to this one. - -Permission is granted to copy and distribute translations of this -manual into another language, under the above condition for modified -versions, except that this permission notice may be stated in a -translation approved by the Free Software Foundation. -@end ifinfo - -@include version.texi +(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and +modify this GNU manual.'' +@end quotation +@end copying @titlepage -@title PSPP -@subtitle A System for Statistical Analysis -@subtitle Edition @value{EDITION}, for PSPP version @value{VERSION} -@author by Ben Pfaff - +@title PSPP Users Guide +@subtitle GNU PSPP Statistical Analysis Software +@subtitle Release @value{VERSION} +@author @page @vskip 0pt plus 1filll +@insertcopying +@end titlepage -PSPP Copyright @copyright{} 1997, 1998 Free Software Foundation, Inc. - -Permission is granted to make and distribute verbatim copies of this -manual provided the copyright notice and this permission notice are -preserved on all copies. - -Permission is granted to copy and distribute modified versions of this -manual under the conditions for verbatim copying, provided that the -entire derived work is distributed under the terms of a permission -notice identical to this one. +@chapheading Acknowledgements +The authors wish to thank +Network Theory Ltd +@url{http://www.network-theory.co.uk} +for their financial support +in the production of this manual. -Permission is granted to copy and distribute translations of this manual -into another language, under the above conditions for modified versions, -except that this permission notice may be stated in a translation -approved by the Foundation. -@end titlepage @contents -@node Top, Introduction, (dir), (dir) -@ifinfo -@top PSPP - -This file documents the PSPP package for statistical analysis of sampled -data. This is edition @value{EDITION}, for PSPP version -@value{VERSION}, last modified on @value{UPDATED}. +@ifnottex +@node Top +@top GNU PSPP -@end ifinfo +@insertcopying +@end ifnottex @menu * Introduction:: Description of the package. * License:: Your rights and obligations. * Invocation:: Starting and running PSPP. +* Using PSPP:: How to use PSPP --- A brief tutorial. * Language:: Basics of the PSPP command language. * Expressions:: Numeric and string expression syntax. * Data Input and Output:: Reading data from user files. -* System and Portable Files:: Dealing with system & portable files. +* System and Portable File IO:: Reading and writing system & portable files. +* Combining Data Files:: Combining data from multiple files. * Variable Attributes:: Adjusting and examining variables. * Data Manipulation:: Simple operations on data. * Data Selection:: Select certain cases for analysis. @@ -118,22 +109,21 @@ data. This is edition @value{EDITION}, for PSPP version * Command Index:: Index of PSPP procedures. * Concept Index:: Index of concepts. -* Installation:: How to compile and install PSPP. * Configuration:: Configuring PSPP. -* Portable File Format:: Format of PSPP portable files. -* Data File Format:: Format of PSPP system files. -* q2c Input Format:: Format of syntax accepted by q2c. +* GNU Free Documentation License:: License for copying this manual. @end menu @include introduction.texi @include license.texi @include invoking.texi +@include tutorial.texi @include language.texi @include expressions.texi @include data-io.texi @include files.texi +@include combining.texi @include variables.texi @include transformation.texi @include data-selection.texi @@ -147,16 +137,13 @@ data. This is edition @value{EDITION}, for PSPP version @include command-index.texi @include concept-index.texi -@include installing.texi @include configuring.texi -@include portable-file-format.texi -@include data-file-format.texi -@include q2c.texi +@include fdl.texi @bye @c Local Variables: @c use (texinfo-multiple-files-update "pspp.texinfo") in emacs to keep these files consistent -@c compile-command: "makeinfo pspp.texi" +@c compile-command: "makeinfo pspp.texinfo" @c End: