From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/69354 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Change the appearance of a list of bibliography (\placepublications) Date: Tue, 21 Jun 2011 13:11:10 +0200 Message-ID: <4E007C4E.1040700@gyza.cz> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1308654696 22624 80.91.229.12 (21 Jun 2011 11:11:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 11:11:36 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Jun 21 13:11:32 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QYyre-0000Aa-0G for gctc-ntg-context-518@m.gmane.org; Tue, 21 Jun 2011 13:11:26 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 13964CADFA; Tue, 21 Jun 2011 13:11:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ah9ofrOsudY1; Tue, 21 Jun 2011 13:11:21 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 330A5CADDB; Tue, 21 Jun 2011 13:11:21 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C655FCADDB for ; Tue, 21 Jun 2011 13:11:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id nlXgLkw5nXCm for ; Tue, 21 Jun 2011 13:11:15 +0200 (CEST) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by balder.ntg.nl (Postfix) with ESMTP id E820ACADD3 for ; Tue, 21 Jun 2011 13:11:14 +0200 (CEST) Original-Received: from psi4.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter1-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p5LBBDmH014154 for ; Tue, 21 Jun 2011 13:11:14 +0200 Original-Received: (qmail 9209 invoked by uid 89); 21 Jun 2011 11:11:11 -0000 Original-Received: from unknown (HELO ?192.168.1.60?) (hajtmar@188.116.90.238) by psi04 with ESMTPA; 21 Jun 2011 11:11:11 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; latitude=49.7500; longitude=15.5000; http://maps.google.com/maps?q=49.7500,15.5000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 08EWzbdfa - dab44eb46bcc - 20110621 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:69354 Archived-At: Hello ConTeXtist. Is there any possibility to influence the appearance of a list of bibliography when I make it in MKIV minimals using the command \placepublications? I am thinking in particular spacing, stoppers etc. Specifically, I need to change the alignment of reference items and increase the gap between an item and the relevant literature item. At this moment, the result looks like this: ... [9] item 9 [10]item 10 [11]item 11 but I want it to look as follows: ... [9] item 9 [10] item 10 Can someone please advise? Thanx Jaroslav Here is my example: \setupbibtex[database={samplebib}] % Content of file samplebib.bib : % % @MISC{1,note={item 1}} % @MISC{2,note={item 2}} % @MISC{3,note={item 3}} % @MISC{4,note={item 4}} % @MISC{5,note={item 5}} % @MISC{6,note={item 6}} % @MISC{7,note={item 7}} % @MISC{8,note={item 8}} % @MISC{9,note={item 9}} % @MISC{10,note={item 10}} % @MISC{11,note={item 11}} % @MISC{12,note={item 12}} % @MISC{13,note={item 13}} % @MISC{14,note={item 14}} % @MISC{15,note={item 15}} % \setuppublications[setupinteraction=start, alternative=ams, sorttype=cite, criterium=cite] \setuppublicationlayout[misc]{% \insertnote } \starttext Cite \cite[2], \cite[1]. Next cite \cite[4], \cite[3], \cite[5] and \cite[6]. Other \cite[7], \cite[8], \cite[9], and \cite[10]. Last cite \cite[11] and \cite[12]. \blank[big] List: \placepublications %[criterium=all] \stoptext ___________________________________________________________________________________ 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 ___________________________________________________________________________________