internal consistency problem when checking if BBL causes many runs #1186
-
I was wondering whether anyone had run into the following issue. When compiling a very simple tex file
\documentclass{article}
\usepackage[square,numbers]{natbib}
\bibliographystyle{abbrvnat}
\title{Bibliography}
\begin{document}
\maketitle
\cite{latexcompanion}
\bibliography{sample}
\end{document} with associated @book{latexcompanion,
author = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
title = "The LaTeX Companion",
year = "1993",
publisher = "Addison-Wesley",
address = "Reading, Massachusetts"
} Compiling with
It seems that somehow the internal detection cannot detect that the Has anyone run into this issue before? Is there a solution to this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is a known problem, the associated issue was simply already closed: #1150. The fix is already in the codebase, it is simply waiting on the next release to go out to users. |
Beta Was this translation helpful? Give feedback.
This is a known problem, the associated issue was simply already closed: #1150. The fix is already in the codebase, it is simply waiting on the next release to go out to users.