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-pdf=$pdfname $dianame
acroread $pdfname

The preceding is actually made to convert a .dia file into a pdf, but it 
should work with a .svg also. I've had pretty good luck with this script.

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US

Reply via email to