X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp-output.texi;fp=doc%2Fpspp-output.texi;h=bc68fa067fe1df65ad8759bb4ec7e0aca463751d;hb=308c33df7c1be1edd6b2ebdf10b901fe05903438;hp=35cc6004630e54a4139d74438ac2ddd972f79a72;hpb=08e7ac5d6dee8626969223b055fdf44ab1fc964c;p=pspp diff --git a/doc/pspp-output.texi b/doc/pspp-output.texi index 35cc600463..bc68fa067f 100644 --- a/doc/pspp-output.texi +++ b/doc/pspp-output.texi @@ -29,6 +29,8 @@ SPSS 15 and earlier versions instead use @file{.spo} files. @t{pspp-output} [@var{options}] @t{convert} @var{source} @var{destination} +@t{pspp-output} [@var{options}] @t{get-table-look} @var{source} @var{destination} + @t{pspp-output -@w{-}help} @t{pspp-output -@w{-}version} @@ -42,6 +44,7 @@ developers may find useful for debugging. * The pspp-output detect Command:: * The pspp-output dir Command:: * The pspp-output convert Command:: +* The pspp-output get-table-look Command:: * Input Selection Options:: @end menu @@ -116,6 +119,23 @@ Reads a table style from @var{file} and applies it to all of the output tables. The file should a TableLook @file{.stt} file. @end table +@node The pspp-output get-table-look Command +@section The @code{get-table-look} Command + +@display +@t{pspp-output} [@var{options}] @t{get-table-look} @var{source} @var{destination} +@end display + +Reads SPV file @var{source}, applies any selection options +(@pxref{Input Selection Options}), picks the first table from the +selected object, extracts the TableLook from that table, and writes it +to @var{destination} (typically with an @file{.stt} extension) in the +TableLook XML format. + +The user may use the TableLook file to change the style of tables in +other files, by passing it to the @option{--table-look} option on the +@code{convert} command. + @node Input Selection Options @section Input Selection Options