# Cutomization file for rtf2latex2e

# This file is read once for every input RTF file.
# Here, you can specify how some attributes are mapped to LaTeX.
# Comment lines have to be preceded with '#'.
# Blank lines are allowed.

# Do not add any preferences!! If you wish additional customization,
# contact me.

# The output sequence is simply a string of characters.  If it contains
# whitespace, it may be quoted.  If it contains quotes, it may be quoted
# with a different quote character.

# Here are some examples (uncomment to use):

# IMPORTANT: Provide only opening braces!!

documentclass	report					# default: article
bold			\textbf{				# default: \textbf{
nobold			\textmd{				# default: \textmd{
italic			\textit{				# default: \textit{
noitalic		\textup{				# default: \textup{
underline		"{\underline {"			# default: "{\underline {"
smallcaps		\textsc{				# default: \textsc{
heading1		\section*{				# default: \section*{
heading2		\subsection*{			# default: \subsection*{
heading3		\subsubsection*{		# default: \subsubsection*{


