ArborX


tfmtlog

Longname: t f or m a t log   Open the Documentation Legend
Released: not available 
Created: not available 
See also: tformat

Summary
Copies a log of information to a stream, following a tformat operation. You can specify which information you want included in the log according to the parameters you select.
Example extract

The first example below turns on the format log on, while specifying the stream name and to include, failed anchor warnings and formatting information. The second example simply switches the format log off.

 tfmtlog 1,"fmt_errors",1,0,1 3
 tfmtlog 0 5

Syntax (SVNNA)
tfmtlog  on off:o?  log stream:t?  warn anchor:n?  warn foot:n?  warn format:n?  )  )  info anchor:n?  info retry:n?  )
on off:o
Turns Master switch on.
Turns Master switch off.
log stream:t

Name of stream to place results.

warn anchor:n
Include warnings of failed anchor placements.
Do not include the above.
warn foot:n
Include warnings of failed footnote placements.
Do not include.
warn format:n
Include formatting information.
Do not include the above.
info anchor:n
Include anchor placement information.
Do not include the above.
info retry:n
Include Retry roll back information.
Do not include the above.

Document created on 08-Feb-2003 (revision 1)