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

6 lines
269 B
Org Mode

#+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)}}}