[NTG-context] Did dotless i disappear ?
Pablo Rodriguez
oinos at gmx.es
Mon Mar 13 17:34:30 CET 2023
On 3/13/23 16:28, Otared Kavian via ntg-context wrote:
> Hi Hans,
>
> I just noticed that the dotless i « \i » is not anymore recognized in
> ConTeXt. Of course one can nowadays find other ways to have it
> typeset, but in old documents which are included as inputs one has to
> correct this manually (for instance in French « connaître » was typed
> as « conn\^{\i}tre »).
Hi Otared
I think what doesnât work is the dotless i as combining character for i
+ diacritical mark.
It seems that standard i may combine fine:
\setupinteractionscreen[option=max]
\starttext
\startTEXpage[offset=1ex]
%\i
%\'{\i}
%\^{\i}
\'{i}
\^{i}
\stopTEXpage
\stoptext
And \i outputs a dotless i.
Just in case it helps,
Pablo
More information about the ntg-context
mailing list