ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
Subject: Re: Small capitals for the name in m-bib
Date: Fri, 16 Dec 2005 14:58:49 +0100	[thread overview]
Message-ID: <5D28432F-906C-4C3A-A087-E966F8E32DDC@uni-bonn.de> (raw)
In-Reply-To: <43A28DC3.5010309@nibua-r.org>


[-- Attachment #1.1: Type: text/plain, Size: 1434 bytes --]

I'm not Taco, but this should work (it works for me):

authors' names are set up by commands like \invertedautor (bibtex  
manual p. 3-4). You can write your own version of that. If you want  
the last name first, in small caps, like this "AUBIN, Renaud," you  
can use this version:


\def\myinvertedauthor#1#2#3#4#5%
    {\bgroup\sc#3\egroup\bibalternative{surnamesep}%
     \bibdoif{#1}{#1\unskip}%
     \bibdoifelse{#2}{\bibalternative{vonsep}#2\unskip}{\unskip}%
     \bibdoifelse{#5}{\bibalternative{juniorsep}#5\unskip}{\unskip}%
}

Then, tell bibtex to use this command:


\setuppublicationlist
    [artauthor=\myinvertedauthor,
     editor=\myinvertedauthor,
     author=\myinvertedauthor]

Needless to say, this will only work if you use a font that actually  
has small caps...

HTH

Thomas

On Dec 16, 2005, at 10:49 AM, Renaud AUBIN wrote:

>
> Hi all,
>
> Taco, surely you're the one able to answer...
>
> I want to have last names (and "von") of the authors in small  
> capitals in my bibliography. Since, I'm not m-bib expert, how to  
> manage the point properly ?
>
> Taco, I'm translating a bibli-num-fr.tex and bibl-apa-fr.tex, do  
> you want them when it's over ? Maybe is there some other french  
> people that can check it out and improve it ?
>
> Thanks,
>
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context


[-- Attachment #1.2: Type: text/html, Size: 2751 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

  reply	other threads:[~2005-12-16 13:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-16  9:49 Renaud AUBIN
2005-12-16 13:58 ` Thomas A. Schmitz [this message]
2005-12-16 20:42   ` Renaud AUBIN
2005-12-16 18:31 ` Taco Hoekwater

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=5D28432F-906C-4C3A-A087-E966F8E32DDC@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).