When running latex2rt main.tex on
\documentclass{article}
\begin{document}
\section{Lorem Ipsum A}
Lorem ipsum dolor sit amet, ...
\section{Lorem Ipsum B}
\emph{Lorem ipsum} dolor sit amet, ...
\section{Lorem Ipsum C}
\textsl{Lorem ipsum} dolor sit amet, ... % Becomes Heading 2!
\section{Lorem Ipsum D}
{}\textsl{Lorem ipsum} dolor sit amet, ... % Workaround
\end{document}
the paragraph starting \textsl{} all becomes part of the 'Header 2' in the RTF document (see attached main.rtf). This is not the case with the other sections/paragraphs. This happens also with other \text**{} commands, but not for all.
I've attached main.tex and main.rtf show more examples.
SESSION INFO:
t:\>latex2rt -v
latex2rtf 2.3.5 r1236 (released Jan 17 2014)
Thanks,
Henrik
Minor clarification: In the attached main.* example I use \subsection{} so there they become part of the 'Header 3' levels (not 'Header 2').