On Sep 11, 2008, at 12:19 PM, Martin Hoher wrote:

> Hello,
>
> concerning the bib-module and the \cite command I've got two  
> questions:
>
> (1)   The output in the text of the document should look like this:
>        Goldstein (2003:95).
>       The name of the author should be located on the outside of the          
>          
> brackets.
>
>       
>       Goldstein refers to the name of the author, 2003 is the year of         
> publication and 95 is the relevant page number.
>       My approach until now:  \cite[extras={:95}][G:2003] It generates        
> the
> following output: (Goldstein 2003:95)
>
\setupcite
        [authoryear]
        [pubsep={, },
         lastpubsep={ und },
         compress=yes,
         inbetween={ (},
         left={},
         right={)}]

(chapter 2.3 of the bib manual)

>
> (2)   The output in the text should look like this:
>       (vgl. Goldstein 2003:95)
>       My intention is to place the expression "vgl." in front of the          
> authorname and inside of the brackets.

\setupcite
        [authoryear]
        [pubsep={, },
         lastpubsep={ und },
         compress=yes,
         inbetween={ (vgl. },
         left={},
         right={)}]

HTH

Thomas
___________________________________________________________________________________
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