docs
[pspp] / doc / pspp.texi
index 618a27a1b8a5878dc361fa614d4e0f35fd27785d..204feada5862577aad02fbdf37cbf51b6c870e80 100644 (file)
@@ -76,7 +76,9 @@ graphic user interface
 @ifnotinfo
 @ifnotplaintext
 @ifnothtml
+@smallexample
 @include pspp-figures/\FILE\.texi
+@end smallexample
 @end ifnothtml
 @end ifnotplaintext
 @end ifnotinfo
@@ -88,6 +90,15 @@ graphic user interface
 @end quotation
 @end macro
 
+@ifnottex
+@macro times{}
+@end macro
+@macro ne{}
+≠
+@end macro
+@end ifnottex
+
 @c A macro to indicate variable names used in examples.
 @c NOT metasyntactical variables - for that use @var
 @macro exvar{VAR}
@@ -113,14 +124,6 @@ graphic user interface
 @sc{pspp}
 @end macro
 
-
-@ifset MISSING_CLICKSEQUENCE
-@alias clicksequence = asis
-@macro click {}
-->
-@end macro
-@end ifset
-
 @iftex
 @finalout
 @end iftex
@@ -184,6 +187,7 @@ Free Documentation License".
 * Data Selection::              Select certain cases for analysis.
 * Conditionals and Looping::    Doing things many times or not at all.
 * Statistics::                  Basic statistical procedures.
+* Matrices::                    Matrix operations and transformations.
 * Utilities::                   Other commands.
 
 * Invoking pspp-convert::       Utility for converting among file formats.
@@ -214,6 +218,7 @@ Free Documentation License".
 @include data-selection.texi
 @include flow-control.texi
 @include statistics.texi
+@include matrices.texi
 @include utilities.texi
 
 @include pspp-convert.texi