#!/bin/sh

source "$1"
export  PATH=$MSITEXBIN:$PATH

"$INKSCAPE" -z --export-pdf="$3" --file "$2"


