Send output to multiple ODS destinations. The following
statements open the HTML, PDF, and RTF destinations.
ods html file="text.html" style=mystyle;
ods pdf file="text.pdf" startpage=never notoc style=mystyle;
ods rtf file="text_trad.rtf" style=mystyle;