Hello,

Elias Bounatirou <elias.bounati...@gmail.com> writes:

> Just to clarify the BUG:
> Citations in a footnote in the following environment are not exported to
> LaTeX: when the footnote follows two or more citations, of which one has a
> suffix, i.e. for instance in
>
> Body text with a citation: [cite:@low2001; @mcneill2011 with a
> suffix][fn:3].

I cannot reproduce the problem. With the following document:

--8<---------------cut here---------------start------------->8---
#+bibliography: foo.bibtex
#+cite_export: biblatex authoryear

Body text with a citation: [cite:@foo; @bar with a suffix][fn:1].

* Footnotes

[fn:1] Test 
--8<---------------cut here---------------end--------------->8---

I get,

--8<---------------cut here---------------start------------->8---
Body text with a citation: \autocites{foo}[][with a suffix]{bar}\footnote{Test}.
--8<---------------cut here---------------end--------------->8---

If I write

--8<---------------cut here---------------start------------->8---
Body text with a citation: [cite:@foo; @bar; with a suffix][fn:1].
--8<---------------cut here---------------end--------------->8---

instead, I get

--8<---------------cut here---------------start------------->8---
Body text with a citation: \autocites(with a 
suffix){foo}[][]{bar}\footnote{Test}.
--8<---------------cut here---------------end--------------->8---

Both seem correct.

Regards,
-- 
Nicolas Goaziou

Reply via email to