moewew / biblatex-trad

traditional bibliography styles with biblatex
LaTeX Project Public License v1.3c
31 stars 7 forks source link

\intitlepunct odd behavior #13

Closed russella closed 9 years ago

russella commented 11 years ago

Dear Marco,

For inproceedings and incollection, it seems that the right punctuation is not being picked up after "In". To be precise, right now the entry

@inproceedings{ICALP08, author = {Guy E. Blelloch and Virginia Vassilevska and Ryan Williams}, title = {A New Combinatorial Approach for Sparse Graph Problems}, booktitle = icalp08, year = {2008}, pages = {108--120}, doi = {10.1007/978-3-540-70575-8_10} }

produces the typesetting (with trad-plain)

Guy E. Blelloch, Virginia Vassilevska, and Ryan Williams. A new combinatorial approach for sparse graph problems. In, Proc. 35th Internat. Colloq. on Au- tomata, Languages and Programming (ICALP’08), pages 108–120, 2008. DOI: 10.1007/978-3-540-70575-8_10 (cited on pages 2, 4).

There should not be a comma after "In". My confusion is that in your code we already have the line

\renewcommand*{\intitlepunct}{\addspace}

So I am not sure where this punctuation is coming from!

All the best, Alex

marcodaniel commented 11 years ago

Dear russela,

sorry for the big delay. I tested you entry and I have a comma after In. I think you forgot something in your entry. The words Proc. 35th Internat. Colloq. on Au- tomata, Languages and Programming (ICALP’08) are not listed.

best regards Marco

russella commented 11 years ago

Dear Marco, This issue has been resolved (or was never an issue in the first place). You can mark it "closed."