Created
October 22, 2018 13:59
-
-
Save bmmalone/0927a8d19ebf36e3e9e6f5b7f4150433 to your computer and use it in GitHub Desktop.
Convert an inkscape svg file to pdf for use in a latex document
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
inkscape -D -z --file=$1.svg --export-pdf=$1.pdf --export-latex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This script is adapted from this StackExchange question: https://tex.stackexchange.com/questions/2099