I am using the ibidtracker in constrict mode and I would expect it to be disabled when I wrap a citation in a float. However, the final document keeps showing ibids, which I don't understand why?
Here is the code where I expect no ibid.
Code: Select all
%proposition
\newcommand{\inlineproposition}[4][\empty]
{
\begin{figure}[htbp]
\refstepcounter{proposition}
{
\label{#4}
\begin{quote}``{\it #3}''\end{quote}
\vspace{-0.7cm}\hspace{0.5cm}\rule{35em}{0.5pt}
}
\addcontentsline{prop}{proposition}
{
\protect\numberline{\theproposition}#2 \parencite{#1}
}
\\
\centerline
{
\small {\sc Proposition} \theproposition : #2\optionalarg{#1}{}{ --- Basis: (\cite{#1})}
}
\par\noindent
\end{figure}
}
