Am 2015-12-04 um 23:23 schrieb Wolfgang Schuster <[email protected]>:

> or you use descriptions:
> 
> \definedescription[bibitem][title=yes]
> 
> \definereferenceformat [bibtitle]  [type=title,left={[},right={]}]
> \definereferenceformat [bibpage]   [type=page]

Thank you very much - this is, what I wanted to achieve:


\def\emptyBibItemHead#1{}
\def\dostartbibitem[#1]{\startBibItem[title={#1},reference={#1}]}
\def\startbibitem{\dosingleempty\dostartbibitem}
\def\stopbibitem{\stopBibItem}

\definedescription[BibItem][
        width=broad,margin=0pt,
        indenting=no,indentnext=no,
        headcommand=\emptyBibItemHead,]

\definereferenceformat [cite]  [type=title,left={[},right={]}]
%\definereferenceformat [bibpage]   [type=page]

\starttext

\title{Text}

As shown in \cite[Ramm 2015], the question is now solved.

\title{Bibliography}

\startbitem[Ramm 2015]
Ramm, Hraban: The Solved Question. Bishkek 2015.
\stopbibitem

\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

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

Reply via email to