ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Steffen Wolfrum <context@st.estfiles.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: help with citation please (mkiv)
Date: Thu, 13 Jan 2011 07:42:24 +0100	[thread overview]
Message-ID: <851A9BF8-5E18-4772-AADF-C14C7C47F43D@st.estfiles.de> (raw)
In-Reply-To: <alpine.LNX.2.01.1101121418180.1278@ybpnyubfg.ybpnyqbznva>

[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]


Am 12.01.2011 um 20:19 schrieb Aditya Mahajan:

> On Wed, 12 Jan 2011, Steffen Wolfrum wrote:
> 
>> Hi friends,
>> 
>> I am a bit confused with the use of citation/bibliographies in MkIV.
>> Maybe someone can help me?
>> 
>> Say, I have a bib-file containing entries like ...
>> 
>> @BOOK{mb:Wassermann1990,
>> title = {Alternativkommentar zum Strafgesetzbuch},
>> year = {1990 (Bd. 1), 1986 (Bd. 3)},
>> editor = {Wassermann, Rudolph},
>> % address = {Neuwied},
>> howcited = {\emph{Bearbeiter}, in: Wassermann, AK-StGB},
>> juratitle = {AK-StGB},
>> owner = {mascha},
>> timestamp = {2006.10.02}
>> }
>> 
>> In the typeset document I need an entry like this:
>> \emph{Amelung} in Wassermann, Alternativkommentar zum Strafgesetzbuch, §\,94, Rn. 4.
>> 
>> In a Latex document I saw the usage like this:
>> \cite[Amelung][§\,94, Rn. 4]{mb:Wassermann1990}
>> 
>> 
>> Who do I do it in ConTeXt MkIV??
> 
> \cite[extras={, §\,94, Rn. 4}][mb:Wassermann1998]
> 
> (or \cite[mb:Was...][extras={...}], I do not remember the order)


I though it should be the first one, too.
But the citation doesn't work (see example attached).

Steffen
-------

[-- Attachment #2: bib_steffen.pdf --]
[-- Type: application/pdf, Size: 12586 bytes --]

[-- Attachment #3: bib_steffen.tex --]
[-- Type: application/octet-stream, Size: 209 bytes --]


%&context
%!TEX TS-program = luatex

\setupbibtex[database=samplex.bib]
\starttext 
\section{section one}
\cite[Amelung][§\,94, Rn. 4]{mb:Wassermann1990}
\placepublications[criterium=all]
\stoptext 

[-- Attachment #4: samplex.bib --]
[-- Type: application/octet-stream, Size: 322 bytes --]

@BOOK{mb:Wassermann1990,
  title = {Alternativkommentar zum Strafgesetzbuch, Band 1 und 3},
  year = {1990 (Bd. 1), 1986 (Bd. 3)},
  editor = {Wassermann, Rudolph},
  % address = {Neuwied},
  howcited = {\emph{Bearbeiter}, in: Wassermann, AK-StGB},
  juratitle = {AK-StGB},
  owner = {mascha},
  timestamp = {2006.10.02}
}

[-- Attachment #5: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2011-01-13  6:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-12 18:59 Steffen Wolfrum
2011-01-12 19:19 ` Aditya Mahajan
2011-01-13  6:42   ` Steffen Wolfrum [this message]
2011-01-14  5:40     ` Steffen Wolfrum

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=851A9BF8-5E18-4772-AADF-C14C7C47F43D@st.estfiles.de \
    --to=context@st.estfiles.de \
    --cc=ntg-context@ntg.nl \
    /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).