X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Finvoking.texi;h=22754c9d122fa770004179a5757c6f0a0b8ac091;hb=300d3db698d3ac82a0a302a91ee62bcaad6337b6;hp=b1a299720f246a519d98676e048811f3d884916f;hpb=2fda41bd152e292b85160c1384419a2c554dea2b;p=pspp diff --git a/doc/invoking.texi b/doc/invoking.texi index b1a299720f..22754c9d12 100644 --- a/doc/invoking.texi +++ b/doc/invoking.texi @@ -24,6 +24,7 @@ interface. * Main Options:: * PDF PostScript and SVG Output Options:: * Plain Text Output Options:: +* TeX Output Options:: * HTML Output Options:: * OpenDocument Output Options:: * Comma-Separated Value Output Options:: @@ -342,6 +343,21 @@ overstriking, which may not be supported by all the software to which you might pass the output. Default: @code{none}. @end table +@node TeX Output Options +@section TeX Output Options +@cindex @TeX{} +@cindex tex + +If you want to publish statistical results in professional or academic +journals, you will probably want to provide results in @TeX{} format. +To do this, specify @option{-o @var{file}} on the @pspp{} command line where +@var{file} is a file name ending in @file{.tex}, or you can specify +@option{-O format=tex}. + +The resulting file can be directly processed using @TeX{} or you can manually +edit the file to add commentary text. +Alternatively, you can cut and paste desired sections to another @TeX{} file. + @node HTML Output Options @section HTML Output Options @cindex HTML