ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: BibTeX/Publications
Date: Mon, 16 Nov 2009 08:34:39 +0100	[thread overview]
Message-ID: <4B01008F.7070602@elvenkind.com> (raw)
In-Reply-To: <7E51CAAE-31E0-44A0-BE86-649C45247FD7@uni-bonn.de>

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



Thomas A. Schmitz wrote:
> 
> On Nov 15, 2009, at 4:11 PM, Andreas Harder wrote:
> 
>> Hi all!
>>
>> I've two or more problems with bibliographies:
>>
>> 1) look at the attached attachment, the first brace.
> 
> I guess you mean the parenthesis. That appears to be a bug with the
> refcommands author and authoryears. If you use refcommand=authoryear,
> the output looks right. Hans, Taco?

The dangling "(" is a mkiv artifict only for me (mkii is fine), and
it goes away when the .bib file is patched as below, so I believe this
problem can be safely ignored as a side-effect of another error.

>> 2) @book{b,
>>   title={B Titel B},
>>   author={Brüser}, % error -> ü!!!
>>   year={2000},
>>   publisher={VS Verlag}
>> }
>>
> 
> Something is fishy with your file. 

No, it is bibtex, which is not utf-8 aware so it breaks the encoding
for the ü in the middle. You need

  author={Br{ü}ser},

To prevent bibtex from creating an invalid short key.

>> 3) I want "just get a typeset version of the used database" (without
>> \cite[a,b,c,d]), how to achieve this?
>>
> I was going to write "add criterium=all" to the \setuppublications
> command, but it worketh not.

This is only in mkiv, but yes:  \setuppublications[criterium=all] does
not seem to work in mkiv. Input that should have worked is attached.
Hans?

Best wishes,
Taco



[-- Attachment #2: test-bibtex.tex --]
[-- Type: text/x-tex, Size: 299 bytes --]


\usemodule[bib]
\setuppublications[state=start,alternative=apa-de,sorttype=bbl,criterium=all] % ,sorttype=bbl
\setupbibtex[database=test-bib,sort=author]

\starttext

\title{Literatur}
\placepublications[criterium=all]
\stoptext

%%% Local Variables: 
%%% mode: context
%%% TeX-master: t
%%% End: 

[-- Attachment #3: 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
___________________________________________________________________________________

  parent reply	other threads:[~2009-11-16  7:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-15 15:11 BibTeX/Publications Andreas Harder
2009-11-15 17:05 ` BibTeX/Publications Thomas A. Schmitz
2009-11-15 19:41   ` BibTeX/Publications Bernhard Rosensteiner
2009-11-16  7:34   ` Taco Hoekwater [this message]
2009-11-16  9:56     ` BibTeX/Publications Andreas Harder
2009-11-16 10:35       ` BibTeX/Publications Thomas A. Schmitz

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=4B01008F.7070602@elvenkind.com \
    --to=taco@elvenkind.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).