ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hubertus <stonemonkey@web.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Bibtex: how to make autohang work?
Date: Fri, 2 Apr 2010 15:30:35 +0200	[thread overview]
Message-ID: <20100402133035.GA12393@shahin.dnsalias.com> (raw)
In-Reply-To: <4BB5C435.60800@elvenkind.com>

> That is clearly a bug. Mkiv or mkii?
I think I use texlive (current debian unstable).
I also think I found the problem :)
I've been using the http://pmrb.free.fr/work/OS/ConTeXt/e-phd.tex + project file
and it seems that there's something wrong with the order of the commands. The 
original verion:

\startproduct prd_phd
\project project_phd
\starttext
  \setuppublications[alternative=apa,
      refcommand=short,
      autohang=yes,
      numbering=short,
      sorttype=bbl,
      criterium=all]


  \placepublications[criterium=all]

\stoptext
\stopproduct

This does not work. This, however, works:

\setuppublications[alternative=apa,
    refcommand=short,
    autohang=yes,
    numbering=short,
    sorttype=bbl,
    criterium=all]

\starttext
\startproduct prd_phd
\project project_phd

      \chapter{Bibliography}
      \placepublications[criterium=all]

\stopproduct
\stoptext

So, I don't know if it's a bug or not or if it's the way it should be and was
just an inattention by the one who wrote the original product-file.

Cheers,

Hubertus
___________________________________________________________________________________
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:[~2010-04-02 13:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-01 16:50 Hubertus
2010-04-02  7:05 ` Taco Hoekwater
2010-04-02 10:13   ` Hubertus
2010-04-02 10:17     ` Taco Hoekwater
2010-04-02 13:30       ` Hubertus [this message]
2010-04-02 13:51         ` Taco Hoekwater
2010-04-02 14:05         ` Peter Münster
2010-04-02 14:51           ` Hubertus

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=20100402133035.GA12393@shahin.dnsalias.com \
    --to=stonemonkey@web.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).