Add information about how to convert svg to pdf

This commit is contained in:
Thomas Dehaeze 2020-06-22 13:30:26 +02:00
parent 085609b75b
commit 2ebd53f392

View File

@ -1 +1,8 @@
[![DOI](https://zenodo.org/badge/247666595.svg)](https://zenodo.org/badge/latestdoi/247666595)
# Compile Figure
``` bash
cd inkscape;
for f in *.svg; do inkscape -D --export-type=pdf "$f"; done
```