org-thesis/research-chapter/ref/bib-html-setup.org

6 lines
269 B
Org Mode
Raw Normal View History

2019-07-13 04:58:29 +02:00
#+MACRO: if-not-latex (eval (unless (org-export-derived-backend-p org-export-current-backend 'latex) "$1"))
# Print bibliography in other exports that are not LaTeX.
{{{if-not-latex(bibliographystyle:apalike)}}}
{{{if-not-latex(bibliography:./ref/bibliography.bib)}}}