I have successfully installed the Latex2RTF package for use within Lyx. Exporting to RTF works fine, however the image size in the final RTF document is way off the page (i.e. too large). Therefore, I tried adjusting the image size using the "scaling factor" option available in latex2rtf. Unfortunately, this does not adjusts the image size / nothing changes.
In Lyx, the following 'file handling line' is executed for latex2rtf:
Code: Select all
latex2rt -p -sf.5 -S -o $$o $$i
Any suggestions on changing the image size using latex2rtf are highly appreciated.