From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58548 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Article titles not capitalized in bibliography Date: Thu, 06 May 2010 11:28:45 +0200 Message-ID: <4BE28BCD.1060709@elvenkind.com> References: <002601caec83$77bf7f30$673e7d90$@com> Reply-To: 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 1273138150 21423 80.91.229.12 (6 May 2010 09:29:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 6 May 2010 09:29:10 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu May 06 11:29:08 2010 connect(): No such file or directory 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 1O9xOA-0004Do-Be for gctc-ntg-context-518@m.gmane.org; Thu, 06 May 2010 11:29:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7D2B6C9C3D; Thu, 6 May 2010 11:29:01 +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 3qZoQC-9zXaa; Thu, 6 May 2010 11:28:58 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8D005C9C04; Thu, 6 May 2010 11:28:58 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id EB3E9C9C04 for ; Thu, 6 May 2010 11:28:57 +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 p51YuyvsJ31D for ; Thu, 6 May 2010 11:28:46 +0200 (CEST) Original-Received: from smtp-vbr16.xs4all.nl (smtp-vbr16.xs4all.nl [194.109.24.36]) by balder.ntg.nl (Postfix) with ESMTP id D9B07C9BB5 for ; Thu, 6 May 2010 11:28:46 +0200 (CEST) Original-Received: from [192.168.178.26] (boo.demon.nl [83.163.247.99]) (authenticated bits=0) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id o469Sk7i030210 for ; Thu, 6 May 2010 11:28:46 +0200 (CEST) (envelope-from taco@elvenkind.com) User-Agent: Thunderbird 2.0.0.23 (X11/20090822) In-Reply-To: <002601caec83$77bf7f30$673e7d90$@com> X-Virus-Scanned: by XS4ALL Virus Scanner 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:58548 Archived-At: Tom wrote: > Book titles retain proper capitalization from the .bib file but articles > from periodicals do not. Only the first word of an article title is > capitalized in the .bbl file. Even proper names in titles lose their > capitalization. Is there an option that needs to be set to cause article > titles to retain proper capitalization? MKII This is controlled by the bst files and cannot be corrected elsewhere. In each of the four bst files in bibtex/bst/context, there are two calls to the do.t.out function: FUNCTION {format.t.title} { "" "\title" title do.t.out "" "\isbn" isbn do.out } FUNCTION {format.arttitle} { "" "\arttitle" title do.t.out } These calls have to be replaced by do.out: FUNCTION {format.t.title} { "" "\title" title do.out "" "\isbn" isbn do.out } FUNCTION {format.arttitle} { "" "\arttitle" title do.out } You will have to do that in a local copy, as I am a hesitant to change this in the distribution (it would introduce compatibility problems in already existing documents). Best wishes, Taco Best wishes, Taco ___________________________________________________________________________________ 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 ___________________________________________________________________________________