X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=doc%2Finvoking.texi;h=4f76012d91681671922d625bcb89b11d813d3368;hb=dfb794fa53a423c1f20c3a21811c0bec4a64a916;hp=cd3fc1bf364cd6aad1761b1819b677b20b6c3b18;hpb=052cf5f9ffd4fbbda175fcb0417352b332fabc37;p=pspp diff --git a/doc/invoking.texi b/doc/invoking.texi index cd3fc1bf36..4f76012d91 100644 --- a/doc/invoking.texi +++ b/doc/invoking.texi @@ -24,6 +24,7 @@ interface. * Main Options:: * PDF PostScript SVG and PNG Output Options:: * Plain Text Output Options:: +* SPV Output Options:: * TeX Output Options:: * HTML Output Options:: * OpenDocument Output Options:: @@ -233,13 +234,12 @@ by @command{make check} and similar scripts. To produce output in PDF, PostScript, SVG, or PNG format, specify @option{-o @var{file}} on the @pspp{} command line, optionally followed by any of the options shown in the table below to customize -the output format. These output formats are only available if your -installation of @pspp{} was compiled with the Cairo library. +the output format. PDF, PostScript, and SVG use real units: each dimension among the options listed below may have a suffix @samp{mm} for millimeters, @samp{in} for inches, or @samp{pt} for points. Lacking a suffix, -numbers below 50 are assumed to be in inches and those about 50 are +numbers below 50 are assumed to be in inches and those above 50 are assumed to be in millimeters. PNG files are pixel-based, so dimensions in PNG output must ultimately @@ -284,7 +284,11 @@ Either @code{portrait} or @code{landscape}. Default: @code{portrait}. @itemx @option{-O top-margin=@var{dimension}} @itemx @option{-O bottom-margin=@var{dimension}} Sets the margins around the page. See -below for the allowed forms of @var{dimension} Default: @code{0.5in}. +below for the allowed forms of @var{dimension}. Default: @code{0.5in}. + +@item @option{-O object-spacing=@var{dimension}} +Sets the amount of vertical space between objects (such as headings or +tables). @item @option{-O prop-font=@var{font-name}} Sets the default font used for ordinary text. Most systems support @@ -343,9 +347,7 @@ chart is output, the @samp{#} is replaced by the chart number. The default is the file name specified on @option{-o} with the extension stripped off and replaced by @file{-#.png}. -Specify @code{none} to disable chart output. Charts are always -disabled if your installation of @pspp{} was compiled without the -Cairo library. +Specify @code{none} to disable chart output. @item @option{-O foreground-color=@var{color}} @itemx @option{-O background-color=@var{color}} @@ -364,9 +366,9 @@ the WIDTH setting (@pxref{SET}), for output to a file. @item @option{-O box=@{ascii|unicode@}} Sets the characters used for lines in tables. If set to -@code{ascii} the characters @samp{-}, @samp{|}, and @samp{+} for single-width -lines and @samp{=} and @samp{#} for double-width lines are used. -If set to @code{unicode} then Unicode box drawing characters will be used. +@code{ascii}, output uses use the characters @samp{-}, @samp{|}, and @samp{+} for single-width +lines and @samp{=} and @samp{#} for double-width lines. +If set to @code{unicode} then, output uses Unicode box drawing characters. The default is @code{unicode} if the locale's character encoding is "UTF-8" or @code{ascii} otherwise. @@ -376,6 +378,30 @@ overstriking, which may not be supported by all the software to which you might pass the output. Default: @code{none}. @end table +@node SPV Output Options +@section SPV Output Options + +SPSS 16 and later write @file{.spv} files to represent the contents of +its output editor. To produce output in @file{.spv} format, specify +@option{-o @var{file}} on the @pspp{} command line, optionally +followed by any of the options shown in the table below to customize +the output format. + +@table @asis +@item @option{-O format=spv} +Specify the output format. This is only necessary if the file name +given on @option{-o} does not end in @file{.spv}. + +@item @option{-O paper-size=@var{paper-size}} +@itemx @option{-O left-margin=@var{dimension}} +@itemx @option{-O right-margin=@var{dimension}} +@itemx @option{-O top-margin=@var{dimension}} +@itemx @option{-O bottom-margin=@var{dimension}} +@itemx @option{-O object-spacing=@var{dimension}} +These have the same syntax and meaning as for PDF output. @xref{PDF +PostScript SVG and PNG Output Options}, for details. +@end table + @node TeX Output Options @section TeX Output Options @cindex @TeX{}