X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Finvoking.texi;fp=doc%2Finvoking.texi;h=ea839fb1feca9c7020947b7a9a54161cf5630c0a;hb=8dd405d0900f29f69e54726a79045c119146de89;hp=16dc1371b162ebc9940e96300d4ead2d5cbd44b0;hpb=7ee8dbfc15aa4580c2132e53b64f13815fc93c62;p=pspp diff --git a/doc/invoking.texi b/doc/invoking.texi index 16dc1371b1..ea839fb1fe 100644 --- a/doc/invoking.texi +++ b/doc/invoking.texi @@ -422,7 +422,12 @@ only the first character is used; if @var{qualifier} is the empty string, then fields are never quoted. @item @option{-O titles=@var{boolean}} -Whether table titles should be printed. Default: @code{on}. +Whether table titles (brief descriptions) should be printed. Default: +@code{on}. + +@item @option{-O captions=@var{boolean}} +Whether table captions (more extensive descriptions) should be +printed. Default: on. @end table The CSV format used is an extension to that specified in RFC 4180: @@ -432,9 +437,24 @@ The CSV format used is an extension to that specified in RFC 4180: Each table row is output on a separate line, and each column is output as a field. The contents of a cell that spans multiple rows or columns is output only for the top-left row and column; the rest are -output as empty fields. When a table has a caption and captions are -enabled, the caption is output just above the table as a single field -prefixed by @samp{Table:}. +output as empty fields. + +@item Titles +When a table has a title and titles are enabled, the title is output +just above the table as a single field prefixed by @samp{Table:}. + +@item Captions +When a table has a caption and captions are enabled, the caption is +output just below the table as a single field prefixed by +@samp{Caption:}. + +@item Footnotes +Within a table, footnote markers are output as bracketed letters +following the cell's contents, e.g.@tie{}@samp{[a]}, @samp{[b]}, +@enddots{} The footnotes themselves are output following the body of +the table, as a separate two-column table introduced with a line that +says @samp{Footnotes:}. Each row in the table represent one footnote: +the first column is the marker, the second column is the text. @item Text Text in output is printed as a field on a line by itself. The TITLE