In the file test1.tex uncommenting the `\definecombinedlist...`
changes the behavior of `\cite...` so that instead of a `,` after the
first publication cited there is the word `and` but lacking an initial
space.

Marko
\usemodule[bib]
\setupcite[autoryears][]
\setupbibtex[database=Test]

\definelist[chapter]
\setuplist[chapter]
  [before=\blank,
   style=bold]

\definelist[section]
\setuplist[section]
  [alternative=b]

% \definecombinedlist[contents]
%   [chapter,section]
%   [level=subsection]

\starttext

zu schaffen, z.B.\ von Richters und
Gogolla
\cite[gogolla-richters:1998,richters-gogolla:1998,richters-gogolla:1999,richters-gogolla:2000],
dies kann aber zumindest 
 
\stoptext



@InCollection{gogolla-richters:1998,
  author =       {Martin Gogolla and Mark Richters},
  title =        {On constraints and queries in {UML}},
  booktitle =    {The {U}nified {M}odeling {L}anguage - Technical Aspects and 
Applications},
  pages =        {109--121},
  publisher =    {Physica-Verlag},
  year =         1998,
  editor =       {Martin Schader and Axel Korthaus},
  address =      {Heidelberg}
}

@InProceedings{richters-gogolla:1998,
  author =       {Mark Richters and Martin Gogolla},
  title =        {On formalizing the {UML} object constraint language {OCL}},
  booktitle =    {Proceedings of the 17th International Conference on Conceptual 
Modeling (ER'98)},
  pages =        {449--464},
  year =         1998,
  editor =       {Tok Wang Ling and Sudha Ram and Mong Li Lee},
  volume =       1507,
  series =       {LNCS},
  address =      {Berlin},
  publisher =    {Springer}
}


@InProceedings{richters-gogolla:1999,
  author =       {Mark Richters and Martin Gogolla},
  title =        {A metamodel for {OCL}},
  booktitle =    {Proceedings of the Second International Conference on the Unified 
Modeling Language: UML'99},
  year =         1999,
  editor =       {Robert France and Bernhard Rumpe},
  volume =       1723,
  series =       {LNCS}
}

@InProceedings{richters-gogolla:2000,
  author =       {Mark Richters and Martin Gogolla},
  title =        {Validating {UML} models and {OCL} constraints},
  booktitle =    {UML 2000 - The Unified Modeling Language. Advancing the Standard. 
Third International Conference, York, UK, October 2000},
  year =         2000,
  volume =       1939,
  series =       {LNCS},
  publisher =    {Springer}
}

Reply via email to