P.tex(Cap,...)
%{
Write text or \LaTeX\ code as a block comment
right after the P.tex( ) command.
%}
P.tex(Cap,Code,...)
P
[ struct ] - Report object created by the report.new
function.
Cap
[ char ] - Caption displayed at the top of the text.
Code
[ char ] - code or text input that will be included in the report.
'centering='
[ true
| false
] - (Inheritable from parent objects) Centre the code or text input on the page.
'footnote='
[ char | empty ] - Footnote at the tex block title; only shows if the title is non-empty.
'separator='
[ char | '\medskip\par'
] - (Inheritable from parent objects) LaTeX commands that will be inserted after the text.
'verbatim='
[ true
| false
] - If true the text will be typeset verbatim in monospaced font; if false the text will be treated as
code included in the report.
See help on generic options in report objects.