Bläddra i källkod

org-latex.el (org-export-latex-make-header): latexify \thanks string.

Bastien Guerry 14 år sedan
förälder
incheckning
0c7d8e615a
1 ändrade filer med 5 tillägg och 4 borttagningar
  1. 5 4
      lisp/org-latex.el

+ 5 - 4
lisp/org-latex.el

@@ -1361,10 +1361,11 @@ OPT-PLIST is the options plist for current buffer."
      (if (plist-get opt-plist :author-info)
 	 (format "\\author{%s%s}\n"
 		 (org-export-latex-fontify-headline (or author user-full-name))
-		 (if (and (plist-get opt-plist :email-info) email
-			  (string-match "\\S-" email))
-		     (format "\\thanks{%s}" email)
-		   ""))
+		 (org-export-latex-fontify-headline 
+		  (if (and (plist-get opt-plist :email-info) email
+			   (string-match "\\S-" email))
+		      (format "\\thanks{%s}" email)
+		    "")))
        (format "%%\\author{%s}\n"
 	       (org-export-latex-fontify-headline (or author user-full-name))))
      ;; insert the date