Extra spaces in APA bibliography style
Hi, I just noticed that there is an extra space after the booktitle and before ', pages' in the publicationlayout inproceedings in the english APA bibliography style. Here is a suggested patch: --- texmf-context/tex/context/bib/bibl-apa.tex.orig 2009-01-05 15:03:34.000000000 +0100 +++ texmf-context/tex/context/bib/bibl-apa.tex 2010-10-15 11:47:41.000000000 +0200 @@ -307,7 +307,7 @@ {}% {}% \insertchap{\unskip, }{ }{ }% - \insertpages{, pages~}{}{}% + \insertpages{\unskip, pages~}{}{}% \insertorg{. }{.}{.}% }% {In \insertcrossref{}{}{}% Best, Florian
On 10/15/2010 12:58 PM, Florian Wobbe wrote:
Hi,
I just noticed that there is an extra space after the booktitle and before ', pages' in the publicationlayout inproceedings in the english APA bibliography style.
Hans, can you do this please? Also, line 334 needs an identical fix.
Here is a suggested patch:
--- texmf-context/tex/context/bib/bibl-apa.tex.orig 2009-01-05 15:03:34.000000000 +0100 +++ texmf-context/tex/context/bib/bibl-apa.tex 2010-10-15 11:47:41.000000000 +0200 @@ -307,7 +307,7 @@ {}% {}% \insertchap{\unskip, }{ }{ }% - \insertpages{, pages~}{}{}% + \insertpages{\unskip, pages~}{}{}% \insertorg{. }{.}{.}% }% {In \insertcrossref{}{}{}%
Best, Florian
___________________________________________________________________________________ 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 ___________________________________________________________________________________
On 16-10-2010 9:19, Taco Hoekwater wrote:
On 10/15/2010 12:58 PM, Florian Wobbe wrote:
Hi,
I just noticed that there is an extra space after the booktitle and before ', pages' in the publicationlayout inproceedings in the english APA bibliography style.
Hans, can you do this please? Also, line 334 needs an identical fix.
I've added an \unskip before each ", pages". -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Florian Wobbe
-
Hans Hagen
-
Taco Hoekwater