Quellcode durchsuchen

BibTeX export: Fix a bug for the LaTeX side

Patch by Taru Karttunen
Carsten Dominik vor 16 Jahren
Ursprung
Commit
02dc6813dc
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      contrib/lisp/org-exp-bibtex.el

+ 3 - 3
contrib/lisp/org-exp-bibtex.el

@@ -107,9 +107,9 @@
 		(replace-match "<hr/>" t t))
 	      (concat "\n#+BEGIN_HTML\n<div id=\"bibliography\">\n" (buffer-string) "\n</div>\n#+END_HTML\n"))))
 	 (latexp ;; Latex export
-	  (concat "\n#+LATEX: \\\\bibliographystyle{" style "}"
-		  "\n#+LATEX: \\\\bibliography{" file "}\n"))) t t)))
-
+	  (concat "\n#+LATEX: \\bibliographystyle{" style "}"
+		  "\n#+LATEX: \\bibliography{" file "}\n"))) t t)))
+    
 
     ;; Convert cites to links in html
     (when htmlp