瀏覽代碼

ox-latex.el (org-latex--format-spec): Add :subtitle

* lisp/ox-latex.el (org-latex--format-spec): Add :subtitle.

TINYCHANGE
Robertson, Seth 5 年之前
父節點
當前提交
7e4e34db1d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ox-latex.el

+ 1 - 0
lisp/ox-latex.el

@@ -1586,6 +1586,7 @@ INFO is a plist used as a communication channel."
 			lang))))
     `((?a . ,(org-export-data (plist-get info :author) info))
       (?t . ,(org-export-data (plist-get info :title) info))
+      (?s . ,(org-export-data (plist-get info :subtitle) info))
       (?k . ,(org-export-data (org-latex--wrap-latex-math-block
 			       (plist-get info :keywords) info)
 			      info))