Peter Daum wrote:
> Hi all
> 
> I'd like to try to tell bib-mod to - fill in a vertical space between
> the entries in the publication list (the distance parameter did not
> help); 

\setuppublicationlist[before={\setupwhitespace[5pt]}]

> - format the author's name in the cite as small caps (I
> managed to do it for the list, but unfortunately stayed unsuccessful
> for the cite).

This works: {\sc\cite[something]}, so just wrap that in macro:

     \def\sccite#1{{\sc\cite[#1]}}

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to