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.oezo...@mmnetz.de

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to