Closed kohlhase closed 8 years ago
Looking at Makebibliography.pm
, it seems that this is intended, but commented out
# if NO crossref, used embedded editors & booktitle.
# ['ltx:bib-related[@type="book"]/ltx:bib-title', ' ', 'in ', 'inbook', \&do_title, ',']
The same seems to be the case for
<bib-part role="number">9150</bib-part>
when type='proceedings'
. This occurs e.g. for
@proceedings{CICM15,
editor = {Manfred Kerber and Jacques Carette and Cezary Kaliszyk and Florian Rabe and Volker Sorge},
venue = {Washington DC, USA},
eventdate = {2015-07-13/2015-07-17},
eventtitle = {Conferences on Intelligent Computer Mathematics},
title = {Intelligent Computer Mathematics},
booktitle = {{Intelligent Computer Mathematics} 2015},
NOkey = {CICM15},
NOlabel = {CICM15},
keywords = {conference},
publisher = {Springer},
series = {LNCS},
number = {9150},
isbn = {978-3-319-20615-8},
year = 2015
}
Yes, that clause in your second comment is commented out, but it's right in the middle of several other (xpath based) tests that are trying to determine if the book/collection title should be copied over. Apparently there's your entry is missing what was expected, or the tests aren't quite tuned right (likely).
Could you also post the bib entry for GarKoh:hocuanls96, so that I can tune it? Thanks.
actually, GarKoh:hocuanls96, is in the first listing :-). Your system is well designed.
<bib-data role="self" type="BibTeX">@inproceedings{GarKoh:hocuanls96,
author = {Claire Gardent and Michael Kohlhase},
title = {Higher–Order Coloured Unification and Natural Language Semantics},
booktitle = {Proceedings of the 34\textsuperscript{th} Annual Meeting of the {Association} for
{Computational}
{Linguistics}},
year = {1996},
pages = {1–9},
address = {Santa Cruz},
publisher = {ACL},
url = {http://kwarc.info/kohlhase/papers/acl96.pdf},
keywords = {conference},
pubs = {mkohlhase}}
</bib-data>
thanks for looking into this.
On 06/23/2016 04:36 PM, Michael Kohlhase wrote:
actually, GarKoh:hocuanls96, is in the first listing :-). Your system is well designed.
Doh! It's smarter than me!!!
Should work better now. Thanks for the report!
I have the following in my LaTeXML-generated bibliography file
and generates (after post-processing but no html conversion)
It seesm that the part
is never considered by post-processing.