On 20 Mar 2017, Kornel Benko wrote:
> 
> Don't know if this may be your problem too. Just downloaded tar
> from sourceforge. Compiled, installed.
> The converter is not working as long as using '-o $$o'.
> 
> Debugging led me to this snippet in latex2rtf-2.3.12/main.c:366
> 
>         if (g_rtf_name == NULL) {
>             g_rtf_name = strdup_together3(g_home_dir,basename,".rtf");
>         } else if (g_rtf_name = g_tex_name) {
>         diagnostics(ERROR, "rtf file must be different from tex file");
>         }
> 
> which clearly is wrong. (line 368 should be: '} else if (g_rtf_name == 
> g_tex_name) {')
> 
> Patching this file and now this converter works.
> 
>       Kornel

Thanks for this - it made conversion work for me.

Anthony

-- 
Anthony Campbell                        http://www.acampbell.uk

Reply via email to