On Mon, Oct 4, 2021 at 10:11 AM Bruce D'Arcus <bdar...@gmail.com> wrote:
>
> On Sun, Oct 3, 2021 at 6:23 PM Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote:
> >
> > 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
>
> Can you try with a note-based style like verbose?

Now I'm not sure.

Input:

----
#+language: en
#+bibliography: test.bib
#+cite_export: biblatex verbose

Body text with a citation: [cite:@low2001; @mcneill2011; with a suffix][fn:1].

#+print_bibliography:

* Footnotes

[fn:1] Third commentary, and then a citation: [cite:@low2001].
---

LaTeX output:

---
Body text with a citation: \autocites(with a
suffix){low2001}[][]{mcneill2011}\relax[1].

\printbibliography



Footnotes
─────────

[1] Third commentary, and then a citation: \autocite{low2001}.
---

But the PDF leaves off the last citation, in the footnote.

Bruce

Reply via email to