瀏覽代碼

ob-plantupml: Added LaTeX output support

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

TINYCHANGE
rjhwelsh 7 年之前
父節點
當前提交
7809484fe1
共有 1 個文件被更改,包括 2 次插入0 次删除
  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")