[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] pspp/doc variables.texi utilities.texi transfor...
From: |
Ben Pfaff |
Subject: |
[Pspp-cvs] pspp/doc variables.texi utilities.texi transfor... |
Date: |
Wed, 06 Jun 2007 05:17:49 +0000 |
CVSROOT: /cvsroot/pspp
Module name: pspp
Changes by: Ben Pfaff <blp> 07/06/06 05:17:49
Modified files:
doc : variables.texi utilities.texi
transformation.texi statistics.texi
regression.texi q2c.texi
portable-file-format.texi not-implemented.texi
license.texi language.texi invoking.texi
introduction.texi installing.texi
function-index.texi flow-control.texi
files.texi fdl.texi expressions.texi
data-selection.texi data-io.texi
data-file-format.texi configuring.texi
concept-index.texi command-index.texi bugs.texi
ChangeLog
Log message:
Removed next, prev, up node names from @node lines, to make structural
changes to the manual easier. (These node names are not needed by
makeinfo.)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/variables.texi?cvsroot=pspp&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/utilities.texi?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/transformation.texi?cvsroot=pspp&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/statistics.texi?cvsroot=pspp&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/regression.texi?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/q2c.texi?cvsroot=pspp&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/portable-file-format.texi?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/not-implemented.texi?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/license.texi?cvsroot=pspp&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/language.texi?cvsroot=pspp&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/invoking.texi?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/introduction.texi?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/installing.texi?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/function-index.texi?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/flow-control.texi?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/files.texi?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/fdl.texi?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/expressions.texi?cvsroot=pspp&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/data-selection.texi?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/data-io.texi?cvsroot=pspp&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/data-file-format.texi?cvsroot=pspp&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/configuring.texi?cvsroot=pspp&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/concept-index.texi?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/command-index.texi?cvsroot=pspp&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/bugs.texi?cvsroot=pspp&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/ChangeLog?cvsroot=pspp&r1=1.45&r2=1.46
Patches:
Index: variables.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/variables.texi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- variables.texi 9 Feb 2007 05:28:21 -0000 1.8
+++ variables.texi 6 Jun 2007 05:17:47 -0000 1.9
@@ -1,4 +1,4 @@
address@hidden Variable Attributes, Data Manipulation, System and Portable
Files, Top
address@hidden Variable Attributes
@chapter Manipulating variables
The variables in the active file dictionary are important. There are
@@ -26,7 +26,7 @@
* WRITE FORMATS:: Set variable write formats.
@end menu
address@hidden ADD VALUE LABELS, DELETE VARIABLES, Variable Attributes,
Variable Attributes
address@hidden ADD VALUE LABELS
@section ADD VALUE LABELS
@vindex ADD VALUE LABELS
@@ -39,7 +39,7 @@
LABELS} (@pxref{VALUE LABELS}), but it does not clear value
labels from the variables before adding the ones specified.
address@hidden DELETE VARIABLES, DISPLAY, ADD VALUE LABELS, Variable Attributes
address@hidden DELETE VARIABLES
@section DELETE VARIABLES
@vindex DELETE VARIABLES
@@ -56,7 +56,7 @@
causes the data to be read. If it is used while @cmd{TEMPORARY} is in
effect, it causes the temporary transformations to become permanent.
address@hidden DISPLAY, DISPLAY VECTORS, DELETE VARIABLES, Variable Attributes
address@hidden DISPLAY
@section DISPLAY
@vindex DISPLAY
@@ -99,7 +99,7 @@
order based on their names; otherwise, they are displayed in the order
that they occur in the active file dictionary.
address@hidden DISPLAY VECTORS, FORMATS, DISPLAY, Variable Attributes
address@hidden DISPLAY VECTORS
@section DISPLAY VECTORS
@vindex DISPLAY VECTORS
@@ -109,7 +109,7 @@
@cmd{DISPLAY VECTORS} lists all the currently declared vectors.
address@hidden FORMATS, LEAVE, DISPLAY VECTORS, Variable Attributes
address@hidden FORMATS
@section FORMATS
@vindex FORMATS
@@ -131,7 +131,7 @@
@cmd{FORMATS} takes effect immediately. It is not affected by
conditional and looping structures such as @cmd{DO IF} or @cmd{LOOP}.
address@hidden LEAVE, MISSING VALUES, FORMATS, Variable Attributes
address@hidden LEAVE
@section LEAVE
@vindex LEAVE
@@ -180,7 +180,7 @@
certain transformations---for instance, @cmd{COMPUTE} and @cmd{IF}.
Left status is also reset by all procedure invocations.
address@hidden MISSING VALUES, MODIFY VARS, LEAVE, Variable Attributes
address@hidden MISSING VALUES
@section MISSING VALUES
@vindex MISSING VALUES
@@ -214,7 +214,7 @@
affected by conditional and looping constructs such as @cmd{DO IF} or
@cmd{LOOP}.
address@hidden MODIFY VARS, NUMERIC, MISSING VALUES, Variable Attributes
address@hidden MODIFY VARS
@section MODIFY VARS
@vindex MODIFY VARS
@@ -261,7 +261,7 @@
@cmd{MODIFY VARS} may not be specified following @cmd{TEMPORARY}
(@pxref{TEMPORARY}).
address@hidden NUMERIC, PRINT FORMATS, MODIFY VARS, Variable Attributes
address@hidden NUMERIC
@section NUMERIC
@vindex NUMERIC
@@ -280,7 +280,7 @@
Variables created with @cmd{NUMERIC} are initialized to the
system-missing value.
address@hidden PRINT FORMATS, RENAME VARIABLES, NUMERIC, Variable Attributes
address@hidden PRINT FORMATS
@section PRINT FORMATS
@vindex PRINT FORMATS
@@ -294,7 +294,7 @@
Its syntax is identical to that of @cmd{FORMATS} (@pxref{FORMATS}),
but @cmd{PRINT FORMATS} sets only print formats, not write formats.
address@hidden RENAME VARIABLES, VALUE LABELS, PRINT FORMATS, Variable
Attributes
address@hidden RENAME VARIABLES
@section RENAME VARIABLES
@vindex RENAME VARIABLES
@@ -315,7 +315,7 @@
@cmd{RENAME VARIABLES} may not be specified following @cmd{TEMPORARY}
(@pxref{TEMPORARY}).
address@hidden VALUE LABELS, STRING, RENAME VARIABLES, Variable Attributes
address@hidden VALUE LABELS
@section VALUE LABELS
@vindex VALUE LABELS
@@ -338,7 +338,7 @@
(@pxref{ADD VALUE LABELS}) to add value labels without clearing those
already present.
address@hidden STRING, VARIABLE LABELS, VALUE LABELS, Variable Attributes
address@hidden STRING
@section STRING
@vindex STRING
@@ -357,7 +357,7 @@
Created variables are initialized to spaces.
address@hidden VARIABLE LABELS, VARIABLE ALIGNMENT, STRING, Variable Attributes
address@hidden VARIABLE LABELS
@section VARIABLE LABELS
@vindex VARIABLE LABELS
@@ -381,7 +381,7 @@
preceed the subsequent variable list with a slash (@samp{/}).
address@hidden VARIABLE ALIGNMENT, VARIABLE WIDTH, VARIABLE LABELS, Variable
Attributes
address@hidden VARIABLE ALIGNMENT
@comment node-name, next, previous, u
@section VARIABLE ALIGNMENT
@vindex VARIABLE ALIGNMENT
@@ -403,7 +403,7 @@
address@hidden VARIABLE WIDTH, VARIABLE LEVEL, VARIABLE ALIGNMENT, Variable
Attributes
address@hidden VARIABLE WIDTH
@comment node-name, next, previous, up
@section VARIABLE WIDTH
@vindex VARIABLE WIDTH
@@ -422,7 +422,7 @@
the display of variables in the PSPP output.
address@hidden VARIABLE LEVEL, VECTOR, VARIABLE WIDTH, Variable Attributes
address@hidden VARIABLE LEVEL
@comment node-name, next, previous, up
@section VARIABLE LEVEL
@vindex VARIABLE LEVEL
@@ -440,7 +440,7 @@
Currently, this has no effect except for certain third party software.
address@hidden VECTOR, WRITE FORMATS, VARIABLE LEVEL, Variable Attributes
address@hidden VECTOR
@section VECTOR
@vindex VECTOR
@@ -476,7 +476,7 @@
Variables within a vector may be referenced in expressions using
@code{vector(index)} syntax.
address@hidden WRITE FORMATS, , VECTOR, Variable Attributes
address@hidden WRITE FORMATS
@section WRITE FORMATS
@vindex WRITE FORMATS
Index: utilities.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/utilities.texi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- utilities.texi 3 May 2007 10:15:26 -0000 1.13
+++ utilities.texi 6 Jun 2007 05:17:48 -0000 1.14
@@ -1,4 +1,4 @@
address@hidden Utilities, Not Implemented, Statistics, Top
address@hidden Utilities
@chapter Utilities
Commands that don't fit any other category are placed here.
@@ -51,7 +51,7 @@
address@hidden COMMENT, DOCUMENT, ADD DOCUMENT, Utilities
address@hidden COMMENT
@section COMMENT
@vindex COMMENT
@vindex *
@@ -70,7 +70,7 @@
address@hidden DOCUMENT, DISPLAY DOCUMENTS, COMMENT, Utilities
address@hidden DOCUMENT
@section DOCUMENT
@vindex DOCUMENT
@@ -91,7 +91,7 @@
Lines are truncated at 80 bytes. Don't forget to terminate
the command with a dot or a blank line. @xref{ADD DOCUMENT}.
address@hidden DISPLAY DOCUMENTS, DISPLAY FILE LABEL, DOCUMENT, Utilities
address@hidden DISPLAY DOCUMENTS
@section DISPLAY DOCUMENTS
@vindex DISPLAY DOCUMENTS
@@ -103,7 +103,7 @@
document is preceded by a line giving the time and date that it was
added. @xref{DOCUMENT}.
address@hidden DISPLAY FILE LABEL, DROP DOCUMENTS, DISPLAY DOCUMENTS, Utilities
address@hidden DISPLAY FILE LABEL
@section DISPLAY FILE LABEL
@vindex DISPLAY FILE LABEL
@@ -117,7 +117,7 @@
This command is a PSPP extension.
address@hidden DROP DOCUMENTS, ECHO, DISPLAY FILE LABEL, Utilities
address@hidden DROP DOCUMENTS
@section DROP DOCUMENTS
@vindex DROP DOCUMENTS
@@ -131,7 +131,7 @@
@cmd{DROP DOCUMENTS} changes only the active file. It does not modify any
system files stored on disk.
address@hidden ECHO, ERASE, DROP DOCUMENTS, Utilities
address@hidden ECHO
@section ECHO
@vindex ECHO
@@ -141,7 +141,7 @@
Use @cmd{ECHO} to write arbitrary text to the output stream. The text should
be enclosed in quotation marks following the normal rules for string tokens
(@pxref{Tokens}).
address@hidden ERASE, EXECUTE, ECHO, Utilities
address@hidden ERASE
@comment node-name, next, previous, up
@section ERASE
@vindex ERASE
@@ -155,7 +155,7 @@
This command cannot be used if the SAFER setting is active.
address@hidden EXECUTE, FILE LABEL, ERASE, Utilities
address@hidden EXECUTE
@section EXECUTE
@vindex EXECUTE
@@ -166,7 +166,7 @@
@cmd{EXECUTE} causes the active file to be read and all pending
transformations to be executed.
address@hidden FILE LABEL, FINISH, EXECUTE, Utilities
address@hidden FILE LABEL
@section FILE LABEL
@vindex FILE LABEL
@@ -181,7 +181,7 @@
file_label need not be quoted. If quotes are
included, they become part of the file label.
address@hidden FINISH, HOST, FILE LABEL, Utilities
address@hidden FINISH
@section FINISH
@vindex FINISH
@@ -192,7 +192,7 @@
@cmd{FINISH} terminates the current PSPP session and returns
control to the operating system.
address@hidden HOST, INCLUDE, FINISH, Utilities
address@hidden HOST
@comment node-name, next, previous, up
@section HOST
@vindex HOST
@@ -206,7 +206,7 @@
This command cannot be used if the SAFER setting is active.
address@hidden INCLUDE, PERMISSIONS, HOST, Utilities
address@hidden INCLUDE
@section INCLUDE
@vindex INCLUDE
@vindex @@
@@ -224,7 +224,7 @@
Include files may be nested to any depth, up to the limit of available
memory.
address@hidden PERMISSIONS, SET, INCLUDE, Utilities
address@hidden PERMISSIONS
@comment node-name, next, previous, up
@section PERMISSIONS
@vindex PERMISSIONS
@@ -249,7 +249,7 @@
This command cannot be used if the SAFER setting is active.
address@hidden SET, SHOW, PERMISSIONS, Utilities
address@hidden SET
@section SET
@vindex SET
@@ -621,7 +621,7 @@
obvious security reasons.
@end table
address@hidden SHOW, SUBTITLE, SET, Utilities
address@hidden SHOW
@comment node-name, next, previous, up
@section SHOW
@vindex SHOW
@@ -670,7 +670,7 @@
Specifying @cmd{SHOW} without any subcommands is equivalent to SHOW ALL.
address@hidden SUBTITLE, TITLE, SHOW, Utilities
address@hidden SUBTITLE
@section SUBTITLE
@vindex SUBTITLE
@@ -688,7 +688,7 @@
not require quotes is now obsolete. If it is used then the subtitle is
converted to all uppercase.
address@hidden TITLE, , SUBTITLE, Utilities
address@hidden TITLE
@section TITLE
@vindex TITLE
Index: transformation.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/transformation.texi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- transformation.texi 31 Mar 2007 11:44:45 -0000 1.13
+++ transformation.texi 6 Jun 2007 05:17:48 -0000 1.14
@@ -1,4 +1,4 @@
address@hidden Data Manipulation, Data Selection, Variable Attributes, Top
address@hidden Data Manipulation
@chapter Data transformations
@cindex transformations
@@ -17,7 +17,7 @@
* SORT CASES:: Sort the active file.
@end menu
address@hidden AGGREGATE, AUTORECODE, Data Manipulation, Data Manipulation
address@hidden AGGREGATE
@section AGGREGATE
@vindex AGGREGATE
@@ -194,7 +194,7 @@
@cmd{AGGREGATE} both ignores and cancels the current @cmd{SPLIT FILE}
settings (@pxref{SPLIT FILE}).
address@hidden AUTORECODE, COMPUTE, AGGREGATE, Data Manipulation
address@hidden AUTORECODE
@section AUTORECODE
@vindex AUTORECODE
@@ -224,7 +224,7 @@
@cmd{AUTORECODE} is a procedure. It causes the data to be read.
address@hidden COMPUTE, COUNT, AUTORECODE, Data Manipulation
address@hidden COMPUTE
@section COMPUTE
@vindex COMPUTE
@@ -264,7 +264,7 @@
(@pxref{TEMPORARY}), the @cmd{LAG} function may not be used
(@pxref{LAG}).
address@hidden COUNT, FLIP, COMPUTE, Data Manipulation
address@hidden COUNT
@section COUNT
@vindex COUNT
@@ -368,7 +368,7 @@
@end example
@end enumerate
address@hidden FLIP, IF, COUNT, Data Manipulation
address@hidden FLIP
@section FLIP
@vindex FLIP
@@ -414,7 +414,7 @@
@cmd{TEMPORARY} (@pxref{TEMPORARY}), so that ``temporary''
transformations become permanent.
address@hidden IF, RECODE, FLIP, Data Manipulation
address@hidden IF
@section IF
@vindex IF
@@ -452,7 +452,7 @@
(@pxref{TEMPORARY}), the @cmd{LAG} function may not be used
(@pxref{LAG}).
address@hidden RECODE, SORT CASES, IF, Data Manipulation
address@hidden RECODE
@section RECODE
@vindex RECODE
@@ -520,7 +520,7 @@
Introduce additional recodings with a slash (@samp{/}) to
separate them from the previous recodings.
address@hidden SORT CASES, , RECODE, Data Manipulation
address@hidden SORT CASES
@section SORT CASES
@vindex SORT CASES
Index: statistics.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/statistics.texi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- statistics.texi 18 Feb 2007 19:17:39 -0000 1.15
+++ statistics.texi 6 Jun 2007 05:17:48 -0000 1.16
@@ -1,4 +1,4 @@
address@hidden Statistics, Utilities, Conditionals and Looping, Top
address@hidden Statistics
@chapter Statistics
This chapter documents the statistical procedures that PSPP supports so
@@ -16,7 +16,7 @@
* REGRESSION:: Linear regression.
@end menu
address@hidden DESCRIPTIVES, FREQUENCIES, Statistics, Statistics
address@hidden DESCRIPTIVES
@section DESCRIPTIVES
@vindex DESCRIPTIVES
@@ -106,7 +106,7 @@
and D settings request an ascending or descending sort order,
respectively.
address@hidden FREQUENCIES, EXAMINE, DESCRIPTIVES, Statistics
address@hidden FREQUENCIES
@section FREQUENCIES
@vindex FREQUENCIES
@@ -230,7 +230,7 @@
displayed slices to a given range of values. The MISSING keyword adds
slices for missing values.
address@hidden EXAMINE, CROSSTABS, FREQUENCIES, Statistics
address@hidden EXAMINE
@comment node-name, next, previous, up
@section EXAMINE
@vindex EXAMINE
@@ -305,7 +305,7 @@
large quantity of output.
address@hidden CROSSTABS, NPAR TESTS, EXAMINE, Statistics
address@hidden CROSSTABS
@section CROSSTABS
@vindex CROSSTABS
@@ -494,7 +494,7 @@
Fixes for any of these deficiencies would be welcomed.
address@hidden NPAR TESTS, T-TEST, CROSSTABS, Statistics
address@hidden NPAR TESTS
@section NPAR TESTS
@vindex NPAR TESTS
@@ -527,7 +527,7 @@
@end menu
address@hidden BINOMIAL, CHISQUARE, NPAR TESTS, NPAR TESTS
address@hidden BINOMIAL
@subsection Binomial test
@vindex BINOMIAL
@cindex binomial test
@@ -575,7 +575,7 @@
address@hidden CHISQUARE, , BINOMIAL, NPAR TESTS
address@hidden CHISQUARE
@subsection Chisquare test
@vindex CHISQUARE
@cindex chisquare test
@@ -604,7 +604,7 @@
are expected.
address@hidden T-TEST, ONEWAY, NPAR TESTS, Statistics
address@hidden T-TEST
@comment node-name, next, previous, up
@section T-TEST
@@ -670,7 +670,7 @@
* Paired Samples Mode:: Testing two interdependent groups for equal
mean
@end menu
address@hidden One Sample Mode, Independent Samples Mode, T-TEST, T-TEST
address@hidden One Sample Mode
@subsection One Sample Mode
The @cmd{TESTVAL} subcommand invokes the One Sample mode.
@@ -681,7 +681,7 @@
In this mode, you must also use the @cmd{/VARIABLES} subcommand to
tell PSPP which variables you wish to test.
address@hidden Independent Samples Mode, Paired Samples Mode, One Sample Mode,
T-TEST
address@hidden Independent Samples Mode
@comment node-name, next, previous, up
@subsection Independent Samples Mode
@@ -709,7 +709,7 @@
of whether @cmd{/MISSING=LISTWISE} was specified.
address@hidden Paired Samples Mode, , Independent Samples Mode, T-TEST
address@hidden Paired Samples Mode
@comment node-name, next, previous, up
@subsection Paired Samples Mode
@@ -730,7 +730,7 @@
@code{WITH} are generated.
address@hidden ONEWAY, RANK, T-TEST, Statistics
address@hidden ONEWAY
@comment node-name, next, previous, up
@section ONEWAY
@@ -780,7 +780,7 @@
to specify different contrast tests.
@setfilename ignored
address@hidden RANK, REGRESSION, ONEWAY, Statistics
address@hidden RANK
@comment node-name, next, previous, up
@section RANK
Index: regression.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/regression.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- regression.texi 28 Nov 2006 09:39:37 -0000 1.6
+++ regression.texi 6 Jun 2007 05:17:48 -0000 1.7
@@ -1,4 +1,4 @@
address@hidden REGRESSION, ,RANK, Statistics
address@hidden REGRESSION
@comment node-name, next, previous, up
@section REGRESSION
@@ -38,7 +38,7 @@
* Examples:: Using the REGRESSION procedure.
@end menu
address@hidden Syntax, Examples, , REGRESSION
address@hidden Syntax
@subsection Syntax
@vindex REGRESSION
@@ -99,7 +99,7 @@
program and use it as part of another program. This subcommand is a
PSPP extension.
address@hidden Examples, , Syntax, REGRESSION
address@hidden Examples
@subsection Examples
The following PSPP syntax will generate the default output, save the
predicted values and residuals to the active file, and save the
Index: q2c.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/q2c.texi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- q2c.texi 16 Apr 2007 03:59:32 -0000 1.6
+++ q2c.texi 6 Jun 2007 05:17:48 -0000 1.7
@@ -1,4 +1,4 @@
address@hidden q2c Input Format, GNU Free Documentation License, Data File
Format, Top
address@hidden q2c Input Format
@appendix @code{q2c} Input Format
PSPP statistical procedures have a bizarre and somewhat irregular
@@ -13,7 +13,7 @@
* Grammar Rules:: Syntax of the grammar rules.
@end menu
address@hidden Invoking q2c, q2c Input Structure, q2c Input Format, q2c Input
Format
address@hidden Invoking q2c
@section Invoking q2c
@example
@@ -25,7 +25,7 @@
output file name, respectively. @code{q2c} does not accept any
command-line options.
address@hidden q2c Input Structure, Grammar Rules, Invoking q2c, q2c Input
Format
address@hidden q2c Input Structure
@section @code{q2c} Input Structure
@code{q2c} input files are divided into two sections: the grammar rules
@@ -78,7 +78,7 @@
@code{string} are used in the grammar rules.
@end table
address@hidden Grammar Rules, , q2c Input Structure, q2c Input Format
address@hidden Grammar Rules
@section Grammar Rules
The grammar rules describe the format of the syntax that the parser
Index: portable-file-format.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/portable-file-format.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- portable-file-format.texi 25 Jul 2005 01:47:27 -0000 1.2
+++ portable-file-format.texi 6 Jun 2007 05:17:48 -0000 1.3
@@ -1,4 +1,4 @@
address@hidden Portable File Format, Data File Format, Configuration, Top
address@hidden Portable File Format
@appendix Portable File Format
These days, most computers use the same internal data formats for
@@ -25,7 +25,7 @@
* Portable File Data::
@end menu
address@hidden Portable File Characters, Portable File Structure, Portable File
Format, Portable File Format
address@hidden Portable File Characters
@section Portable File Characters
Portable files are arranged as a series of lines of exactly 80
@@ -45,7 +45,7 @@
because they are not an important part of understanding the file
contents.
address@hidden Portable File Structure, Portable File Header, Portable File
Characters, Portable File Format
address@hidden Portable File Structure
@section Portable File Structure
Every portable file consists of the following records, in sequence:
@@ -127,7 +127,7 @@
String fields take the form of a integer field having value @var{n},
followed by exactly @var{n} characters, which are the string content.
address@hidden Portable File Header, Version and Date Info Record, Portable
File Structure, Portable File Format
address@hidden Portable File Header
@section Portable File Header
Every portable file begins with a 464-byte header, consisting of a
@@ -304,7 +304,7 @@
in the portable file's character set, which can be used to verify that
the file is indeed a portable file.
address@hidden Version and Date Info Record, Identification Records, Portable
File Header, Portable File Format
address@hidden Version and Date Info Record
@section Version and Date Info Record
This record does not have a tag code. It has the following structure:
@@ -323,7 +323,7 @@
HHMMSS.
@end itemize
address@hidden Identification Records, Variable Count Record, Version and Date
Info Record, Portable File Format
address@hidden Identification Records
@section Identification Records
The product identification record has tag code @samp{1}. It consists of
@@ -338,7 +338,7 @@
optional. If present, it consists of a single string field giving
additional information on the product that wrote the portable file.
address@hidden Variable Count Record, Case Weight Variable Record,
Identification Records, Portable File Format
address@hidden Variable Count Record
@section Variable Count Record
The variable count record has tag code @samp{4}. It consists of two
@@ -346,7 +346,7 @@
dictionary. The purpose of the second is unknown; it contains the value
161 in all portable files examined so far.
address@hidden Case Weight Variable Record, Variable Records, Variable Count
Record, Portable File Format
address@hidden Case Weight Variable Record
@section Case Weight Variable Record
The case weight variable record is optional. If it is present, it
@@ -354,7 +354,7 @@
cases are unweighted. It has tag code @samp{6}. It consists of a
single string field that names the weighting variable.
address@hidden Variable Records, Value Label Records, Case Weight Variable
Record, Portable File Format
address@hidden Variable Records
@section Variable Records
Each variable record represents a single variable. Variable records
@@ -407,7 +407,7 @@
variable label record, which has tag code @samp{C}. A variable label
record has one field, the variable label itself (string).
address@hidden Value Label Records, Portable File Data, Variable Records,
Portable File Format
address@hidden Value Label Records
@section Value Label Records
Value label records have tag code @samp{D}. They have the following
@@ -431,7 +431,7 @@
appropriate to the variables, followed by a label (string).
@end itemize
address@hidden Portable File Data, , Value Label Records, Portable File Format
address@hidden Portable File Data
@section Portable File Data
The data record has tag code @samp{F}. There is only one tag for all
Index: not-implemented.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/not-implemented.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- not-implemented.texi 28 Nov 2006 09:39:37 -0000 1.5
+++ not-implemented.texi 6 Jun 2007 05:17:48 -0000 1.6
@@ -1,4 +1,4 @@
address@hidden Not Implemented, Bugs, Utilities, Top
address@hidden Not Implemented
@chapter Not Implemented
This chapter lists parts of the PSPP language that are not yet
Index: license.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/license.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- license.texi 28 Nov 2006 09:39:37 -0000 1.4
+++ license.texi 6 Jun 2007 05:17:48 -0000 1.5
@@ -1,4 +1,4 @@
address@hidden License, Invocation, Introduction, Top
address@hidden License
@chapter Your rights and obligations
@cindex license
@cindex licence
Index: language.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/language.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- language.texi 28 Nov 2006 09:39:37 -0000 1.10
+++ language.texi 6 Jun 2007 05:17:48 -0000 1.11
@@ -1,4 +1,4 @@
address@hidden Language, Expressions, Invocation, Top
address@hidden Language
@chapter The PSPP language
@cindex language, PSPP
@cindex PSPP, language
@@ -24,7 +24,7 @@
* BNF:: How command syntax is described.
@end menu
address@hidden Tokens, Commands, Language, Language
address@hidden Tokens
@section Tokens
@cindex language, lexical analysis
@cindex language, tokens
@@ -159,7 +159,7 @@
the default setting is in effect.
@end table
address@hidden Commands, Types of Commands, Tokens, Language
address@hidden Commands
@section Forming commands of tokens
@cindex PSPP, command structure
@@ -198,7 +198,7 @@
which allows for visual indentation of a command without that command
being considered part of the previous command.
address@hidden Types of Commands, Order of Commands, Commands, Language
address@hidden Types of Commands
@section Types of Commands
Commands in PSPP are divided roughly into six categories:
@@ -241,7 +241,7 @@
active file (the data) to be read.
@end table
address@hidden Order of Commands, Missing Observations, Types of Commands,
Language
address@hidden Order of Commands
@section Order of Commands
@cindex commands, ordering
@cindex order of commands
@@ -339,7 +339,7 @@
@end itemize
@end table
address@hidden Missing Observations, Variables, Order of Commands, Language
address@hidden Missing Observations
@section Handling missing observations
@cindex missing values
@cindex values, missing
@@ -369,7 +369,7 @@
documentation on individual procedures for information on how they
handle missing values.
address@hidden Variables, Files, Missing Observations, Language
address@hidden Variables
@section Variables
@cindex variables
@cindex dictionary
@@ -387,7 +387,7 @@
* Scratch Variables:: Variables deleted by procedures.
@end menu
address@hidden Attributes, System Variables, Variables, Variables
address@hidden Attributes
@subsection Attributes of Variables
@cindex variables, attributes of
@cindex attributes of variables
@@ -478,7 +478,7 @@
(@pxref{WRITE}).
@end table
address@hidden System Variables, Sets of Variables, Attributes, Variables
address@hidden System Variables
@subsection Variables Automatically Defined by PSPP
@cindex system variables
@cindex variables, system
@@ -522,7 +522,7 @@
Page width, in characters, in format F3.
@end table
address@hidden Sets of Variables, Input and Output Formats, System Variables,
Variables
address@hidden Sets of Variables
@subsection Lists of variable names
@cindex @code{TO} convention
@cindex convention, @code{TO}
@@ -551,7 +551,7 @@
another command with this method, the same set can be referenced on
later commands using the same syntax.
address@hidden Input and Output Formats, Scratch Variables, Sets of Variables,
Variables
address@hidden Input and Output Formats
@subsection Input and Output Formats
@cindex formats
@@ -1232,7 +1232,7 @@
input, uppercase and lowercase are both accepted. The default output
format is A format with half the input width.
address@hidden Scratch Variables, , Input and Output Formats, Variables
address@hidden Scratch Variables
@subsection Scratch Variables
@cindex scratch variables
Index: invoking.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/invoking.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- invoking.texi 22 Aug 2006 04:19:04 -0000 1.5
+++ invoking.texi 6 Jun 2007 05:17:48 -0000 1.6
@@ -1,4 +1,4 @@
address@hidden Invocation, Language, License, Top
address@hidden Invocation
@chapter Invoking PSPP
@cindex invocation
@cindex PSPP, invoking
@@ -25,7 +25,7 @@
* Informational options:: Helpful information about PSPP.
@end menu
address@hidden Non-option Arguments, Configuration Options, Invocation,
Invocation
address@hidden Non-option Arguments
@section Non-option Arguments
Syntax files and output device substitutions can be specified on
@@ -63,7 +63,7 @@
typing its name. You can include any options on the command line as
usual. PSPP entirely ignores any lines beginning with @samp{#!}.
address@hidden Configuration Options, Input and output options, Non-option
Arguments, Invocation
address@hidden Configuration Options
@section Configuration Options
Configuration options are used to change PSPP's configuration for the
@@ -94,7 +94,7 @@
option disables all devices besides those mentioned on the command line.
@end table
address@hidden Input and output options, Language control options,
Configuration Options, Invocation
address@hidden Input and output options
@section Input and output options
Input and output options affect how PSPP reads input and writes
@@ -139,7 +139,7 @@
check} and similar scripts.
@end table
address@hidden Language control options, Informational options, Input and
output options, Invocation
address@hidden Language control options
@section Language control options
Language control options control how PSPP syntax files are parsed and
@@ -180,7 +180,7 @@
HOST commands, as well as use of pipes as input and output files.
@end table
address@hidden Informational options, , Language control options, Invocation
address@hidden Informational options
@section Informational options
Informational options cause information about PSPP to be written to
Index: introduction.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/introduction.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- introduction.texi 30 Oct 2004 10:14:05 -0000 1.1
+++ introduction.texi 6 Jun 2007 05:17:48 -0000 1.2
@@ -1,4 +1,4 @@
address@hidden Introduction, License, Top, Top
address@hidden Introduction
@chapter Introduction
@cindex introduction
Index: installing.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/installing.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- installing.texi 3 Apr 2006 20:07:54 -0000 1.2
+++ installing.texi 6 Jun 2007 05:17:48 -0000 1.3
@@ -1,4 +1,4 @@
address@hidden Installation, Configuration, Concept Index, Top
address@hidden Installation
@appendix Installing PSPP
@cindex installation
@cindex PSPP, installing
Index: function-index.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/function-index.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- function-index.texi 30 Oct 2004 10:14:05 -0000 1.1
+++ function-index.texi 6 Jun 2007 05:17:48 -0000 1.2
@@ -1,4 +1,4 @@
address@hidden Function Index, Command Index, Bugs, Top
address@hidden Function Index
@chapter Function Index
@printindex fn
@setfilename ignored
Index: flow-control.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/flow-control.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- flow-control.texi 20 Dec 2006 16:09:44 -0000 1.5
+++ flow-control.texi 6 Jun 2007 05:17:48 -0000 1.6
@@ -1,4 +1,4 @@
address@hidden Conditionals and Looping, Statistics, Data Selection, Top
address@hidden Conditionals and Looping
@chapter Conditional and Looping Constructs
@cindex conditionals
@cindex loops
@@ -15,7 +15,7 @@
* LOOP:: Repeat a block of code.
@end menu
address@hidden BREAK, DO IF, Conditionals and Looping, Conditionals and Looping
address@hidden BREAK
@section BREAK
@vindex BREAK
@@ -29,7 +29,7 @@
@cmd{BREAK} is allowed only inside @address@hidden@cmd{END LOOP}.
@xref{LOOP}, for more details.
address@hidden DO IF, DO REPEAT, BREAK, Conditionals and Looping
address@hidden DO IF
@section DO IF
@vindex DO IF
@@ -59,7 +59,7 @@
(@pxref{TEMPORARY}), the @cmd{LAG} function may not be used
(@pxref{LAG}).
address@hidden DO REPEAT, LOOP, DO IF, Conditionals and Looping
address@hidden DO REPEAT
@section DO REPEAT
@vindex DO REPEAT
@@ -109,7 +109,7 @@
are made are printed to the listing file, prefixed by a plus sign
(@samp{+}).
address@hidden LOOP, , DO REPEAT, Conditionals and Looping
address@hidden LOOP
@section LOOP
@vindex LOOP
Index: files.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/files.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- files.texi 17 Apr 2006 02:13:12 -0000 1.7
+++ files.texi 6 Jun 2007 05:17:48 -0000 1.8
@@ -1,4 +1,4 @@
address@hidden System and Portable Files, Variable Attributes, Data Input and
Output, Top
address@hidden System and Portable Files
@chapter System Files and Portable Files
The commands in this chapter read, write, and examine system files and
@@ -378,7 +378,7 @@
@xref{EXPORT}, for more information.
address@hidden XSAVE, , XEXPORT, System and Portable Files
address@hidden XSAVE
@section XSAVE
@vindex XSAVE
Index: fdl.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/fdl.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- fdl.texi 9 May 2005 22:44:21 -0000 1.3
+++ fdl.texi 6 Jun 2007 05:17:48 -0000 1.4
@@ -1,4 +1,4 @@
address@hidden GNU Free Documentation License, , q2c Input Format, Top
address@hidden GNU Free Documentation License
@appendix GNU Free Documentation License
@cindex FDL, GNU Free Documentation License
Index: expressions.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/expressions.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- expressions.texi 16 Dec 2006 20:22:14 -0000 1.9
+++ expressions.texi 6 Jun 2007 05:17:48 -0000 1.10
@@ -1,4 +1,4 @@
address@hidden Expressions, Data Input and Output, Language, Top
address@hidden Expressions
@chapter Mathematical Expressions
@cindex expressions, mathematical
@cindex mathematical expressions
Index: data-selection.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/data-selection.texi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- data-selection.texi 6 May 2006 20:27:23 -0000 1.5
+++ data-selection.texi 6 Jun 2007 05:17:48 -0000 1.6
@@ -1,4 +1,4 @@
address@hidden Data Selection, Conditionals and Looping, Data Manipulation, Top
address@hidden Data Selection
@chapter Selecting data for analysis
This chapter documents PSPP commands that temporarily or permanently
@@ -14,7 +14,7 @@
* WEIGHT:: Weight cases by a variable.
@end menu
address@hidden FILTER, N OF CASES, Data Selection, Data Selection
address@hidden FILTER
@section FILTER
@vindex FILTER
@@ -146,7 +146,7 @@
differing endianness or floating-point formats. By default, the
random number seed is based on the system time.
address@hidden SELECT IF, SPLIT FILE, SAMPLE, Data Selection
address@hidden SELECT IF
@section SELECT IF
@vindex SELECT IF
@@ -172,7 +172,7 @@
(@pxref{TEMPORARY}), the @cmd{LAG} function may not be used
(@pxref{LAG}).
address@hidden SPLIT FILE, TEMPORARY, SELECT IF, Data Selection
address@hidden SPLIT FILE
@section SPLIT FILE
@vindex SPLIT FILE
@@ -205,7 +205,7 @@
When @cmd{SPLIT FILE} is specified after @cmd{TEMPORARY}, it affects only
the next procedure (@pxref{TEMPORARY}).
address@hidden TEMPORARY, WEIGHT, SPLIT FILE, Data Selection
address@hidden TEMPORARY
@section TEMPORARY
@vindex TEMPORARY
@@ -249,7 +249,7 @@
10.5, 13, 15. The data read by the first @cmd{DESCRIPTIVES} are 1, 2,
5, 7.5, 10, 12.
address@hidden WEIGHT, , TEMPORARY, Data Selection
address@hidden WEIGHT
@section WEIGHT
@vindex WEIGHT
Index: data-io.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/data-io.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- data-io.texi 19 Dec 2006 14:21:52 -0000 1.12
+++ data-io.texi 6 Jun 2007 05:17:48 -0000 1.13
@@ -1,4 +1,4 @@
address@hidden Data Input and Output, System and Portable Files, Expressions,
Top
address@hidden Data Input and Output
@chapter Data Input and Output
@cindex input
@cindex output
Index: data-file-format.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/data-file-format.texi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- data-file-format.texi 16 Apr 2007 14:52:28 -0000 1.15
+++ data-file-format.texi 6 Jun 2007 05:17:48 -0000 1.16
@@ -1,4 +1,4 @@
address@hidden Data File Format, q2c Input Format, Portable File Format, Top
address@hidden Data File Format
@appendix Data File Format
PSPP necessarily uses the same format for system files as do the
@@ -52,7 +52,7 @@
* Data Record::
@end menu
address@hidden File Header Record, Variable Record, Data File Format, Data File
Format
address@hidden File Header Record
@section File Header Record
The file header is always the first record in the file.
@@ -143,7 +143,7 @@
length. Set to zeros.
@end table
address@hidden Variable Record, Value Label Record, File Header Record, Data
File Format
address@hidden Variable Record
@section Variable Record
Immediately following the header must come the variable records. There
@@ -318,7 +318,7 @@
@code{SDATE}
@end table
address@hidden Value Label Record, Value Label Variable Record, Variable
Record, Data File Format
address@hidden Value Label Record
@section Value Label Record
Value label records must follow the variable records and must precede
@@ -344,7 +344,7 @@
label. The remainder of the field is the label itself. The field is
padded on the right to a multiple of 64 bits in length.
address@hidden Value Label Variable Record, Document Record, Value Label
Record, Data File Format
address@hidden Value Label Variable Record
@section Value Label Variable Record
Every value label variable record must be immediately preceded by a
@@ -374,7 +374,7 @@
to occupy multiple indexes.
@end table
address@hidden Document Record, Machine int32 Info Record, Value Label Variable
Record, Data File Format
address@hidden Document Record
@section Document Record
There must be no more than one document record per system file.
@@ -402,7 +402,7 @@
Lines shorter than 80 characters are padded on the right with spaces.
@end table
address@hidden Machine int32 Info Record, Machine flt64 Info Record, Document
Record, Data File Format
address@hidden Machine int32 Info Record
@section Machine @code{int32} Info Record
There must be no more than one machine @code{int32} info record per
@@ -475,7 +475,7 @@
Windows code page numbers are also valid.
@end table
address@hidden Machine flt64 Info Record, Auxiliary Variable Parameter Record,
Machine int32 Info Record, Data File Format
address@hidden Machine flt64 Info Record
@section Machine @code{flt64} Info Record
There must be no more than one machine @code{flt64} info record per
@@ -521,7 +521,7 @@
The value used for LOWEST in missing values.
@end table
address@hidden Auxiliary Variable Parameter Record, Long Variable Names Record,
Machine flt64 Info Record, Data File Format
address@hidden Auxiliary Variable Parameter Record
@section Auxiliary Variable Parameter Record
There must be no more than one auxiliary variable parameter record per
@@ -608,7 +608,7 @@
address@hidden Long Variable Names Record, Very Long String Length Record,
Auxiliary Variable Parameter Record, Data File Format
address@hidden Long Variable Names Record
@section Long Variable Names Record
There must be no more than one long variable names record per
@@ -655,7 +655,7 @@
The total length is @code{count} bytes.
@end table
address@hidden Very Long String Length Record, Miscellaneous Informational
Records, Long Variable Names Record, Data File Format
address@hidden Very Long String Length Record
@comment node-name, next, previous, up
@section Very Long String Length Record
@@ -707,7 +707,7 @@
address@hidden Miscellaneous Informational Records, Dictionary Termination
Record, Very Long String Length Record, Data File Format
address@hidden Miscellaneous Informational Records
@section Miscellaneous Informational Records
Miscellaneous informational records must follow the variable records and
@@ -752,7 +752,7 @@
data.
@end table
address@hidden Dictionary Termination Record, Data Record, Miscellaneous
Informational Records, Data File Format
address@hidden Dictionary Termination Record
@section Dictionary Termination Record
The dictionary termination record must follow all other records, except
@@ -775,7 +775,7 @@
Ignored padding. Should be set to 0.
@end table
address@hidden Data Record, , Dictionary Termination Record, Data File Format
address@hidden Data Record
@section Data Record
Data records must follow all other records in the data file. There must
Index: configuring.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/configuring.texi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- configuring.texi 18 Feb 2007 19:17:39 -0000 1.11
+++ configuring.texi 6 Jun 2007 05:17:48 -0000 1.12
@@ -1,4 +1,4 @@
address@hidden Configuration, Portable File Format, Concept Index, Top
address@hidden Configuration
@appendix Configuring PSPP
@cindex configuration
@cindex PSPP, configuring
@@ -17,7 +17,7 @@
* Miscellaneous configuring:: Even more configuration variables.
@end menu
address@hidden File locations, Configuration techniques, Configuration,
Configuration
address@hidden File locations
@section Locating configuration files
PSPP searches each directory in the configuration file path for most
@@ -29,7 +29,7 @@
@address@hidden specified on the command line has highest
priority.
address@hidden Configuration techniques, Configuration files, File locations,
Configuration
address@hidden Configuration techniques
@section Configuration techniques
There are many ways that PSPP can be configured. These are
@@ -59,7 +59,7 @@
Some of the above may not apply to a particular setting.
address@hidden Configuration files, Environment variables, Configuration
techniques, Configuration
address@hidden Configuration files
@section Configuration files
Most configuration files have a common form:
@@ -113,7 +113,7 @@
Blank lines, and lines that contain only white space, are ignored.
@end itemize
address@hidden Environment variables, Output devices, Configuration files,
Configuration
address@hidden Environment variables
@section Environment variables
You may think the concept of environment variables is a fairly simple
@@ -126,7 +126,7 @@
* Predefined variables:: A few variables are automatically defined.
@end menu
address@hidden Environment substitutions, Predefined variables, Environment
variables, Environment variables
address@hidden Environment substitutions
@subsection Environment substitutions
Much of the power of environment variables lies in the way that they may
@@ -154,7 +154,7 @@
Undefined variables expand to a empty value.
address@hidden Predefined variables, , Environment substitutions, Environment
variables
address@hidden Predefined variables
@subsection Predefined environment variables
There are two environment variables predefined for use in environment
@@ -175,7 +175,7 @@
Nothing prevents these values from being overridden, although it's a
good idea not to do so.
address@hidden Output devices, PostScript driver class, Environment variables,
Configuration
address@hidden Output devices
@section Output devices
Configuring output devices is the most complicated aspect of configuring
@@ -213,7 +213,7 @@
* Tokenizing lines:: Dividing @file{devices} lines into tokens.
@end menu
address@hidden Driver categories, Macro definitions, Output devices, Output
devices
address@hidden Driver categories
@subsection Driver categories
Drivers can be divided into categories. Drivers are specified by their
@@ -258,7 +258,7 @@
It is an error if the list is not empty when the end of @file{devices}
is reached.
address@hidden Macro definitions, Device definitions, Driver categories, Output
devices
address@hidden Macro definitions
@subsection Macro definitions
Macro definitions take the form @samp{define @var{macroname}
@@ -306,7 +306,7 @@
@end table
@end itemize
address@hidden Device definitions, Dimensions, Macro definitions, Output devices
address@hidden Device definitions
@subsection Driver definitions
Driver definitions are the ultimate purpose of the @file{devices}
@@ -381,7 +381,7 @@
Options are dependent on the driver. See the driver descriptions for
details.
address@hidden Dimensions, papersize, Device definitions, Output devices
address@hidden Dimensions
@subsection Dimensions
Quite often in configuration it is necessary to specify a length or a
@@ -444,7 +444,7 @@
@end itemize
@end itemize
address@hidden papersize, Distinguishing line types, Dimensions, Output devices
address@hidden papersize
@subsection Paper sizes
Output drivers usually deal with some sort of hardcopy media. This
@@ -474,7 +474,7 @@
search becomes paper name @var{paper-2} and the search through the file
continues.
address@hidden Distinguishing line types, Tokenizing lines, papersize, Output
devices
address@hidden Distinguishing line types
@subsection How lines are divided into types
The lines in @file{devices} are distinguished in the following manner:
@@ -504,7 +504,7 @@
Otherwise, the line is ill-formed.
@end enumerate
address@hidden Tokenizing lines, , Distinguishing line types, Output devices
address@hidden Tokenizing lines
@subsection How lines are divided into tokens
Each driver definition line is run through a simple tokenizer. This
@@ -571,7 +571,7 @@
Tokens, outside of quoted strings, are delimited by white space or equals
signs.
address@hidden PostScript driver class, ASCII driver class, Output devices,
Configuration
address@hidden PostScript driver class
@section The PostScript driver class
The @code{postscript} driver class is used to produce output that is
@@ -655,7 +655,7 @@
Sets the width of the lines used in tables. Default: @code{0.5pt}.
@end table
address@hidden ASCII driver class, HTML driver class, PostScript driver class,
Configuration
address@hidden ASCII driver class
@section The ASCII driver class
The ASCII driver class produces output that can be displayed on a
@@ -789,7 +789,7 @@
you might pass the output.
@end table
address@hidden HTML driver class, Miscellaneous configuring, ASCII driver
class, Configuration
address@hidden HTML driver class
@section The HTML driver class
The @code{html} driver class is used to produce output for viewing in
@@ -812,7 +812,7 @@
the chart number. Default: @file{"pspp-#.png"}.
@end table
address@hidden Miscellaneous configuring,, HTML driver class, Configuration
address@hidden Miscellaneous configuring
@section Miscellaneous configuration
The following environment variables can be used to further configure
Index: concept-index.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/concept-index.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- concept-index.texi 3 Apr 2006 20:07:54 -0000 1.2
+++ concept-index.texi 6 Jun 2007 05:17:49 -0000 1.3
@@ -1,4 +1,4 @@
address@hidden Concept Index, Configuration, Command Index, Top
address@hidden Concept Index
@chapter Concept Index
@printindex cp
@setfilename ignored
Index: command-index.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/command-index.texi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- command-index.texi 30 Oct 2004 10:14:05 -0000 1.1
+++ command-index.texi 6 Jun 2007 05:17:49 -0000 1.2
@@ -1,4 +1,4 @@
address@hidden Command Index, Concept Index, Function Index, Top
address@hidden Command Index
@chapter Command Index
@printindex vr
@setfilename ignored
Index: bugs.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/bugs.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- bugs.texi 1 Mar 2005 08:16:15 -0000 1.3
+++ bugs.texi 6 Jun 2007 05:17:49 -0000 1.4
@@ -1,4 +1,4 @@
address@hidden Bugs, Function Index, Not Implemented, Top
address@hidden Bugs
@chapter Bugs
PSPP does have bugs. We do our best to fix them, but our limited
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- ChangeLog 31 Mar 2007 11:44:45 -0000 1.45
+++ ChangeLog 6 Jun 2007 05:17:49 -0000 1.46
@@ -1,3 +1,9 @@
+2007-06-05 Ben Pfaff <address@hidden>
+
+ * Removed next, prev, up node names from @node lines, to make
+ structural changes to the manual easier. (These node names are
+ not needed by makeinfo.)
+
2007-03-31 John Darrington <address@hidden>
* transformation.texi: SORT CASES: elaborated on the (D) (A) flags.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-cvs] pspp/doc variables.texi utilities.texi transfor...,
Ben Pfaff <=