Am Donnerstag, 12. Oktober 2017 um 12:30:29, schrieb racoon <xraco...@gmx.de>
> On 12.10.2017 11:11, Jürgen Spitzmüller wrote:
> > 1. Do you have inkscape installed?
> 
> Yes.
> 
> > 2. Which converter do you have set in preferences for SVG -> PDFTEX? It 
> 
> There is no such entry. I have only
> 
> SVG -> EPS, SVG -> PDF (graphics), and SVG -> PNG.
> 
> SVG -> PDF (graphics), for example, is set to
> 
> rsvg-convert -f pdf -o $$o $$i
> 
> Do I have to add SVG -> PDFTEX manually? What will I have to set it to?
> 
> Daniel

You could check first 'configure.log' for entry like
        INFO: checking for a SVG viewer and editor...
        INFO: +checking for "inkscape"...  yes
        DEBUG: Add to RC:
        \Format svg        "svg" SVG                "" "inkscape" "inkscape"    
"vector"        "image/svg+xml"
        \Format svgz       "svgz" "SVG (compressed)" "" "inkscape" "inkscape"   
"vector,zipped=native"  ""

and lyxrc.defaults for
        # egrep inkscape lyxrc.defaults
        \Format svg        "svg" SVG                "" "inkscape" "inkscape"    
"vector"        "image/svg+xml"
        \Format svgz       "svgz" "SVG (compressed)" "" "inkscape" "inkscape"   
"vector,zipped=native"  ""
        \editor_alternatives svg "inkscape"
        \viewer_alternatives svg "inkscape"
        \editor_alternatives svgz "inkscape"
        \viewer_alternatives svgz "inkscape"
        \converter svg        pdftex     "python -tt $$s/scripts/svg2pdftex.py 
inkscape $$p$$i $$p$$o" ""
        \converter svg        pstex     "python -tt $$s/scripts/svg2pstex.py 
inkscape $$p$$i $$p$$o" ""
        \converter wmf        pdf6        "inkscape --file=$$p$$i 
--export-area-drawing --without-gui --export-pdf=$$p$$o"      ""
        \converter emf        pdf6        "inkscape --file=$$p$$i 
--export-area-drawing --without-gui --export-pdf=$$p$$o"      ""

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to