Re: [NTG-context] How to enable tabular numerals with simplefonts and otf?

2012-06-10 Thread Wolfgang Schuster
Am 10.06.2012 um 00:01 schrieb Peter Münster: Hi, How can I enable tabular numerals please? Test file, that does not work: --8---cut here---start-8--- \usemodule[simplefonts] \setmainfont[LinLibertineIO][size=10pt, tnum=yes] \starttext

Re: [NTG-context] letter: errors with foot=gbrief

2012-06-10 Thread Wolfgang Schuster
Am 07.06.2012 um 15:23 schrieb Peter Münster: Hello, This file generates some errors: --8---cut here---start-8--- \usemodule[letter] \setupletterlayer[foot][alternative=gbrief] \startletter[phone=123] test \stopletter --8---cut

[NTG-context] [***SPAM***] Spelling Checker

2012-06-10 Thread hwitloc
What are some of the tools available for English spelling checkers or filters for existing software such as aspell (aspell's context filter is not a ConTeX filter). What are people using for which platform? Thanks

Re: [NTG-context] Spelling Checker

2012-06-10 Thread Mojca Miklavec
On Sun, Jun 10, 2012 at 2:18 PM, hwit...@gmail.com wrote: What are some of the tools available for English spelling checkers or filters for existing software such as aspell (aspell's context filter is not a ConTeX filter). What are people using for which platform? I'm usually trying to

[NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Alfredo Catalina
How can I setup a font -name, size, etc- inside a startuseMPgraphic environment? \startuseMPgraphic{map} \stopuseMPgraphic ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Wolfgang Schuster
Am 10.06.2012 um 16:25 schrieb Alfredo Catalina: How can I setup a font -name, size, etc- inside a startuseMPgraphic environment? \startuseMPgraphic{map} \stopuseMPgraphic - http://wiki.contextgarden.net/Command/defineMPinstance - http://wiki.contextgarden.net/Command/setupMPinstance

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Meer, H. van der
Being interested I looked up these links in the garden. The information given there is scarce, however. The parameters 'extensions' and 'initializations' with values yes/no especially. What are they for? What is the effect of yes/no? What exactly are these extensions and initializations? Is

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Wolfgang Schuster
Am 10.06.2012 um 18:23 schrieb Meer, H. van der: Being interested I looked up these links in the garden. The information given there is scarce, however. The parameters 'extensions' and 'initializations' with values yes/no especially. What are they for? What is the effect of yes/no? What

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Alfredo Catalina
I'm sorry but I don't know how to use them. I've tried \setupMPinstance [metafun] [textcolor=red] and got an undefined control sequence error. I've also tried \startMPenvironment [global] \usetypescript[palatino][ec] \switchtobodyfont[palatino,7pt] \stopMPenvironment and it changed

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Wolfgang Schuster
Am 10.06.2012 um 18:40 schrieb Alfredo Catalina: I'm sorry but I don't know how to use them. I've tried \setupMPinstance [metafun] [textcolor=red] and got an undefined control sequence error. I've also tried \startMPenvironment [global] \usetypescript[palatino][ec]

[NTG-context] TeXlive 2012 (testing again)

2012-06-10 Thread Marco Pessotto
Hello there. I can't get (again) the fonts installed in the texmf-local directory in the TeXlive 2012 pretest. It's quite possible I'm doing something wrong (but I recall that putting the files under texmf-local/fonts/data was enough to get them imported). Setup: find texmf-local/fonts/data/

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Alfredo Catalina
1. Do you use MkII or MkIV? 2. Do you want Palatino only for the metapost labels or also for the main font in the document? I am using MkIV. Whether it is possible I would like to use a different font for the metapost labels.

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Wolfgang Schuster
Am 10.06.2012 um 18:56 schrieb Alfredo Catalina: 1. Do you use MkII or MkIV? 2. Do you want Palatino only for the metapost labels or also for the main font in the document? I am using MkIV. Whether it is possible I would like to use a different font for the metapost labels.

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Alfredo Catalina
\setupbodyfont[pagella,11pt] %\setupMPinstance[metafun][textstyle=sans] \setupMPinstance[metafun][textstyle={\switchtobodyfont[termes,14pt]}] \starttext \input knuth \startMPcode draw textext(I’m different!) ; \stopMPcode \stoptext It gives an error: ! Undefined control

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Aditya Mahajan
On Sun, 10 Jun 2012, Alfredo Catalina wrote: \setupbodyfont[pagella,11pt] %\setupMPinstance[metafun][textstyle=sans] \setupMPinstance[metafun][textstyle={\switchtobodyfont[termes,14pt]}] \starttext \input knuth \startMPcode draw textext(I’m different!) ; \stopMPcode \stoptext It gives

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Alfredo Catalina
On Sun, Jun 10, 2012 at 7:14 PM, Aditya Mahajan adit...@umich.edu wrote You need to upgrade your ConTeXt installation. I installed context two weeks ago. I've just run mtxrun --selfupdate mtxrun --generate luatools --generate context --make and I've got the same error. Any ideas?

[NTG-context] preventing page breaks after headings

2012-06-10 Thread Alan Bowen
Is there a way in MKII to ensure that there is never a page break between a heading and the following text? \setuphead[after={\page[no]}] does not seem to work without entering vertical mode before \page. But, so far, I have not found a way to enter vertical mode in after={…} that does not add

Re: [NTG-context] preventing page breaks after headings

2012-06-10 Thread Wolfgang Schuster
Am 10.06.2012 um 20:52 schrieb Alan Bowen: Is there a way in MKII to ensure that there is never a page break between a heading and the following text? \setuphead[after={\page[no]}] does not seem to work without entering vertical mode before \page. But, so far, I have not found a way to

[NTG-context] Page break before sections

2012-06-10 Thread Aditya Mahajan
Hi, I don't get a page break before sections if I use \setuphead[...][page=yes]. Has the syntax of the command changed? (I am using 2012.06.08) \setuphead[chapter][page=yes] \setuphead[section][page=yes] \starttext \chapter{One} \input ward \section{Two} \input knuth \chapter{One} \input

Re: [NTG-context] Page break before sections

2012-06-10 Thread Wolfgang Schuster
Am 10.06.2012 um 21:17 schrieb Aditya Mahajan: Hi, I don't get a page break before sections if I use \setuphead[...][page=yes]. Has the syntax of the command changed? (I am using 2012.06.08) That’s a feature and you have to add “continue=no” to the “section” setup. Wolfgang

Re: [NTG-context] Page break before sections

2012-06-10 Thread Aditya Mahajan
On Sun, 10 Jun 2012, Aditya Mahajan wrote: Hi, I don't get a page break before sections if I use \setuphead[...][page=yes]. Has the syntax of the command changed? (I am using 2012.06.08) s/section/subsection/g works! Aditya

Re: [NTG-context] Page break before sections

2012-06-10 Thread Aditya Mahajan
On Sun, 10 Jun 2012, Wolfgang Schuster wrote: Am 10.06.2012 um 21:17 schrieb Aditya Mahajan: Hi, I don't get a page break before sections if I use \setuphead[...][page=yes]. Has the syntax of the command changed? (I am using 2012.06.08) That’s a feature and you have to add “continue=no”

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Wolfgang Schuster
Am 10.06.2012 um 20:07 schrieb Alfredo Catalina: On Sun, Jun 10, 2012 at 7:14 PM, Aditya Mahajan adit...@umich.edu wrote You need to upgrade your ConTeXt installation. I installed context two weeks ago. I've just run mtxrun --selfupdate mtxrun --generate luatools --generate

Re: [NTG-context] Change font in \startuseMPgraphic

2012-06-10 Thread Alfredo Catalina
On Sun, Jun 10, 2012 at 9:29 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Do you use TeXLive or the ConTeXt Suite (installation from the context wiki)? ConTeXt Suite ___ If your question is of

Re: [NTG-context] TeXlive 2012 (testing again)

2012-06-10 Thread Hans Hagen
On 10-6-2012 18:39, Marco Pessotto wrote: Hello there. I can't get (again) the fonts installed in the texmf-local directory in the TeXlive 2012 pretest. It's quite possible I'm doing something wrong (but I recall that putting the files under texmf-local/fonts/data was enough to get them

Re: [NTG-context] back-up.lua; mtx-epub.lua

2012-06-10 Thread Hans Hagen
On 9-6-2012 14:58, Andy Thomas wrote: On Jun 9, 2012, at 1:31 AM, Hans Hagen wrote: On 8-6-2012 23:28, Andy Thomas wrote: Thank you for the suggestions. I will try to implement it, but might need until Sunday. - I've added some keys to \setupexport: author title subtitle

Re: [NTG-context] back-up.lua; mtx-epub.lua

2012-06-10 Thread Andy Thomas
On Jun 11, 2012, at 12:21 AM, Hans Hagen wrote: The validator likes it, next is the hard part: generating a valid xhtml. Is the xhtml generator only for the epub, i.e. can it be changed or is another output file just for the epub appropriate? the only issue is that css has no method for