BibTeX export: Fix a bug for the LaTeX side

Patch by Taru Karttunen
This commit is contained in:
Carsten Dominik 2009-04-16 14:24:10 +02:00
parent c6fd49726f
commit 02dc6813dc
1 changed files with 3 additions and 3 deletions

View File

@ -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