Hi,<br><br>In a book project I'm using biblatex with the option 'indexing=cite' to generate index entries for author and title for the works cited. However, I would like to remove certain entries from the index. Although I can do this manually (or by writing a simple script), by editing the .ind file (might just be the simplest option) I can't help but thinking I should be able to define an alternate citation command for entries that should appear in the bibliography but not in the index. <br>
<br>The command \citeauthor is declared in biblatex.def as:<br><br>\DeclareCiteCommand{\citeauthor}<br> {\boolfalse{citetracker}%<br> \boolfalse{pagetracker}%<br> \usebibmacro{prenote}}<br> {\indexnames{labelname}%<br>
\printnames{labelname}}<br> {\multicitedelim}<br> {\usebibmacro{postnote}}<br><br>and redeclaring that without the \indexnames command successfully removes the name of the work cited using \citeauthor. What I would like to be able to do, however, is to define a command that is equal to \footcite but which doesn't but the author and title fields in the index, but from looking at biblatex.def I just can't figure out how to do it.<br>
<br>Any suggestions?<br><br>best,<br><br>/Henrik<br><br>