ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Two bibmod questions: first initials and points after question marks, etc. in reference list
@ 2011-10-19 13:16 Renald Buter
  2011-10-19 19:22 ` Pontus Lurcock
  0 siblings, 1 reply; 2+ messages in thread
From: Renald Buter @ 2011-10-19 13:16 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Two bibmod questions: first initials and points after question marks, etc. in reference list
  2011-10-19 13:16 Two bibmod questions: first initials and points after question marks, etc. in reference list Renald Buter
@ 2011-10-19 19:22 ` Pontus Lurcock
  0 siblings, 0 replies; 2+ messages in thread
From: Pontus Lurcock @ 2011-10-19 19:22 UTC (permalink / raw)
  To: ntg-context

On Wed 19 Oct 2011, Renald Buter wrote:

> 	author = {Hirsch, J.E.},
> ...
>  - Notice that only the first initial appears? How to get both/all initials?

Should be
        author = {Hirsch, J. E.},
with a space between initials, otherwise bibtex thinks that Hirsch's
first name is ‘J.E.’.

> - 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?

I don't know how to do this, and I fear that it may be non-trivial --
the first place I'd look is the documentation for
\setuppublicationlayout in bibmod-doc.pdf, but I don't know if it has
the capability to conditionally change the layout based on the content
of the fields.

> \usemodule[bibltx]

This is unnecessary, and as far as I know has no effect in recent
ConTeXt versions.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-19 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-19 13:16 Two bibmod questions: first initials and points after question marks, etc. in reference list Renald Buter
2011-10-19 19:22 ` Pontus Lurcock

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).