Created
February 10, 2013 20:37
-
-
Save coderiot/4750970 to your computer and use it in GitHub Desktop.
Vim mapping konvertiert SVG mit Inkscape zum einbinden in ein Latex Dokument.
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
| 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