From: Wilfried H. <tex...@gm...> - 2020-10-01 15:59:36
|
Hi Alvaro, as far as I know: with respect to ignore.cfg the coding in latex2rtf is broken. Lines in ignore.cfg have no effect. My suggestion: Use conditional parsing, as explained in the manual in chapter 5.2. In short: include the following line in the preamble of your document (i.e., before \begin{document}): \newif\iflatextortf Then isolate the LaTeX commands which do not convert as follows: \iflatextortf This code is processed only by latex2rtf \else This code is processed only by latex \fi Regards, Wilfried At 02.09.2020 21:54 Alvaro wrote: > Dear latex2rtf users, > > My ignore.cfg file goes as follows: > > \figure,ENVIRONMENT. > \tabular,ENVIRONMENT. > > > I am working on latex2rtf 2.3.16 r1254 (released May 12 2017) > > > Since my tables do not convert properly, I just want to ignore them. > Any help is appreciated. > > Best regards, > > Alvaro > > > _______________________________________________ > Latex2rtf-users mailing list > Lat...@li... > https://lists.sourceforge.net/lists/listinfo/latex2rtf-users > |