Skip to content

Instantly share code, notes, and snippets.

@coderiot
Created February 10, 2013 20:37
Show Gist options
  • Select an option

  • Save coderiot/4750970 to your computer and use it in GitHub Desktop.

Select an option

Save coderiot/4750970 to your computer and use it in GitHub Desktop.
Vim mapping konvertiert SVG mit Inkscape zum einbinden in ein Latex Dokument.
au FileType svg map <leader>ll <CR>:!inkscape -D -z --file="%" --export-pdf="%:r".pdf --export-latex<CR><CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment