On Sunday 18 May 2008 04:39, Máté Salát wrote:
> Hi,
>
> Nobody has any idea about LyX converters? I try again hoping to get a
> respond.
#!/bin/bash
dianame=$1
gname=`echo $dianame | sed -e "s/\..*$//"`
pdfname=$gname.pdf
echo Converting $dianame to $pdfname
inkscape --export-embed-fonts --export
15, 2008 9:58 PM
Subject: Re: SVG to PDF
Hi,
I made some further test on the conversation method of LyX 1.5.5, and I found
it's behavior very strange.
The point is that I copied the SVG -> PDF converter line from the Preferences:
inkscape --file=$$i --export-area-drawing -
are in the folder http://zaradek.hu/svg/files/.
Cheers, Máté
- Original Message -
From: Máté Salát
To: Uwe Stöhr
Cc: lyx-users@lists.lyx.org
Sent: Wednesday, May 14, 2008 7:03 PM
Subject: Re: SVG to PDF
Thanks, I did what you told me. It works now, in LyX Preferences SVG
co
then the toolbar of Inkscape collapses, the button images
aren't shown up: http://zaradek.hu/svg/Crashed_toolbar.png.
Cheers, Máté
- Original Message -
From: Uwe Stöhr
To: Máté Salát
Cc: lyx-users@lists.lyx.org
Sent: Tuesday, May 13, 2008 2:13 PM
Subject: Re: SVG to PD
Uwe Stöhr wrote:
- reinstall LyX 1.5.5 using the obove mentioned installer that delivers
the latest ImageMagick
The official installer of LyX 1.5.5 also includes the latest ImageMagick
(6.4.1-1) and Ghostscript (8.62).
Joost
Inkscape is used to convert the SVG to PDF as you want it.
The whitespace problem you described was a bug in ImageMagick (that also appears for PDF and PS
images). To get a fixed version:
- uninstall the Existing ImageMagick (if you have it installed)
- reinstall LyX 1.5.5 using the obove ment
On 11.05.08, Máté Salát wrote:
> Can somebody tell me if it's possible to make LyX use Inkscape as a
> direct SVG to PDF converter?
Yes.
> If yes then how should I do that?
Search for SVG on wiki.lyx.org.
Günter