From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26469 Path: news.gmane.org!not-for-mail From: "Mikael Persson" Newsgroups: gmane.comp.tex.context Subject: Unwanted indenting on first line of bibtex entries Date: Thu, 23 Mar 2006 17:44:03 +0100 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143132276 4181 80.91.229.2 (23 Mar 2006 16:44:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Mar 2006 16:44:36 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 23 17:44:32 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FMSuz-0005gN-43 for gctc-ntg-context-518@m.gmane.org; Thu, 23 Mar 2006 17:44:15 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D820C127A7; Thu, 23 Mar 2006 17:44:11 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27906-05; Thu, 23 Mar 2006 17:44:07 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DBED9127A0; Thu, 23 Mar 2006 17:44:06 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C6A4127A0 for ; Thu, 23 Mar 2006 17:44:06 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27705-04 for ; Thu, 23 Mar 2006 17:44:05 +0100 (CET) Original-Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by ronja.ntg.nl (Postfix) with SMTP id D9CE412798 for ; Thu, 23 Mar 2006 17:44:04 +0100 (CET) Original-Received: by zproxy.gmail.com with SMTP id m7so549331nzf for ; Thu, 23 Mar 2006 08:44:03 -0800 (PST) Original-Received: by 10.37.14.68 with SMTP id r68mr3299760nzi; Thu, 23 Mar 2006 08:44:03 -0800 (PST) Original-Received: by 10.36.105.8 with HTTP; Thu, 23 Mar 2006 08:44:03 -0800 (PST) Original-To: "mailing list for ConTeXt users" Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26469 Archived-At: Hello, I get a small indentation for the entries in the bibliography, but only on the first line! I am right now running the minimal ConTeXt distr, but it was the same with newest ConTeXt on a TeXLive 2004... Example: \usemodule[bib] \setuppublications[ alternative=num, refcommand=num, numbering=yes, ] \setupbibtex[ database=fejk, ] \starttext Bla bla \cite[ab,akgl,kato]. \placepublications[criterium=artikel] \stoptext The files are available at http://www.math.chalmers.se/~mickep/bibproblem/ Especially the resulting pdf is at http://www.math.chalmers.se/~mickep/bibproblem/bibprob.pdf My guess is that there is a \setupbib... something to get the entries without the indentation on the first line. Best regards, Micke P