Browse Source

org-latex: org-export-latex-format-image now accepts optional shortname

* lisp/org-latex.el (org-export-latex-format-image): updated number of
  arguments to allow for an optional short-name
Eric Schulte 15 năm trước cách đây
mục cha
commit
6d4cf4db84
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-latex.el

+ 1 - 1
lisp/org-latex.el

@@ -1894,7 +1894,7 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER."
 	     (t (insert "\\texttt{" desc "}")))))))
 
 
-(defun org-export-latex-format-image (path caption label attr)
+(defun org-export-latex-format-image (path caption label attr &optional shortn)
   "Format the image element, depending on user settings."
   (let (ind floatp wrapp multicolumnp placement figenv)
     (setq floatp (or caption label))