Discussion:
[Latex2rtf-users] Latex2rtf compilation error 'Unknown command '\boldmath''
Dr. Abhijit Datta Banik
2015-01-21 13:50:19 UTC
Permalink
Dear experts,

I am trying to convert Latex to Word using latex2rtf package, since one of
the Scientific Journal don't accept latex files. The installation of
latex2rtf was successful. When I am executing to convert my .tex files in
.rtf file, I am facing following error messages:

Unknown command '\boldmath'
Unknown command '\rEfLiNK'
Unknown command '\Big'
Unknown command '\noindentNow'

Please give me a solution ASAP.

Thanks in advance,
--
------------------------------
*Disclaimer: *This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify the
system manager. This message contains confidential information and is
intended only for the individual named. If you are not the named addressee
you should not disseminate, distribute or copy this e-mail. Please notify
the sender immediately by e-mail if you have received this e-mail by
mistake and delete this e-mail from your system. If you are not the
intended recipient you are notified that disclosing, copying, distributing
or taking any action in reliance on the contents of this information is
strictly prohibited.
Wilfried Hennings
2015-01-21 15:46:12 UTC
Permalink
Post by Dr. Abhijit Datta Banik
Dear experts,
I am trying to convert Latex to Word using latex2rtf package, since one
of the Scientific Journal don't accept latex files. The installation of
latex2rtf was successful. When I am executing to convert my .tex files
Unknown command '\boldmath'
Unknown command '\rEfLiNK'
Unknown command '\Big'
Unknown command '\noindentNow'
Latex2rtf only supports a limited set of LaTeX commands, and these
commands are not supported.
Replace each of these commands by a supported command, e.g. (without
having tested this)

\boldmath by \mathbf (maybe you will have to adjust the usage)
\rEfLiNK ??? I don't know what this command is intended to perform
\Big by \huge
\noindentNow by \noindent (maybe you will have to adjust the usage)

- a list of supported commands is at the end of the manual, see e.g.
http://latex2rtf.sourceforge.net/usage.html

or use another software for conversion, e.g. TeX4ht.

Regards, Wilfried

Loading...