X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp.texi;h=6b3b64e05174fc09423197d402f908168f55c1a6;hb=e57b1dd82fac611c20be59a73c0a55032d0b2a30;hp=14e97b07bdeff41d55584f815d7d7ba78f7b7131;hpb=f1141d27ca616a8c8edc2a1f18067085ceaaf448;p=pspp diff --git a/doc/pspp.texi b/doc/pspp.texi index 14e97b07bd..6b3b64e051 100644 --- a/doc/pspp.texi +++ b/doc/pspp.texi @@ -24,7 +24,9 @@ graphic user interface
@end html @cartouche -@verbatiminclude \FILE\ +@smallexample +@verbatiminclude pspp-figures/\FILE\ +@end smallexample @end cartouche @html
@@ -33,14 +35,16 @@ graphic user interface @macro psppoutput{FILE} @ifnothtml -@verbatiminclude \FILE\.out +@smallexample +@include pspp-figures/\FILE\.texi +@end smallexample @end ifnothtml @ifhtml @cartouche @html
-@include \FILE\.html +@include pspp-figures/\FILE\.html
@end html @@ -101,7 +105,7 @@ graphic user interface This manual is for GNU PSPP version @value{VERSION}, software for statistical analysis. -Copyright @copyright{} 1997, 1998, 2004, 2005, 2009, 2012, 2013, 2014, 2016, 2019 Free Software Foundation, Inc. +Copyright @copyright{} 1997, 1998, 2004, 2005, 2009, 2012, 2013, 2014, 2016, 2019, 2020 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -145,7 +149,7 @@ Free Documentation License". * Data Input and Output:: Reading data from user 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. +* Manipulating Variables:: Adjusting and examining variables. * Data Manipulation:: Simple operations on data. * Data Selection:: Select certain cases for analysis. * Conditionals and Looping:: Doing things many times or not at all.