Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verbose-ibid: \textcite and \footcite handle ibid differently after a \footnote #1208

Closed
u-fischer opened this issue Feb 24, 2022 · 1 comment
Labels
Milestone

Comments

@u-fischer
Copy link

When a normal footnote is between two \autocite or \footcite commands, ibid is not used (as documented e.g. in verbose-trad1). The same is not true if \textcite is used. Is this the intended behaviour?

\documentclass{article}
\usepackage[style=verbose-ibid,isbn=false]{biblatex}
\addbibresource{biblatex-examples.bib}

\textheight 6cm
\begin{document}
\textcite{doody} text\footnote{blub} \textcite{doody}

text\autocite{aksin} text\footnote{blub} text\autocite{aksin}

\end{document}

Note that footnote 3 is ibid, while footnote 6 is not:

image

moewew added a commit that referenced this issue Feb 25, 2022
@moewew
Copy link
Collaborator

moewew commented Feb 25, 2022

Thank you very much for reporting this issue. I think the problem is that we did not properly guard the footnote number saving code. This should work better with 796a158.

Another baffling example of the issue

\documentclass{article}
\usepackage[style=verbose-ibid,isbn=false]{biblatex}
\addbibresource{biblatex-examples.bib}

\begin{document}
\cite{sigfridsson}

Lorem\footcite{sigfridsson}

ipsum\footnote{Foo}

\cite{sigfridsson}

dolor\footcite{sigfridsson}

sit\footcite{sigfridsson}


\cite{nussbaum}

Lorem\footcite{nussbaum}

ipsum\footnote{Bar}

dolor\footcite{nussbaum}

sit\footcite{nussbaum}

\end{document}

@moewew moewew added bug fixedindev Fixed in current DEV version labels Feb 25, 2022
@moewew moewew added this to the v3.18 milestone Feb 25, 2022
@moewew moewew closed this as completed Jun 27, 2022
@moewew moewew removed the fixedindev Fixed in current DEV version label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants