Open GoogleCodeExporter opened 9 years ago
I change a bit the macro for debugging
\newcommand{\@tufte@print@margin@citation}[1]{%
% print full citation if bibkey is not in the old bibkeys list
\renewcommand*{\do}[1]{#1\par}%
\dolistloop{\@tufte@old@bibkeys}%
\ifinlist{#1}{\@tufte@old@bibkeys}{%
\citealp{#1}% print short entry
}{%
\bibentry{#1}% print full entry
% add bibkey to the old bibkeys list
\listgadd{\@tufte@old@bibkeys}{#1}%
}%
}
It should print the list of keys, but what I show is that the list is empty in
the first citation and in the followings it contains just one element, which is
precisely the key for the current citation.
Original comment by zunbe...@gmail.com
on 29 Feb 2012 at 9:45
I am using tufte-latex version from git.
Original comment by zunbe...@gmail.com
on 29 Feb 2012 at 9:49
[deleted comment]
I actually worked out how to fix this, luckily; see my StackExchange answer:
<http://tex.stackexchange.com/a/232372/73875>.
Original comment by haskell....@gmail.com
on 10 Mar 2015 at 3:37
Original issue reported on code.google.com by
zunbe...@gmail.com
on 28 Feb 2012 at 1:28Attachments: