ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Renald Buter <renald.buter@gmail.com>
To: ntg-context@ntg.nl
Subject: Two bibmod questions: first initials and points after question marks, etc. in reference list
Date: Wed, 19 Oct 2011 15:16:28 +0200	[thread overview]
Message-ID: <A4045D57-FFB7-40E1-8A11-96291468BCE2@gmail.com> (raw)

Hello,

I have a reference list in a bibtex file. For example, an entry such as this one:

@article{hirsch_does_2007,
	title = {Does the h index have predictive power?},
	volume = {104},
	shorttitle = {Does the h index have predictive power?},
	number = {49},
	journal = {Proceedings of the National Academy of Sciences},
	author = {Hirsch, J.E.},
	month = dec,
	year = {2007},
	pages = {19193--19198}
},

Currently, this entry appears in my list of references as follows:

 Hirsch, J. (2007). Does the h index have predictive power?. Proceedings of the National Academy of Sciences, 104(49), 19193–19198.

I have two questions:
 - Notice that only the first initial appears? How to get both/all initials?
 - There is a point after the question mark, which is ugly. The same would go for a title ending in a '!', btw. How to get rid of it?

To be complete, here are my relevant settings:

%%% Bibliography

\usemodule[bib]
\usemodule[bibltx]

\setupbibtex[database={bibliography},sort=author]
\setuppublications[
  alternative=apa, % the default
  refcommand=authoryears, % e.g. (Buter 2010)
  sorttype=cite, % in order of citing
  criterium=chapter, % per chapter
  numbering=yes, % number the references
]

\setuppublicationlist[
  authoretallimit=10,
  artauthoretallimit=10,
]

\setupcite[
  pubsep=;
]

The answer is probably straightforward, so I apologise in advance.

With kind regards,

Renald
___________________________________________________________________________________
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-10-19 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-19 13:16 Renald Buter [this message]
2011-10-19 19:22 ` Pontus Lurcock

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=A4045D57-FFB7-40E1-8A11-96291468BCE2@gmail.com \
    --to=renald.buter@gmail.com \
    --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).