Add support for .tlo TableLook files from SPSS 15 and earlier.
[pspp] / doc / pspp-output.texi
index fa4de813d32d7be9ed6c87904d87da810f620629..f8b7931d735c20afb8979dd8850409867b4ad172 100644 (file)
@@ -31,6 +31,8 @@ SPSS 15 and earlier versions instead use @file{.spo} files.
 
 @t{pspp-output} [@var{options}] @t{get-table-look} @var{source} @var{destination}
 
+@t{pspp-output} [@var{options}] @t{convert-table-look} @var{source} @var{destination}
+
 @t{pspp-output -@w{-}help}
 
 @t{pspp-output -@w{-}version}
@@ -45,6 +47,7 @@ developers may find useful for debugging.
 * The pspp-output dir Command::
 * The pspp-output convert Command::
 * The pspp-output get-table-look Command::
+* The pspp-output convert-table-look Command::
 * Input Selection Options::
 @end menu
 
@@ -116,7 +119,8 @@ the destination is written as best it can, even with errors.
 
 @item --table-look=@var{file}
 Reads a table style from @var{file} and applies it to all of the
-output tables.  The file should a TableLook @file{.stt} file.
+output tables.  The file should be a TableLook @file{.stt} or
+@file{.tlo} file.
 @end table
 
 @node The pspp-output get-table-look Command
@@ -136,6 +140,19 @@ 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 The pspp-output convert-table-look Command
+@section The @code{convert-table-look} Command
+
+@display
+@t{pspp-output} [@var{options}] @t{convert-table-look} @var{source} @var{destination}
+@end display
+
+Reads @file{.stt} or @file{.tlo} file @var{source}, and writes it back
+to @var{destination} (typically with an @file{.stt} extension) in the
+TableLook XML format.  This is useful for converting a TableLook
+@file{.tlo} file from SPSS 15 or earlier into the newer @file{.stt}
+format.
+
 @node Input Selection Options
 @section Input Selection Options