On 12.10.2017 15:26, Jürgen Spitzmüller wrote:
2017-10-12 13:59 GMT+02:00 racoon:
14:59:07.641: checking for a FIG -> Image converter...
14:59:07.721: +checking for "fig2dev"... no
14:59:07.722: checking for a TIFF -> PS converter...
14:59:07.733: +checking for "tiff2ps"... no
The check for a SVG -> PDFTeX converter ans a SVG -> PSTeX converter is
supposed to happen between these two checks.
The question is why this is not the case for you.
Please check: Do you really run a recent (enough) version of LyX? I
suppose this is LyX 2.3beta1 (the Windows installer), but please open
the configre.py file (in your case: C:/Users/Daniel/AppData/Local/LyX
2.3/Resources/configure.py) with an editor and check whether it contains
the following lines:
#
checkProg('a SVG -> PDFTeX converter', [inkscape_name],
rc_entry = [ r'\converter svg pdftex "python -tt
$$s/scripts/svg2pdftex.py %% $$p$$i $$p$$o" ""'],
path = [inkscape_path])
#
checkProg('a SVG -> PSTeX converter', [inkscape_name],
rc_entry = [ r'\converter svg pstex "python -tt
$$s/scripts/svg2pstex.py %% $$p$$i $$p$$o" ""'],
path = [inkscape_path])
Thanks. Yes, its 2.3beta1 from the website. Unfortunately, there are no
such lines in configre.py.
Daniel