<[EMAIL PROTECTED]> writes:

> I tried latex2rtf with partial success before my original post. 
> Jean-Pierre Chretien responded (apparently off list) that the latest 
> version worked correctly. It does and I had used it improperly. One must 
> run latex at least once, then bibtex and finally latex2rtf (or write a 
> script, which was Chretien's recommendation). Font settings, headings 
> and footnote locations and margins had to be set by hand.

You don't need running bibtex manually, see the post by Jürgen. Moreover,
you may adjust many things by giving hints to latex2rtf. You can do so
by prefixing latex commands to be interpreted only by latex2rtf with
"%latex2rtf:". The "%" symbol is the (La)TeX comment introducer and
everything after it is ignored by (La)TeX. For example, you can adjust
the margins of the RTF file by putting the following lines in the preamble:

%latex2rtf: \oddsidemargin 0mm
%latex2rtf: \evensidemargin 0mm
%latex2rtf: \topmargin -1cm
%latex2rtf: \textwidth 6.5in
%latex2rtf: \textheight 9 in

Be warned that not all LaTeX commands are interpreted by latex2rtf.

-- 
Enrico

Reply via email to