TABLE OF CONTENTS
::pwtk::latex::text
SYNOPSIS
proc ::pwtk::latex::text {text} {
PURPOSE
Add a text to latex file.(this should be used prior to calling "tabulate").
ARGUMENTS
- text -- text to add to latex file
SOURCE
variable content append content [list verbatim_ $text\n] }