Re: SVG to PDF

2008-05-19 Thread Steve Litt
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

Re: SVG to PDF

2008-05-18 Thread Máté Salát
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 -

Re: SVG to PDF

2008-05-15 Thread Máté Salát
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

Re: SVG to PDF

2008-05-14 Thread Máté Salát
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

Re: SVG to PDF

2008-05-13 Thread Joost Verburg
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

Re: SVG to PDF

2008-05-13 Thread Uwe Stöhr
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

Re: SVG to PDF

2008-05-13 Thread G. Milde
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