Angus Leeming wrote:

> Incidentally, Georg, we received a report some time back that LyX was
> unable to compile latex files containing references to cyrillic file
> names. The solution is to use MakeLatexName, so:
>     out << "\includegraphics{"
>         << MakeLatexName(relative_file) << "}";
> 
> As you're looking at this stuff, could you just shove them in?

Certainly, but I don't really understand what MakeLatexName() is good for.
At least the comments in filetools.h and filetools.C differ, and I don't
understand why active latex characters are allowed for the path but not for
the filename.


Georg

Reply via email to