ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \starttyping font changes when option=color
@ 2015-04-09 12:02 Robin.Kirkham
  2015-04-09 12:21 ` Wolfgang Schuster
  2015-04-10 13:45 ` Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: Robin.Kirkham @ 2015-04-09 12:02 UTC (permalink / raw)
  To: ntg-context

Folks,

Switching the option to “color” in \setuptyping has the effect of resetting the font from typewriter (constant width) to paragraph font (if you uncomment it in the following MWE).

I don’t see why that should be. Is it a bug or can someone explain?

My intent was to use syntax colourisation for code snippets.

Thanks, Robin


\setupcolors[state=start]

%\setuptyping[typing][option=color]

\starttext
Normal text
\starttyping
Typing text
\stoptyping
\stoptext
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \starttyping font changes when option=color
  2015-04-09 12:02 \starttyping font changes when option=color Robin.Kirkham
@ 2015-04-09 12:21 ` Wolfgang Schuster
  2015-04-10 13:45 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2015-04-09 12:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


> Am 09.04.2015 um 14:02 schrieb Robin.Kirkham@csiro.au:
> 
> Folks,
> 
> Switching the option to “color” in \setuptyping has the effect of resetting the font from typewriter (constant width) to paragraph font (if you uncomment it in the following MWE).
> 
> I don’t see why that should be. Is it a bug or can someone explain?

You select syntax highlighting for a language which doesn’t exist.

> My intent was to use syntax colourisation for code snippets.

When you want to highlight TeX code use “option=TEX” and for Lua code use “option=LUA”.

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: \starttyping font changes when option=color
  2015-04-09 12:02 \starttyping font changes when option=color Robin.Kirkham
  2015-04-09 12:21 ` Wolfgang Schuster
@ 2015-04-10 13:45 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2015-04-10 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 4/9/2015 2:02 PM, Robin.Kirkham@csiro.au wrote:
> Folks,
>
> Switching the option to “color” in \setuptyping has the effect of resetting the font from typewriter (constant width) to paragraph font (if you uncomment it in the following MWE).
>
> I don’t see why that should be. Is it a bug or can someone explain?
>
> My intent was to use syntax colourisation for code snippets.
>
> Thanks, Robin
>
>
> \setupcolors[state=start]

colors are already on in mkiv

> %\setuptyping[typing][option=color]
>
> \starttext
> Normal text
> \starttyping
> Typing text
> \stoptyping
> \stoptext

\starttext

Normal text

\starttyping[option=tex]
Typing some \text
\stoptyping

\starttyping[color=red]
Typing some \text
\stoptyping

\stoptext

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2015-04-10 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-09 12:02 \starttyping font changes when option=color Robin.Kirkham
2015-04-09 12:21 ` Wolfgang Schuster
2015-04-10 13:45 ` Hans Hagen

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