X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fconfiguring.texi;h=c299d9c83795b24a4ec0349906d5510d5e4dcffd;hb=6b40f1315cf46ca2417c10ce08bcf62941bdd305;hp=43be3d6792e0cd002331d2909b510a997e88da3d;hpb=255de8df66dde4395a62d7cfc84adf317f435744;p=pspp-builds.git diff --git a/doc/configuring.texi b/doc/configuring.texi index 43be3d67..c299d9c8 100644 --- a/doc/configuring.texi +++ b/doc/configuring.texi @@ -671,6 +671,21 @@ File to which output should be sent. This can be an ordinary file name (e.g., @code{"pspp.txt"}), a pipe (e.g., @code{"|more"}), or stdout (@code{"-"}). Default: @code{"pspp.list"}. +@item chart-files=@var{file-name-template} +Template for the file names used for charts. The name should contain +a single @samp{#}, which is replaced by the chart number. Default: +@file{"pspp-#.png"}. + +@item chart-type=@var{type}. +Type of charts to output. Available types typically include @samp{X}, +@samp{png}, @samp{gif}, @samp{svg}, @samp{ps}, @samp{cgm}, @samp{fig}, +@samp{pcl}, @samp{hpgl}, @samp{regis}, @samp{tek}, and @samp{meta}. +Default: @samp{png}. + +You may specify @samp{none} to disable chart output. Charts are also +disabled if your installation of PSPP was compiled without +@code{libplot}. + @item paginate=@var{boolean} If set, a formfeed will be written at the end of every page. Default: