ob-plantupml: Added LaTeX output support

* lisp/ob-plantuml.el (org-babel-execute:plantuml): Added LaTeX output
 support.

TINYCHANGE
This commit is contained in:
rjhwelsh 2018-05-17 15:36:41 +12:00 committed by Nicolas Goaziou
parent 524be7cdb1
commit 7809484fe1

View file

@ -93,6 +93,8 @@ This function is called by `org-babel-execute-src-block'."
" -teps" "")
(if (string= (file-name-extension out-file) "pdf")
" -tpdf" "")
(if (string= (file-name-extension out-file) "tex")
" -tlatex" "")
(if (string= (file-name-extension out-file) "vdx")
" -tvdx" "")
(if (string= (file-name-extension out-file) "xmi")