X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp.texinfo;h=ae3db342b9bdf27c4d682f7980d01b096090685e;hb=f51ecb48027e6b1eb46840ae25888a25b429f012;hp=f4d1dc7c3070a80b414adb5d117fe268c66960a0;hpb=8444d8d47de5e5f8d076b6f43f73c2c29494031e;p=pspp-builds.git diff --git a/doc/pspp.texinfo b/doc/pspp.texinfo index f4d1dc7c..ae3db342 100644 --- a/doc/pspp.texinfo +++ b/doc/pspp.texinfo @@ -6,12 +6,26 @@ @c @setchapternewpage odd @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 @@ -19,13 +33,14 @@ @dircategory Math @direntry * PSPP: (pspp). Statistical analysis package. +* PSPPIRE: (pspp). Graphical user interface to PSPP. @end direntry @copying This manual is for GNU PSPP version @value{VERSION}, software for statistical analysis. -Copyright @copyright{} 1997, 1998, 2004, 2005 Free Software Foundation, Inc. +Copyright @copyright{} 1997, 1998, 2004, 2005, 2009 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -36,22 +51,28 @@ 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.'' -(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify -this GNU Manual, like GNU software. Copies published by the Free -Software Foundation raise funds for GNU development.'' +(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 GNU PSPP -@subtitle A System for Statistical Analysis -@subtitle Edition @value{EDITION}, for PSPP version @value{VERSION} -@author 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 +@c @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. + + @contents @@ -66,12 +87,15 @@ Software Foundation raise funds for GNU development.'' * Introduction:: Description of the package. * License:: Your rights and obligations. -* Invocation:: Starting and running PSPP. +* Invoking PSPP:: Starting the PSPP text-based interface. +* Invoking PSPPIRE:: Starting the PSPP graphical user interface. +* 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. @@ -86,12 +110,6 @@ Software Foundation raise funds for GNU development.'' * Command Index:: Index of PSPP procedures. * Concept Index:: Index of concepts. -* 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 @@ -99,10 +117,12 @@ Software Foundation raise funds for GNU development.'' @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 @@ -116,17 +136,11 @@ Software Foundation raise funds for GNU development.'' @include command-index.texi @include concept-index.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: