.\" Process this file with .\" groff -man -Tascii sgml2rtf.1 .\" .TH SGML2RTF 1 "7 Jan 1996" .SH NAME sgml2rtf \- create RTF output from a SGML source file .SH SYNOPSIS .B sgml2rtf [-2l] [-style .I s .B ] [-t .I n .B ] .IR file [.sgml] .SH DESCRIPTION .B sgml2rtf converts a SGML source file to RTF format, using the .BR sgmls (1) parser, the .BR sgmlsasp (1) translator, and the .BR rtf2rtf (1) fixer. Output will appear in the top level file .I file.rtf and .I file-n.rtf for each section, where .I file is the name of the SGML source file. The RTF output is tailored for compilation by the Windows Help Compiler (hc31.exe). .SH OPTIONS .IP -2 Splits files both at n. sections and n.m. subsections .IP -l Allows use of latin1 (ISO-8859-1) characters in the SGML source file, default ASCII only .IP "-style s" Uses the mapping file .I $LINUXDOCLIB/lib/rep/rtf/mapping in addition to the default mapping file, for customizations .IP "-t n" Sets tabstops each columns, default 8 .IP file The SGML source file, named either .I file or .I file.sgml .SH FILES Many files in $LINUXDOCLIB are used. .SH ENVIRONMENT .IP LINUXDOCBIN location of other executables that .B sgml2rtf needs .IP LINUXDOCLIB location of library files that .B sgml2rtf needs .IP "Both variables are hardcoded into the script at install time." .SH BUGS None known. .SH AUTHOR Steve Tynor .SH "SEE ALSO" .BR sgml2html (1), .BR sgml2info (1), .BR sgml2latex (1), .BR sgml2lyx (1), .BR sgml2txt (1), .BR sgmlcheck (1).