Re: [NTG-context] ConTeXt + BibTeX problem
Mohamed Bana wrote:
Hi Taco,
1. How do I get coloured citations? E.g., \cite[jacky:critial] should produce a coloured link.
\setupinteraction[state=start] \setupcolors[state=start] \setupcite[compress=no]
2. If is possible to get the list of pages an item was cited at?
Sorry, no. The backreferences are in saved in the tuo file, but I never got around to writing the integration code for it. In case someone is interested in writing that, it needs a loop like this one: \unprotect \def\getpagelist#1% {\let\pagelist \empty \def\currentbibitem{#1}% \doloop {\doifdefinedelse{\r!cross cite-\jobname-\recurselevel} {\doifreferencefoundelse {cite-\jobname-\recurselevel} {\ifx\currenttextreference\currentbibitem\relax \doglobal\addtocommalist {cite-\jobname-\recurselevel}\pagelist \fi } {}} {\exitloop}}% % \pagelist is now the list of backreferences for #1 \message{\pagelist}% } \protect Best wishes, Taco
participants (1)
-
Taco Hoekwater