0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 19:46:27 +00:00

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

View file

@ -107,8 +107,8 @@
(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