ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: [bibliography] publications layout
Date: Tue, 24 May 2011 11:39:14 +0200	[thread overview]
Message-ID: <D6A826CB-1C3C-472A-8698-1CD8E71B0ECA@uni-bonn.de> (raw)
In-Reply-To: <20110524090523.GY20248@rae.vm.bytemark.co.uk>


On May 24, 2011, at 11:05 AM, Pontus Lurcock wrote:

>> ? I'm using "ams" there and realized that the title tag of @book is  
>> not
>> treated that way (so with @book there are caps inside the title  
>> without
>> extra {} in the bib-file).
>
> This is the case for most bibliography styles: journal articles only
> get capitals for the first letter, proper nouns, chemical symbols,  
> etc.;
> Book Titles get Capital Letters for Most Words.

This is controlled by the "bst" style you use. If you look into the  
directory

$CONTEXT/tex/texmf-context/bibtex/bst/context/

you'll find a number of them. They contain



FUNCTION {do.t.out}
{ duplicate$ empty$
     { pop$ pop$ write$}
     { "{" swap$ "t" change.case$ * "}" * * write$ pop$ newline$ }
   if$
}

this is the function that changes uppercase to lowercase (I have no  
idea why this was ever considered a good thing, but scientists, as  
opposed to scholars in the humanities, can be very strange people).  
Further on, you'll find that this function is used in e.g.


FUNCTION {format.arttitle}
{ "" "\arttitle" title do.t.out }


if you change this to


FUNCTION {format.arttitle}
{ "" "\arttitle" title do.out }

the case will not be changed. And: this is something I found out by  
sheer bloody-mindedness, I don't have the faintest idea about bst- 
syntax, and from what I hear, most people think it's a bloody mess. So  
use at your own risk...

HTH

Thomas
___________________________________________________________________________________
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
___________________________________________________________________________________


      reply	other threads:[~2011-05-24  9:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-23 22:50 finkler
2011-05-23 22:57 ` Pontus Lurcock
2011-05-24  7:36   ` Stefan Müller
2011-05-24  9:05     ` Pontus Lurcock
2011-05-24  9:39       ` Thomas A. Schmitz [this message]

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=D6A826CB-1C3C-472A-8698-1CD8E71B0ECA@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --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).