* Different Typing Styles
@ 2021-07-28 12:13 Jeroen via ntg-context
2021-07-28 19:31 ` Bruce Horrocks via ntg-context
0 siblings, 1 reply; 2+ messages in thread
From: Jeroen via ntg-context @ 2021-07-28 12:13 UTC (permalink / raw)
To: mailing list for ConTeXt users; +Cc: Jeroen
[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]
Is there a way to have two different styles of typing. I tried the
following, but it does not seem to work.
\setuptyping[abc][style=\ttx]
\setuptyping[def][style=\ttxx]
\starttext
\starttyping[abc]
example
example
\stoptyping
\starttyping[def]
example
example
\stoptyping
\stoptext
Thanks
Jeroen
[-- Attachment #1.2: Type: text/html, Size: 428 bytes --]
[-- Attachment #2: Type: text/plain, Size: 493 bytes --]
___________________________________________________________________________________
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] 2+ messages in thread
* Re: Different Typing Styles
2021-07-28 12:13 Different Typing Styles Jeroen via ntg-context
@ 2021-07-28 19:31 ` Bruce Horrocks via ntg-context
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Horrocks via ntg-context @ 2021-07-28 19:31 UTC (permalink / raw)
To: ntg-context; +Cc: Bruce Horrocks
> On 28 Jul 2021, at 13:13, Jeroen via ntg-context <ntg-context@ntg.nl> wrote:
>
> Is there a way to have two different styles of typing. I tried the following, but it does not seem to work.
>
> \setuptyping[abc][style=\ttx]
> \setuptyping[def][style=\ttxx]
>
> \starttext
>
> \starttyping[abc]
> example
> example
> \stoptyping
>
> \starttyping[def]
> example
> example
> \stoptyping
>
> \stoptext
>
Use \definetyping (and \start<name>..\stop<name>) instead so:
\definetyping[abc][style=\ttx]
\definetyping[def][style=\ttxx]
\starttext
\startabc
example
example
\stopabc
\startdef
example
example
\stopdef
\stoptext
Probably best to capitalise Abc & Def as well just in case you choose a name that is already in use.
—
Bruce Horrocks
Hampshire, UK
___________________________________________________________________________________
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] 2+ messages in thread
end of thread, other threads:[~2021-07-28 19:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 12:13 Different Typing Styles Jeroen via ntg-context
2021-07-28 19:31 ` Bruce Horrocks 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).