Re: [NTG-context] Unwanted uppercase letter in \high{} within bibliography
Hello @list,
I have an unwanted output that might be a bug in my bibliographies. Consider this MWE :
\setuppapersize[S4] \mainlanguage[fr] \language[fr]
\startbuffer[bib]
@book{Manuel5, editor = {Martin Ivernel and Benjamin Villemagne and Jean Hubac}, title = {Histoire Géographie EMC 5\high{ème}, cycle 4}, publisher = {Hatier}, address = {Paris}, year = {2016}, pagetotal = {398}, language = {french} } \stopbuffer
\usebtxdataset[bib.buffer] \definebtxrendering [biblio] [apa] [numbering=no, sorttype=cite, title="Bibliographie"]
\starttext \nocite[Manuel5] \placelistofpublications \stoptext
As you can see, we get Ème in the output instead of ème. Is this a bug, or did I miss something?
Regards,
Damien Thiriet
Hi, same issue here with \low and \lohi – I don't know if it is a bug or for purpose. But there is a simple workaround: Dirty workaround: \high{\color[white]{e}\hskip-1.3ex ème} Maybe better: \lohi{\color[white]{b}}{ème} -- Huseyin Özoguz E-Mail: h.oezoguz@mmnetz.de
On 12Apr19, at 02:28, Huseyin Özoguz
wrote: As you can see, we get Ème in the output instead of ème. Is this a bug, or did I miss something?
This is a consequence of command=\Word, set for titles. Try \setupbtx [apa:list:title] [command=] Explanation: APA specification asks for Words of the title to be capitalized. If you write your bib dataset correctly (title words capitalized), having command={\Word}, is unnecessary. Why \Word capitalizes \high{ème} is another question - it is only so sophisticated. Indeed, I do not know if it Capitalizes a Title Correctly According to English Rules, not capitalizing articles and prepositions… Furthermore, this mania of capitalizing titles is NOT the practice in French, so I would set command=, for titles of works in French. By the way, btx admits: title:fr={Histoire géographie EMC 5\high{ème}, cycle 4}, title:en={Geographical History EMC 5\high{th}, 4\high{th} cycle}, to be used advantageously in multi-lingual documents or multi-lingual use of a single bibliography database. Alan -- Alan Braslau
participants (2)
-
Alan Braslau
-
Huseyin Özoguz