Re: [NTG-context] Heros Condensed

2009-11-23 Thread Wolfgang Murth
Hello all, After fetching the simplefonts module with first-setup.bat --extras=t-simplefonts And now I get a luatex error loading : ConTeXt User Module / Simplefonts ) ! LuaTeX error ...text/tex/texmf-context/tex/context/base/font-syn.lua:666: attempt to call field 'data_state'

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Wolfgang Murth
Hi all, Sorry for popping up that question again, but has anybody a hint for me how to solve it or where I can read more about it? I'm working on converting my lecture papers from latex to ConTeXt, where I also use a condended font, but only for Excel formulas and not as main body font .

Re: [NTG-context] MetaPost integration: default parameters

2009-11-23 Thread Mojca Miklavec
On Sun, Nov 22, 2009 at 20:16, Oliver Buerschaper wrote: I know there used to be a TeX - PS - pstoedit - MetaPost workflow. Does this still work with MkIV? If you manage to extend dvips to handle OpenType fonts then maybe ... So does this mean that outline fonts in MetaPost are currently

[NTG-context] hz off?

2009-11-23 Thread Steffen Wolfrum
Hi, I am running the current stable MkIV (ConTeXt ver: 2009.10.27 16:35 MKIV) but can't get hz/hanging with the old method (see below). Do we have some other way today? Steffen --- \showframe \definefontfeature[default][default][mode=node,expansion=quality] \usetypescript[palatino]

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Thomas A. Schmitz
On Nov 23, 2009, at 10:07 AM, Wolfgang Murth wrote: Hi all, Sorry for popping up that question again, but has anybody a hint for me how to solve it or where I can read more about it? I'm working on converting my lecture papers from latex to ConTeXt, where I also use a condended

Re: [NTG-context] hz off?

2009-11-23 Thread Thomas A. Schmitz
On Nov 23, 2009, at 10:31 AM, Steffen Wolfrum wrote: Hi, I am running the current stable MkIV (ConTeXt ver: 2009.10.27 16:35 MKIV) but can't get hz/hanging with the old method (see below). Do we have some other way today? Steffen --- \showframe

Re: [NTG-context] hz off?

2009-11-23 Thread Hans Hagen
Thomas A. Schmitz wrote: \enableprotruding \enableadjusting \setupaling[hanging] \setupaling[hz] also works with the align={..,..} Hans - Hans Hagen | PRAGMA ADE

Re: [NTG-context] MetaPost integration: default parameters

2009-11-23 Thread Hans Hagen
Mojca Miklavec wrote: On Sun, Nov 22, 2009 at 20:16, Oliver Buerschaper wrote: I know there used to be a TeX - PS - pstoedit - MetaPost workflow. Does this still work with MkIV? If you manage to extend dvips to handle OpenType fonts then maybe ... So does this mean that outline fonts in

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Willi Egger
Hi, Load the necessary typescripts at the beginning of the document. For longer pieces: \switchtobodyfont[][...] For short pieces: \definedfont[fontname at 12pt] Kind regards Willi On Nov 21, 2009, at 4:06 PM, Wolfgang Murth wrote: Hi Wolfgang, Hi all, My last post regarding Heros

Re: [NTG-context] hz off?

