[NTG-context] wiki

2011-08-30 Thread Patrick Gundlach
Hi, the wiki is down, it seems to be an ISP problem. I have contacted them. Patrick ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] problem \vec and gentium font

2011-08-30 Thread Alan Braslau
There seems to be problems with horizontal spacing in math mode using the gentium font. For example: \setupbodyfont[gentium] \starttext $\vec{r}$ \stoptext ___ If your question is of interest to others as well, please

[NTG-context] Custom parameters/options for t-vim

2011-08-30 Thread Andreas Schneider
Hi, I worked with t-vim a bit more and encountered a small problem with the way vim handles syntax definitions. Some of them have several modes that get activated by setting a variable first. For example the syntax sh (shell scripts) can be enhanced for bash, ksh, etc. Example: let

[NTG-context] \type{} in bold mode

2011-08-30 Thread Peter Münster
Hello, When the current font-switch is bold, I would like the verbatim text inside \type{} to respect the bold mode. What is the right way to teach \type{} to automatically use bold or not? Example: \starttext \section{Problem:} {not bold, \type{not bold, ok} // \bf bold, \type{should be bold

Re: [NTG-context] Custom parameters/options for t-vim

2011-08-30 Thread Aditya Mahajan
On Tue, 30 Aug 2011, Andreas Schneider wrote: I worked with t-vim a bit more and encountered a small problem with the way vim handles syntax definitions. Some of them have several modes that get activated by setting a variable first. For example the syntax sh (shell scripts) can be enhanced

[NTG-context] Text Colour

2011-08-30 Thread Kip Warner
Hey folks, How do I set the body text foreground colour? I tried the following, but it just ignored it: \definecolor[colour_text][r=0.754,g=0.516,b=0.324] \setupbodyfontenvironment [default] [em=italic, color=colour_text] I don't want to have to use \startcolor and \stopcolor every time

Re: [NTG-context] Text Colour

2011-08-30 Thread Alasdair McAndrew
Have you included \setupcolors[state=start] somewhere? -Alasdair On Wed, Aug 31, 2011 at 11:57 AM, Kip Warner k...@thevertigo.com wrote: Hey folks, How do I set the body text foreground colour? I tried the following, but it just ignored it:

Re: [NTG-context] Text Colour

2011-08-30 Thread Wolfgang Schuster
Am 31.08.2011 um 03:57 schrieb Kip Warner: Hey folks, How do I set the body text foreground colour? I tried the following, but it just ignored it: \definecolor[colour_text][r=0.754,g=0.516,b=0.324] \setupbodyfontenvironment [default] [em=italic, color=colour_text] I don't

Re: [NTG-context] Text Colour

2011-08-30 Thread Kip Warner
On Wed, 2011-08-31 at 12:16 +1000, Alasdair McAndrew wrote: Have you included \setupcolors[state=start] somewhere? -Alasdair Hey Alasdair. Sorry, I should have mentioned that I already have that too. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred

Re: [NTG-context] Text Colour

2011-08-30 Thread Aditya Mahajan
On Tue, 30 Aug 2011, Kip Warner wrote: Hey folks, How do I set the body text foreground colour? I tried the following, but it just ignored it: \definecolor[colour_text][r=0.754,g=0.516,b=0.324] \setupbodyfontenvironment [default] [em=italic, color=colour_text] I don't want to have to

Re: [NTG-context] Text Colour

2011-08-30 Thread Alasdair McAndrew
This brings up a question I have - how do I obtain, say, all {\tt } text in blue and all {\em } text in red? I seem to be using MkII, and I don't have access to the \definehighlight command. Thanks, Alasdair On Wed, Aug 31, 2011 at 2:19 PM, Aditya Mahajan adit...@umich.edu wrote: On Tue, 30