ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Eckhart Guthöhrlein" <eckhart.guthoehrlein@uni-bielefeld.de>
Subject: Re: m-bib question
Date: Tue, 11 Mar 2003 09:15:20 +0100	[thread overview]
Message-ID: <200303110915.20844.eckhart.guthoehrlein@uni-bielefeld.de> (raw)
In-Reply-To: <827FE3AD-5377-11D7-93AD-0050E4258255@fastmail.fm>

Am Dienstag, 11. März 2003 05:11 schrieb Bruce D'Arcus:
> How do I get (Author, Date: cited page)?  So, something like (Smith,
> 1999: 23).



----------  Weitergeleitete Nachricht  ----------

Subject: Re: [NTG-context] bibtex
Date: Freitag, 14. Februar 2003 11:07
From: Adam Lindsay <atl@comp.lancs.ac.uk>
To: ntg-context@ntg.nl, Idris S Hamid <ishamid@lamar.colostate.edu>

I believe Idris S Hamid said this around Thu, 13 Feb 2003:
>I have a more important question for now: Is there an argument to \cite for
>subdivision references? In LaTeX we have, e.g, \cite[p.\~23]{key}. In m-

bib we

>have \cite[key] but no way to include the `p.\~23'. What is the way users of
>m-bib get around this? Is there any way to format subdivision references in
>m-bib?

Actually, Eckhart Guthöhrlein came up with a suggestion a week or so ago
that does this. He had:

\def\citeplus[#1][#2][#3]{%
  {%
     \setupcite[#1][right={, #3)}]%
     \cite[#1][#2]%
  }%
}

I simplified it to something like:

\def\citepage[#1][#2]{%
  {%
     \setupcite[authoryears][right={, #2)}]%
     \cite[authoryears][#1]%
  }%
}

And it is used something like this:
\citepage[McAd:84][pp.~4--6]


Hope that gives enough of the flavor...

cheers,
adam


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Adam Lindsay                  +44(0)1524 594 537
 atl@comp.lancs.ac.uk
 http://www.comp.lancs.ac.uk/computing/users/atl/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

-------------------------------------------------------

  reply	other threads:[~2003-03-11  8:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-11  3:35 Bruce D'Arcus
2003-03-11  4:11 ` Bruce D'Arcus
2003-03-11  8:15   ` Eckhart Guthöhrlein [this message]
2003-03-13 17:40   ` Idris S Hamid
2003-03-11  8:15 ` Eckhart Guthöhrlein
2003-03-11  8:44   ` Hans Hagen
2003-03-15  6:20 ` Berend de Boer

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=200303110915.20844.eckhart.guthoehrlein@uni-bielefeld.de \
    --to=eckhart.guthoehrlein@uni-bielefeld.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).