ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* enforcing formation of conjuncts inside \starttyping \stoptyping
       [not found] <20211231183202.75b8dac6.ref@desktop.home>
@ 2021-12-31 13:02 ` Ajith R via ntg-context
  2022-01-01 10:04   ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Ajith R via ntg-context @ 2021-12-31 13:02 UTC (permalink / raw)
  To: Mailing List for ConTeXt Users; +Cc: Ajith R

Hi,
I am trying to prepare a moderate sized document in Malayalam using
Context. Overall I have been successful. However, there are a few rough
edges for which I need help. This is the sixth problem I face.

If I use Malayalam inside the command pair \starttyping \stoptyping,
conjuncts are not formed as outside the command pair. Is it possible to
enforce  [features=malayalam-two] even inside  \starttyping \stoptyping
command pair?

Thanks,
ajith
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: enforcing formation of conjuncts inside \starttyping \stoptyping
  2021-12-31 13:02 ` enforcing formation of conjuncts inside \starttyping \stoptyping Ajith R via ntg-context
@ 2022-01-01 10:04   ` Hans Hagen via ntg-context
  2022-01-01 10:14     ` Ajith R via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen via ntg-context @ 2022-01-01 10:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

On 12/31/2021 2:02 PM, Ajith R via ntg-context wrote:
> Hi,
> I am trying to prepare a moderate sized document in Malayalam using
> Context. Overall I have been successful. However, there are a few rough
> edges for which I need help. This is the sixth problem I face.
> 
> If I use Malayalam inside the command pair \starttyping \stoptyping,
> conjuncts are not formed as outside the command pair. Is it possible to
> enforce  [features=malayalam-two] even inside  \starttyping \stoptyping
> command pair?

quick and dirty

\setuptyping[style={\definedfont[Mono*malayalam-two]}]

\starttyping
മലയാളലിപികളുടെ ആവൃത്തി നിർണ്ണയം
\stoptyping

If the need for features in monospaces is frequent one can think of a 
specific Mono setup (normally we have no features there) but then one 
can wonder: what features to enable? Maybe adding something 'monoextra' 
makes sense (as we do with mathextra)

You can anyway make a typescript that matches your needs.

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 / 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
___________________________________________________________________________________

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

* Re: enforcing formation of conjuncts inside \starttyping \stoptyping
  2022-01-01 10:04   ` Hans Hagen via ntg-context
@ 2022-01-01 10:14     ` Ajith R via ntg-context
  2022-01-01 10:16       ` Hans Hagen via ntg-context
  2022-01-01 10:30       ` Wolfgang Schuster via ntg-context
  0 siblings, 2 replies; 5+ messages in thread
From: Ajith R via ntg-context @ 2022-01-01 10:14 UTC (permalink / raw)
  To: Hans Hagen; +Cc: Ajith R, mailing list for ConTeXt users

On Sat, 1 Jan 2022 11:04:03 +0100
Hans Hagen <j.hagen@xs4all.nl> wrote:


> quick and dirty
> 
> \setuptyping[style={\definedfont[Mono*malayalam-two]}]
> 
> \starttyping
> മലയാളലിപികളുടെ ആവൃത്തി നിർണ്ണയം
> \stoptyping

That was a quick fix. Yes, it is working.


> If the need for features in monospaces is frequent one can think of a 
> specific Mono setup (normally we have no features there) but then one 
> can wonder: what features to enable? Maybe adding something
> 'monoextra' makes sense (as we do with mathextra)

For Malayalam, most often we would be expecting ligation to work even
within \starttyping \stoptyping.

> You can anyway make a typescript that matches your needs.

Don't know how. Can you point towards a documentation?

Thanks a lot,
ajith
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: enforcing formation of conjuncts inside \starttyping \stoptyping
  2022-01-01 10:14     ` Ajith R via ntg-context
@ 2022-01-01 10:16       ` Hans Hagen via ntg-context
  2022-01-01 10:30       ` Wolfgang Schuster via ntg-context
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen via ntg-context @ 2022-01-01 10:16 UTC (permalink / raw)
  To: Ajith R; +Cc: Hans Hagen, mailing list for ConTeXt users

On 1/1/2022 11:14 AM, Ajith R wrote:
> 
> Don't know how. Can you point towards a documentation?
\type-imp-*

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 / 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
___________________________________________________________________________________

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

* Re: enforcing formation of conjuncts inside \starttyping \stoptyping
  2022-01-01 10:14     ` Ajith R via ntg-context
  2022-01-01 10:16       ` Hans Hagen via ntg-context
@ 2022-01-01 10:30       ` Wolfgang Schuster via ntg-context
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Schuster via ntg-context @ 2022-01-01 10:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Ajith R via ntg-context; +Cc: Wolfgang Schuster

Ajith R via ntg-context schrieb am 01.01.2022 um 11:14:
> For Malayalam, most often we would be expecting ligation to work even
> within \starttyping \stoptyping.
>
>> You can anyway make a typescript that matches your needs.
> Don't know how. Can you point towards a documentation?

You can use \definefontfamily and \definefallbackfamily also for 
monospaced fonts.

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________

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

end of thread, other threads:[~2022-01-01 10:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211231183202.75b8dac6.ref@desktop.home>
2021-12-31 13:02 ` enforcing formation of conjuncts inside \starttyping \stoptyping Ajith R via ntg-context
2022-01-01 10:04   ` Hans Hagen via ntg-context
2022-01-01 10:14     ` Ajith R via ntg-context
2022-01-01 10:16       ` Hans Hagen via ntg-context
2022-01-01 10:30       ` Wolfgang Schuster 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).