2009-11-23 Thread Steffen Wolfrum
And what's the way to define your own protrusion? Shouldn't it go like this? \showframe \startluacode fonts.protrusions.vectors['MyVector'] = { [0x2044] = { 0, 0.50}, -- fraction slash [0x002f] = { 0, 0.50}, -- solidus slash [0x002C] = { 0, 0.50}, -- comma [0x002E]

Re: [NTG-context] MetaPost integration: default parameters

2009-11-23 Thread luigi scarso
On Mon, Nov 23, 2009 at 10:47 AM, Hans Hagen pra...@wxs.nl wrote: why not? it uses gs for converting the shapes to outlines ... works ok Hans I will check it with Symbola http://users.teilar.gr/~g1951d/Symbola.zip -- luigi

Re: [NTG-context] hz off?

2009-11-23 Thread Hans Hagen
Steffen Wolfrum wrote: And what's the way to define your own protrusion? Shouldn't it go like this? \showframe \startluacode fonts.protrusions.vectors['MyVector'] = { [0x2044] = { 0, 0.50}, -- fraction slash [0x002f] = { 0, 0.50}, -- solidus slash [0x002C] = { 0, 0.50

Re: [NTG-context] Heros Condensed

2009-11-23 Thread Hans Hagen
Wolfgang Murth wrote: After fetching the simplefonts module with first-setup.bat --extras=t-simplefonts can you test with todays beta? - Hans Hagen | PRAGMA ADE

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Wolfgang Schuster
Am 23.11.2009 um 10:51 schrieb Willi Egger: Hi, Load the necessary typescripts at the beginning of the document. For longer pieces: \switchtobodyfont[][...] For short pieces: \definedfont[fontname at 12pt] And for table: \setuptables[bodyfont=...] Wolfgang

Re: [NTG-context] hz off?

2009-11-23 Thread Steffen Wolfrum
Am 23.11.2009 um 11:07 schrieb Hans Hagen: Steffen Wolfrum wrote: And what's the way to define your own protrusion? Shouldn't it go like this? \showframe \startluacode fonts.protrusions.vectors['MyVector'] = { [0x2044] = { 0, 0.50}, -- fraction slash [0x002f] = { 0, 0.50},

Re: [NTG-context] \vspace

2009-11-23 Thread Hans Hagen
Wolfgang Schuster wrote: Hi Hans, can you add a \vspace command which behaves like \hspace but for vertical mode, there are some cases where \blank is not so well suited (i know the \??vs namespace is already used by \blank) \def\definevspace {\dotripleempty\dodefinevspace}

Re: [NTG-context] \vspace

2009-11-23 Thread Wolfgang Schuster
Am 23.11.2009 um 11:21 schrieb Hans Hagen: \unexpanded\def\vspace {\dodoubleempty\dohspace} hm, untested ... ^ D’oh i'm always a bit relucate to let users mess with vertical spacing ... anyhow, in \hspace we clean up preceding space so vspace should behave the same i.e.

Re: [NTG-context] hz off?

2009-11-23 Thread Hans Hagen
Steffen Wolfrum wrote: Am 23.11.2009 um 11:07 schrieb Hans Hagen: Steffen Wolfrum wrote: And what's the way to define your own protrusion? Shouldn't it go like this? \showframe \startluacode fonts.protrusions.vectors['MyVector'] = { [0x2044] = { 0, 0.50}, -- fraction slash [0x002f]

Re: [NTG-context] \vspace

2009-11-23 Thread Hans Hagen
Wolfgang Schuster wrote: add a note to source nobody else than me should use it :) actually i wanted to say something like that but noticed that you'd posted to the list, probably in order to create a larger momentum -) Hans

[NTG-context] texshow-web parameters

2009-11-23 Thread richard . stephens
Hello, On the texshow-web Help page it says that the page for a specific command can be invoked using a parameter for the url, e.g. http://texshow.contextgarden.net/about. I have tried this but all I get is a page saying Error message: Cannot recognize URL. I have tried with a space before the

Re: [NTG-context] \vspace

2009-11-23 Thread Alan BRASLAU
On Monday 23 November 2009 11:52:14 Hans Hagen wrote: Wolfgang Schuster wrote: add a note to source nobody else than me should use it :) actually i wanted to say something like that but noticed that you'd posted to the list, probably in order to create a larger momentum -) Yes, the cat is

Re: [NTG-context] Fields and JS Calculations

2009-11-23 Thread Hans Hagen
jeroen muskee wrote: OK, I started off with a simpler example, just an addition of 2 numbers.. I know this should be pretty close to the correct setup by looking at other Javascript examples, but it just does not work jet. Any suggestions \startJSpreamble {Calculate} used now function

Re: [NTG-context] Heros Condensed

2009-11-23 Thread Wolfgang Murth
Hi Hans, can you test with todays beta? I'll give it a try. kind regards Wolfgang Murth ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Heros Condensed

2009-11-23 Thread Wolfgang Murth
Hi Hans, can you test with todays beta? Tested with following sample from Wolfgang Schuster and it worked. Thanks! kind regards Wolfgang Murth \usemodule[simplefonts] \setmainfont[TeX Gyre Heros][weight=condensed] \starttext \rm\tf roman \it italic \bf bold \bi bolditalic \sc smallcaps

Re: [NTG-context] Notepad++ calltips

2009-11-23 Thread richard . stephens
Idris, Thanks for this, it works fine. I am adding calltips very slowly to my file, and I will post it to the Wiki when I have a useful number done. Best regards, Richard UKACC International Conference on CONTROL 2010 ntg-context-boun...@ntg.nl wrote on 20/11/2009 20:34:33:

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Wolfgang Murth
Thank you all for your input at suggestions. Before I posted my question I did a search in the Wiki and the mailinglist archive but didn't find a clue. Finaly I got a working minimal example. The with \definedfont[file:...] I found out that I can use every Font that ist installed on my

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Hans Hagen
Wolfgang Murth wrote: Thank you all for your input at suggestions. Before I posted my question I did a search in the Wiki and the mailinglist archive but didn't find a clue. Finaly I got a working minimal example. The with \definedfont[file:...] I found out that I can use every Font that

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Wolfgang Murth
Hi Hans, depends on your need, Main text in one font (Helvetica), Excel Formulas in another font (Heros Condensed). no need for \language as you already use \mainlanguage ok \def\xlf#1{{\definedfont[Bold sa 1]#1}} With that I just use the bold style of the current font and not the condensed

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Hans Hagen
Wolfgang Murth wrote: Hi Hans, depends on your need, Main text in one font (Helvetica), Excel Formulas in another font (Heros Condensed). no need for \language as you already use \mainlanguage ok \def\xlf#1{{\definedfont[Bold sa 1]#1}} With that I just use the bold style of the current

Re: [NTG-context] Heros condensed and Font switching

2009-11-23 Thread Wolfgang Schuster
Am 23.11.2009 um 18:34 schrieb Wolfgang Murth: depends on your need, Main text in one font (Helvetica), Excel Formulas in another font (Heros Condensed). With simplefonts you can say (untested): \mainlanguage[de] \usemodule[simplefonts][size=10pt] \setmainfont[Tex Gyre Heros]

Re: [NTG-context] Heros Condensed

2009-11-23 Thread Wolfgang Murth
Hi Hans, After fetching the simplefonts module with first-setup.bat --extras=t-simplefonts can you test with todays beta? I'm sorry to tell you, that with this beta in other documents I only get a titlepage with text and graphics on it. All the other pages are plain white with no text.

Re: [NTG-context] Heros Condensed

2009-11-23 Thread Wolfgang Schuster
Am 23.11.2009 um 19:11 schrieb Wolfgang Murth: I'm sorry to tell you, that with this beta in other documents I only get a titlepage with text and graphics on it. All the other pages are plain white with no text. Can you try to compile it without the images, the following message looks

Re: [NTG-context] Heros Condensed

2009-11-23 Thread Wolfgang Murth
Hi Wolfgang, Can you try to compile it without the images, the following message looks suspicious: I found the problem. The lines 187 and 188 are the troublemakers. \setupbackgrounds[header][text][background=nicetop] \setupbackgrounds[footer][text][background=nicebottom] With commenting

Re: [NTG-context] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C.
Wolfgang— Using tabulate does seem, to help: I still get odd labeling and a no page break. \showframe \starttext \dorecurse{3}{\input knuth\par} \start \setuptabulate [bodyfont=9pt, width=\textwidth, rulethickness=0.03em, distance=big, split=yes, header=repeat] \placetable [split,

Re: [NTG-context] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C .
Wolfgang— I have switched the minimal example to tabulate. The problem is that this entails little progress because I can find no documentation that explains (a) how to format (e.g., center) the content of specific cells---\REF does not seem to work any more. (b) how to get weighted

Re: [NTG-context] local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C .
Wolfgang— Using tabulate does seem, to help: I still get odd labeling and a no page break. \showframe \starttext \dorecurse{3}{\input knuth\par} \start \setuptabulate [bodyfont=9pt, width=\textwidth, rulethickness=0.03em, distance=big, split=yes, header=repeat] \placetable [split,

[NTG-context] Fwd: local footnote (Tables) problem

2009-11-23 Thread Bowen Alan C.
I apologize to the list for the second message. My keyboard and trackpad have gone sticky and unpredictable, and I misfired. The message below (the first message) is the one that I wanted to send. Please ignore the second. A. Begin forwarded message: From: Bowen Alan C.

Re: [NTG-context] bib module problem with mkiv

2009-11-23 Thread Chen Shen
Hi all, I tried digging mailing list and the source file. I am afraid that the bibl-tra module has a few problems: == \usemodule[bibl-tra] \setupbibtex[database=xampl] \starttext \section{aaa} \cite[a] \placepublications \section{bbb} \cite[b] \placepublications \stoptext