Skip to content

Instantly share code, notes, and snippets.

@bmmalone
Created October 22, 2018 13:59
Show Gist options
  • Save bmmalone/0927a8d19ebf36e3e9e6f5b7f4150433 to your computer and use it in GitHub Desktop.
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
#! /usr/bin/env bash
inkscape -D -z --file=$1.svg --export-pdf=$1.pdf --export-latex
@bmmalone
Copy link
Author

This script is adapted from this StackExchange question: https://tex.stackexchange.com/questions/2099

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment