ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "M.J. Kallen" <mj_kallen@yahoo.com>
Subject: placepublications in combination with ownnumber=yes
Date: Wed, 17 Jan 2007 05:16:15 -0800 (PST)	[thread overview]
Message-ID: <949808.50491.qm@web51804.mail.yahoo.com> (raw)

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

Hi Taco and everyone else,

working with \placepublications[criterium=cite] inside sections, I noticed that the behavior is not the same when using a section with ownnumber=yes. The local list of publications does not appear in the latter case. I've made a sample test.tex and test.bib file to demonstrate this. It seems like this is the same behaviour as trying to use \placepublications[criterium=cite] inside a \subject, i.e. nothing appears. Is this behavior as expected?

Greetings,

Maarten-Jan



 
____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091

[-- Attachment #2: test.tex --]
[-- Type: application/octet-stream, Size: 488 bytes --]

\usemodule[bib]
\setupbibtex[database=test.bib]

\definehead[MySection][section]
\setuphead[MySection][ownnumber=yes]

\starttext

\section{Normal section}
\nocite[key]
\placepublications[criterium=cite]

\MySection{1234}{Section with \type{ownnumber=yes}}
\nocite[key]
\type{\placepublications[criterium=cite]} does not work:
\placepublications[criterium=cite]

\ldots, but \type{\placepublications[criterium=all]} does:
\placepublications[criterium=all]

\stoptext

[-- Attachment #3: test.bib --]
[-- Type: text/plain, Size: 118 bytes --]

@BOOK{key,
	Title		= {A very interesting book},
	Author		= {A. U. Thor},
	Year		= {2006},
	Publisher	= {Print Inc.}
}

[-- Attachment #4: Type: text/plain, Size: 139 bytes --]

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

             reply	other threads:[~2007-01-17 13:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-17 13:16 M.J. Kallen [this message]
2007-01-17 13:32 ` Taco Hoekwater
2007-01-17 14:38 M.J. Kallen

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=949808.50491.qm@web51804.mail.yahoo.com \
    --to=mj_kallen@yahoo.com \
    --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).