Hello,

I was looking for a method to modify my LyX file and let LyX parse the
modified file (LyX file -> LyX file with modifications -> PDF). I
noticed that the images would cause problems, because the directory
structure of the images is not copied to the temporary directory. In the
code (Converter.cpp) I found "$$p" which was declared but not in use.
This patch places the path to the current LyX file in $$p, which can be
used by the converter to reach the images.

In the history of Converter.cpp I could not find more information about
the introduction of $$p and why it currently is not in use.

Regards,
Roland Clobus

Attachment: enable_p_for_converter.patch.gz
Description: enable_p_for_converter.patch.gz

Reply via email to