From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/74699 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Collision of sectioning and bibliography? Date: Sat, 25 Feb 2012 10:49:16 +0100 Message-ID: <4F48AE9C.1040003@gyza.cz> Reply-To: hajtmar@gyza.cz, mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1330163414 20310 80.91.229.3 (25 Feb 2012 09:50:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2012 09:50:14 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Feb 25 10:50:13 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S1EGb-0005td-6I for gctc-ntg-context-518@m.gmane.org; Sat, 25 Feb 2012 10:50:13 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8334ACB258; Sat, 25 Feb 2012 10:50:12 +0100 (CET) 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 UnAcIl7VDX+r; Sat, 25 Feb 2012 10:50:09 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 69E25CB253; Sat, 25 Feb 2012 10:50:09 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9FBB3CB253 for ; Sat, 25 Feb 2012 10:50:07 +0100 (CET) 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 Cc1JA3wkAZ1c for ; Sat, 25 Feb 2012 10:49:55 +0100 (CET) Original-Received: from filter3-nij.mf.surf.net (filter3-nij.mf.surf.net [195.169.124.154]) by balder.ntg.nl (Postfix) with ESMTP id 55871CB251 for ; Sat, 25 Feb 2012 10:49:55 +0100 (CET) Original-Received: from psi4.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter3-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q1P9ns9m024506 for ; Sat, 25 Feb 2012 10:49:54 +0100 Original-Received: (qmail 3028 invoked by uid 89); 25 Feb 2012 09:49:52 -0000 Original-Received: from unknown (HELO ?192.168.20.101?) (hajtmar@88.103.230.14) by psi04 with ESMTPA; 25 Feb 2012 09:49:52 -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.3416 (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: 0dGC9NSHx - 8d6c4517c063 - 20120225 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.154 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:74699 Archived-At: Hello ConTeXist. After two years I recreate a larger project (that was created using the MKII) and convert it into MKIV. And I ran into some major problems. I try to describe it and ask you about help. Collisions of sectioning and bibliography: When put into the document sections (using \section{} or \title{} commands), bibliography stops working and the error will appear in the bibliography links (Error2) and a list of the bibliography does not list. What I am doing wrong? Thanx Jaroslav Hajtmar Here is my minimal example: \setupbibtex[database={samplebib}] \setuppublications[alternative=ams] % Content of file "samplebib.bib" is: % % @STRING{hh = {Hans Hagen}} % % @ARTICLE{hh2010a, % author = hh, % title = {The Font Name Mess}, % journal = {MAPS}, % year = {2010}, % volume = {40}, % pages = {2-8}, % keywords = {context}, % } % % @BOOK{Eijkhout1991, % title = {\TeX\ by Topic. A \TeX nician's Reference}, % publisher = {Addison-Wesley}, % year = {1991}, % author = {Victor Eijkhout}, % address = {London}, % keywords = {general}, % } \starttext Citation one is \cite[hh2010a] and another citation is \cite[Eijkhout1991]. % When you uncomment next line, then bibliography crashed %\section{List of citations} \placepublications[criterium=cite] \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 ___________________________________________________________________________________