ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marko Schuetz <MarkoSchuetz@web.de>
Subject: m-bib again
Date: Wed, 21 Nov 2001 19:26:55 +0100	[thread overview]
Message-ID: <20011121192655H.marko@kinetic.ki.informatik.uni-frankfurt.de> (raw)

[-- Attachment #1: Type: Text/Plain, Size: 219 bytes --]

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

[-- Attachment #2: test1.tex --]
[-- Type: Text/Plain, Size: 472 bytes --]

\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

[-- Attachment #3: Test.bib --]
[-- Type: Text/Plain, Size: 1534 bytes --]

@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	other threads:[~2001-11-21 18:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-21 18:26 Marko Schuetz [this message]
2001-11-30 10:59 ` Taco Hoekwater

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011121192655H.marko@kinetic.ki.informatik.uni-frankfurt.de \
    --to=markoschuetz@web.de \
    --cc=marko@ki.informatik.uni-frankfurt.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).