#!/bin/bash #B. Vandeportaele 2016 #got from https://sourceforge.net/p/inkscape/mailman/message/24646908/ #convert svg file to .pdf and .pdf_tex #usage: ./svg2pdf filename(without .svg) inkscape $1.svg -z -D --export-pdf=$1.pdf --export-latex