From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/87917 Path: news.gmane.org!not-for-mail From: "Thomas A. Schmitz" Newsgroups: gmane.comp.tex.context Subject: Re: Bibliography: only surname in small caps Date: Mon, 30 Jun 2014 16:24:10 +0200 Message-ID: References: <20140630150851.1ae82db7@medea1.site> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1404138287 16939 80.91.229.3 (30 Jun 2014 14:24:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2014 14:24:47 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Mon Jun 30 16:24:42 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X1cVb-00076k-0o for gctc-ntg-context-518@m.gmane.org; Mon, 30 Jun 2014 16:24:39 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 68DD6102A3 for ; Mon, 30 Jun 2014 16:24:38 +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 4HOu6XwJQQiR for ; Mon, 30 Jun 2014 16:24:38 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 88AEC10221 for ; Mon, 30 Jun 2014 16:24:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id F2640101E6 for ; Mon, 30 Jun 2014 16:24:26 +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 xZoW+06Wo2Fb for ; Mon, 30 Jun 2014 16:24:24 +0200 (CEST) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id 4316F101E3 for ; Mon, 30 Jun 2014 16:24:19 +0200 (CEST) Original-Received: from uni-bonn.de (x23.rhrz.uni-bonn.de [131.220.15.155]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s5UEOCOK004560 for ; Mon, 30 Jun 2014 16:24:18 +0200 Original-Received: from [87.178.38.220] (account tschmit1@uni-bonn.de HELO [192.168.0.17]) by uni-bonn.de (CommuniGate Pro SMTP 6.0.8) with ESMTPSA id 77448566 for ntg-context@ntg.nl; Mon, 30 Jun 2014 16:24:11 +0200 In-Reply-To: <20140630150851.1ae82db7@medea1.site> X-Mailer: Apple Mail (2.1878.2) X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=131.220.15.155; country=DE; region=North Rhine-Westphalia; city=Bonn; latitude=50.7333; longitude=7.1000; http://maps.google.com/maps?q=50.7333,7.1000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0VMkCoc3O - 70ae00823f90 - 20140630 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:87917 Archived-At: On 30 Jun 2014, at 15:08, Joshua Kr=E4mer wrote: > Dear list, > = > I would like to have in a bibliography only surnames in small > capitals, like this: > = > M=DCLLER, B. and SCHNEIDER A. > = > (M=FCller and Schneider appear in small caps, but everything else > like "and" is still in the default typeface.) > = > At the moment, I'm using the old bibliography system. I am a bit > overwhelmed by the new system, because I would have to setup everything > from the beginning, as I have setup my layouts with > \setuppublicationlayout. > = > Now my questions are: > = > Is it possible to achieve what I want (SC surnames) with the old and the > new system? Yes, in principle. > = > If I would do it with the old system, am I right that I would have to > redefine \normalauthor or define my own author command? You would define your own command. Something like \def\myinvertedauthor#1#2#3#4#5% {{\sc #3}% \bibdoif{#1}{\bibalternative{surnamesep}#4\unskip}% \bibdoifelse{#2}{\bibalternative{vonsep}#2\unskip}{\unskip}% \bibdoifelse{#5}{\bibalternative{juniorsep}#5\unskip}{\unskip}% } > How could it be done with the new system? I've tried to understand the > file "publ-imp-apa.mkvi", but there's only an "author" value, and I > don't understand how to access the name components (first name, last > name etc.). The interface isn=92t finished yet, so you=92ll have to wait a bit. But thi= s is a good occasion to remind Hans that formatting needs for bibliographie= s can vary widely, so we need as much configurability as possible. Thomas ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________