Hi,<br><br>In a book project I&#39;m using biblatex with the option &#39;indexing=cite&#39; 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&#39;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&#39;t but the author and title fields in the index, but from looking at biblatex.def I just can&#39;t figure out how to do it.<br>
<br>Any suggestions?<br><br>best,<br><br>/Henrik<br><br>