Bläddra i källkod

ob-plantupml: Added LaTeX output support

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

TINYCHANGE
rjhwelsh 6 år sedan
förälder
incheckning
7809484fe1
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      lisp/ob-plantuml.el

+ 2 - 0
lisp/ob-plantuml.el

@@ -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")