ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Did dotless i disappear ?
@ 2023-03-13 15:28 Otared Kavian via ntg-context
  2023-03-13 16:34 ` Pablo Rodriguez via ntg-context
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Otared Kavian via ntg-context @ 2023-03-13 15:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Otared Kavian

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 »).

Here is an example.

\starttext
Bío Bío (works fine…)

B\'{\i}o B\'{\i}o % this gives an error

\stoptext

Best regards: Otared
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Did dotless i disappear ?
  2023-03-13 15:28 Did dotless i disappear ? Otared Kavian via ntg-context
@ 2023-03-13 16:34 ` Pablo Rodriguez via ntg-context
  2023-03-13 16:50 ` Wolfgang Schuster via ntg-context
  2023-03-13 19:19 ` Hans Hagen via ntg-context
  2 siblings, 0 replies; 5+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2023-03-13 16:34 UTC (permalink / raw)
  To: Otared Kavian via ntg-context; +Cc: Pablo Rodriguez

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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Did dotless i disappear ?
  2023-03-13 15:28 Did dotless i disappear ? Otared Kavian via ntg-context
  2023-03-13 16:34 ` Pablo Rodriguez via ntg-context
@ 2023-03-13 16:50 ` Wolfgang Schuster via ntg-context
  2023-03-13 19:19 ` Hans Hagen via ntg-context
  2 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2023-03-13 16:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Otared Kavian via ntg-context
  Cc: Wolfgang Schuster, Otared Kavian

Otared Kavian via ntg-context schrieb am 13.03.2023 um 16:28:
> 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 »).
>
> Here is an example.
>
> \starttext
> Bío Bío (works fine…)
>
> B\'{\i}o B\'{\i}o % this gives an error
>
> \stoptext

\setupbodyfont[pagella]

\starttext

conna\withcircumflex{\dotlessi}tre

connaître

B\withacute{\dotlessi}o

Bío

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Did dotless i disappear ?
  2023-03-13 15:28 Did dotless i disappear ? Otared Kavian via ntg-context
  2023-03-13 16:34 ` Pablo Rodriguez via ntg-context
  2023-03-13 16:50 ` Wolfgang Schuster via ntg-context
@ 2023-03-13 19:19 ` Hans Hagen via ntg-context
  2023-03-13 20:18   ` Otared Kavian via ntg-context
  2 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen via ntg-context @ 2023-03-13 19:19 UTC (permalink / raw)
  To: Otared Kavian via ntg-context; +Cc: Hans Hagen

On 3/13/2023 4:28 PM, 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 »).
> 
> Here is an example.
> 
> \starttext
> Bío Bío (works fine…)
> 
> B\'{\i}o B\'{\i}o % this gives an error
> 
> \stoptext
I'll add checking for the \i too. It's all part of a parser. Think

\chr {e acute}
\chr {i circumflex}
\^{i} \^i \^{\i}
\^{a} \"{a}
\withcircumflex{a}
\withdiaeresis{a}

a bit messy code due to reuse of all kin dof mechanisms.

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Did dotless i disappear ?
  2023-03-13 19:19 ` Hans Hagen via ntg-context
@ 2023-03-13 20:18   ` Otared Kavian via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Otared Kavian via ntg-context @ 2023-03-13 20:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Otared Kavian


[-- Attachment #1.1: Type: text/plain, Size: 2007 bytes --]

Hi Pablo, Hans, Wolfgang,

Indeed, thanks to you I see that in ConTeXt there exist plenty of solutions for the problem I reported. That’s really impressive !

Best regards : Otared

> On 13 Mar 2023, at 20:19, Hans Hagen via ntg-context <ntg-context@ntg.nl> wrote:
> 
> On 3/13/2023 4:28 PM, 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 »).
>> Here is an example.
>> \starttext
>> Bío Bío (works fine…)
>> B\'{\i}o B\'{\i}o % this gives an error
>> \stoptext
> I'll add checking for the \i too. It's all part of a parser. Think
> 
> \chr {e acute}
> \chr {i circumflex}
> \^{i} \^i \^{\i}
> \^{a} \"{a}
> \withcircumflex{a}
> \withdiaeresis{a}
> 
> a bit messy code due to reuse of all kin dof mechanisms.
> 
> Hans
> 
> 
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> ___________________________________________________________________________________

Otared Kavian
e-mail: otared@gmail.com
Phone: +33 6 88 26 70 95





[-- Attachment #1.2: Type: text/html, Size: 4234 bytes --]

[-- Attachment #2: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-13 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13 15:28 Did dotless i disappear ? Otared Kavian via ntg-context
2023-03-13 16:34 ` Pablo Rodriguez via ntg-context
2023-03-13 16:50 ` Wolfgang Schuster via ntg-context
2023-03-13 19:19 ` Hans Hagen via ntg-context
2023-03-13 20:18   ` Otared Kavian via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).