Re: [NTG-context] Drawing a diagram

2010-06-15 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

sorry for probably a silly question, but - how to get to e.g. 
http://wiki.contextgarden.net/Flow_Charts; from the 
http://wiki.contextgarden.net;?

I really cannot find the link which leads to http://wiki.contextgarden.net/Flow_Charts;, 
even if I listed all hyperlinks from http://wiki.contextgarden.net;.

Maybe a site map at http://wiki.contextgarden.net would be useful - but maybe 
I'm the only who suffers by inability to find the right link.

Lukas


On Mon, 14 Jun 2010 13:48:00 +0200, Taco Hoekwater t...@elvenkind.com wrote:


luigi scarso wrote:

On Mon, Jun 14, 2010 at 1:22 PM, Vyatcheslav Yatskovsky
yatskov...@gmail.com wrote:

Sorry for flooding the list, but what package I can use draw a picture like
this (attached).


That actual picture was drawn with the flowchart module.

  http://wiki.contextgarden.net/Flow_Charts

Best wishes,
Taco
___
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
___


___
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
___


Re: [NTG-context] Drawing a diagram

2010-06-15 Thread Taco Hoekwater

Procházka Lukáš Ing. - Pontex s. r. o. wrote:

Hello,

sorry for probably a silly question, but - how to get to e.g. 
http://wiki.contextgarden.net/Flow_Charts; from the 
http://wiki.contextgarden.net;?


I really cannot find the link which leads to 
http://wiki.contextgarden.net/Flow_Charts;, even if I listed all 
hyperlinks from http://wiki.contextgarden.net;.


Maybe a site map at http://wiki.contextgarden.net would be useful - 
but maybe I'm the only who suffers by inability to find the right link.


The wiki has 1052 article pages, so a site map would not help a lot
either. The best approach is to key in some keyword about what you
want to know in the search box on the left.

Now, you would not have known to search for 'Flow charts', but
searching for 'graphics' returns the 'Graphics' page , and this
has a link to 'Flow Charts'.

Best wishes,
Taco


___
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
___


Re: [NTG-context] Two \framed texts, one below the other

2010-06-15 Thread Taco Hoekwater

Marcin Borkowski wrote:

Hi all!

When I say

\framed{a}
\framed{b}

there is some space between frames.  How can I turn it off?


 \starttext
\offinterlineskip
\framed[bottomframe=off,width=5in]{top left \hfill top right}
\framed[topframe=off,width=5in]{center}
\stoptext



Is there a better way to do something like this?


Depending on your actual use case, layers or a table may be more
suited than \framed.

Best wishes,
Taco


___
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
___


Re: [NTG-context] minimals

2010-06-15 Thread Martin 'golodhrim' Scholz
On Mon, 14 Jun 2010 15:18:05 +0200, Hans Hagen wrote:

 Hi,
 
 i'm experimenting with the minimals so best not update now
 
 (i need to do tests that i cannot do locally)
 
 Hans

Hi Hans,

can you let us know when it is save again to start an update?

Greetings



-- 
---
Martin 'golodhrim' Scholz
Auf dem Sattler 4
34516 Ederbringhausen
Phone: +49 6454 799623
mobile: +49 176 63301749
Fax: +49 6454 
e-Mail: scholz@googlemail.com

A tautology is a thing which is tautological.

___
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
___


Re: [NTG-context] Two \framed texts, one below the other

2010-06-15 Thread Marcin Borkowski
Dnia Tue, Jun 15, 2010 at 09:10:40AM +0200, Taco Hoekwater napisa#322;(a):
 Marcin Borkowski wrote:
 Hi all!
 
 When I say
 
 \framed{a}
 \framed{b}
 
 there is some space between frames.  How can I turn it off?
 
  \starttext
 \offinterlineskip
 \framed[bottomframe=off,width=5in]{top left \hfill top right}
 \framed[topframe=off,width=5in]{center}
 \stoptext

Thanks!  Of course, \nointerlineskip between two \framed commands works,
too.

 Is there a better way to do something like this?
 
 Depending on your actual use case, layers or a table may be more
 suited than \framed.

OK, so now I have a question: what am I doing wrong?

\starttext

\definelayer[lyr][width=\overlaywidth,height=\overlayheight,preset=lefttop]
\defineoverlay[ovl][lyr][overlay]
\framed[width=10cm,height=4cm,background=ovl]{Framed text}

\stoptext

I want to have something like this:

+---+
|overlay|
|  Framed text  |
|   |
+---+

 
 Best wishes,
 Taco

Regards

-- 
Marcin Borkowski (http://mbork.pl)

People can be divided into 10 groups: those who like the binary system
and those who don't.
___
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
___


Re: [NTG-context] Two \framed texts, one below the other

2010-06-15 Thread Taco Hoekwater

Marcin Borkowski wrote:

Dnia Tue, Jun 15, 2010 at 09:10:40AM +0200, Taco Hoekwater napisa#322;(a):

Marcin Borkowski wrote:

Hi all!

When I say

\framed{a}
\framed{b}

there is some space between frames.  How can I turn it off?

 \starttext
\offinterlineskip
\framed[bottomframe=off,width=5in]{top left \hfill top right}
\framed[topframe=off,width=5in]{center}
\stoptext


Thanks!  Of course, \nointerlineskip between two \framed commands works,
too.


Is there a better way to do something like this?

Depending on your actual use case, layers or a table may be more
suited than \framed.


OK, so now I have a question: what am I doing wrong?


This works :

\starttext

\definelayer[lyr][width=\overlaywidth,height=\overlayheight]
\defineoverlay[ovl][{\directsetup{lyr}\tightlayer[lyr]}]

\startsetups lyr
\setlayer[lyr][preset=lefttop]{left top}
\setlayer[lyr][preset=righttop]{right top}
\stopsetups

\framed[width=10cm,height=4cm,background=ovl]{Framed text}

\stoptext

* It is important to have the \setlayer commands as part of
the overlay definition (hence \directsetup) because otherwise
\overlaywidth and \overlayheight have the wrong values.

Best wishes,
Taco

___
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
___


Re: [NTG-context] minimals

2010-06-15 Thread Hans Hagen

On 15-6-2010 10:05, Martin 'golodhrim' Scholz wrote:

On Mon, 14 Jun 2010 15:18:05 +0200, Hans Hagen wrote:


Hi,

i'm experimenting with the minimals so best not update now

(i need to do tests that i cannot do locally)

Hans


Hi Hans,

can you let us know when it is save again to start an update?


sure, i nailed down the problem to a patch for tex live that taco and i 
cooked up last weekend and that somehow works there but spoils the 
current beta


Hans

-
  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
___


[NTG-context] alignment in TABLE

2010-06-15 Thread Peter Münster
Hello,

Here is an alignment problem due to the rulethickness.
Is there a cleaner and more elegant solution?

\starttext
\section{First line shifted to the right by a bit less
  than 2pt}
\setupTABLE[offset=0pt, frame=off]
\setupTABLE[r][1][bottomframe=on, rulethickness=2pt]
\bTABLE
\bTR\bTD bla \eTD \eTR
\bTR\bTD bla \eTD \eTR
\eTABLE

\section{Workaround}
\setupTABLE[offset=0pt, frame=off, rulethickness=0pt]
\setupTABLE[r][1][bottomframe=on, rulethickness=2pt, loffset=-2pt]
\bTABLE
\bTR\bTD bla \eTD \eTR
\bTR\bTD bla \eTD \eTR
\eTABLE
\stoptext

TIA for any help!
Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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
___


Re: [NTG-context] minimals

2010-06-15 Thread Hans Hagen

On 15-6-2010 10:05, Martin 'golodhrim' Scholz wrote:

On Mon, 14 Jun 2010 15:18:05 +0200, Hans Hagen wrote:


Hi,

i'm experimenting with the minimals so best not update now

(i need to do tests that i cannot do locally)

Hans


Hi Hans,

can you let us know when it is save again to start an update?


you can give it a try

-
  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
___


Re: [NTG-context] minimals

2010-06-15 Thread luigi scarso
On Tue, Jun 15, 2010 at 7:25 PM, Hans Hagen pra...@wxs.nl wrote:
 you can give it a try
It looks ok on my linux 32bit  box
-- 
luigi
___
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
___


Re: [NTG-context] minimals

2010-06-15 Thread Thomas A. Schmitz

On Jun 15, 2010, at 7:25 PM, Hans Hagen wrote:

 you can give it a try

What about the 

cannot open tree:Users/tas/texmf/: No such file or directory

error? I'm still getting it...

Thomas
___
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
___


Re: [NTG-context] minimals

2010-06-15 Thread Bernhard Rosensteiner
Am 15.06.2010 um 19:41 schrieb luigi scarso:

 On Tue, Jun 15, 2010 at 7:25 PM, Hans Hagen pra...@wxs.nl wrote:
 you can give it a try
 It looks ok on my linux 32bit  box
 -- 
 luigi

on mac snow leopard it works again. Kerning on Adobe Fonts is also ok now, 
however it is not exactly the same as before. Letters attached to T are to 
near. See:

http://dl.dropbox.com/u/2082519/Typescript_Test_2.pdf

best regards
Bernhard___
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
___


Re: [NTG-context] minimals

2010-06-15 Thread Michael Murphy

On 15/06/2010 19:48, Thomas A. Schmitz wrote:


On Jun 15, 2010, at 7:25 PM, Hans Hagen wrote:


you can give it a try


What about the

cannot open tree:Users/tas/texmf/: No such file or directory

error? I'm still getting it...


Does the directory exist? If there is nothing important there, just 
delete it.


--
Michael Murphy
___
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
___


Re: [NTG-context] minimals

2010-06-15 Thread Thomas A. Schmitz

On Jun 15, 2010, at 8:11 PM, Michael Murphy wrote:

 Does the directory exist? If there is nothing important there, just delete it.

It's my HOMETEXMF tree...
___
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
___


Re: [NTG-context] minimals

2010-06-15 Thread Hans Hagen

On 15-6-2010 8:03, Bernhard Rosensteiner wrote:

Am 15.06.2010 um 19:41 schrieb luigi scarso:


On Tue, Jun 15, 2010 at 7:25 PM, Hans Hagenpra...@wxs.nl  wrote:

you can give it a try

It looks ok on my linux 32bit  box
--
luigi


on mac snow leopard it works again. Kerning on Adobe Fonts is also ok now, 
however it is not exactly the same as before. Letters attached to T are to 
near. See:


looks different here, so it's hard to check without your test file

did you erase the font cache?

Hans


-
  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
___


Re: [NTG-context] minimals

2010-06-15 Thread Hans Hagen

On 15-6-2010 7:48, Thomas A. Schmitz wrote:


On Jun 15, 2010, at 7:25 PM, Hans Hagen wrote:


you can give it a try


What about the

cannot open tree:Users/tas/texmf/: No such file or directory


do others on the mac observe the same?

Hans

-
  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
___


Re: [NTG-context] minimals

2010-06-15 Thread Otared Kavian

On 15 juin 2010, at 23:43, Hans Hagen wrote:
 
 do others on the mac observe the same?
 
 Hans
 

Hi Hans, 

I just updated to the latest minimal, and everything works perfectly on my 
MacBook Pro running Mac OS X 10.6.3.
I get:
LuaTeX version 60, LuaTeX revision 1, (LuaTeX date stamp 2010042810),  
ConTeXt version 2010.06.15 17:06.

I haven't noticed any kerning problems with the usual fonts I use, and the 
issue reported by Thomas S. doesn't show up for me.

However, I notice that the version I have runs much faster than the previous 
ones, especially in mkii mode: is this because you have done something magic, 
or am I being too tired and slow minded? :-)

In any case, many many thanks…

Best regards: OK
___
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
___


[NTG-context] Strange Font problem

2010-06-15 Thread Andreas Schneider
Hello,

since one of the last betas (I guess two weeks ago), a strange problem 
appears in my current document. The first ~10 page are completely fine (i.e. 
as usual) but the following ~20 pages have some kind of a font problem. The 
font looks bolder/grainy when zooming out in Acrobat and also the scrolling 
is pretty slow. After these pages, it's fine again. I don't see any specific 
trigger, there's nothing special on these pages.

Sorry that I can't give any more details, but I wasn't able yet to pinpoint 
the problem. Even producing a long test document using \dorecurse didn't 
provoke that problem.

I made a screenshot of one of the aforementioned spots where it switches - 
in this case from wrong to right.

http://aksdb.homeip.net/ConTeXt_Font.png

I guess you can easily see that the font on the upper page (the wrong one) 
looks different from the page below (the right one). They should be the same 
and it even looks correct when zooming further in. Both pages are 
consecutive and there is no code inbetween (no manual break, nothing).

Has someone seen something like this before and can give me a hint where to 
start looking for the trigger so that I can maybe produce a smaller test 
example to help find and fix the root cause?

Thanks in advance,
Andreas.

___
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
___


Re: [NTG-context] Strange Font problem

2010-06-15 Thread Khaled Hosny
On Wed, Jun 16, 2010 at 02:32:48AM +0200, Andreas Schneider wrote:
 Hello,
 
 since one of the last betas (I guess two weeks ago), a strange problem 
 appears in my current document. The first ~10 page are completely fine (i.e. 
 as usual) but the following ~20 pages have some kind of a font problem. The 
 font looks bolder/grainy when zooming out in Acrobat and also the scrolling 
 is pretty slow. After these pages, it's fine again. I don't see any specific 
 trigger, there's nothing special on these pages.

Can you check with other PDF readers, it looks like a reader issue to
me. I've got some strange color issues with ConTeXt generated PDFs and
Adobe's reader in the past, namely any page with images would have the
colors brighter than other pages, since the print was fine (and I don't
use Adobe's for screen reading, I didn't bother). Yours might be
something similar.


-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
___
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
___


Re: [NTG-context] Strange Font problem

2010-06-15 Thread Aditya Mahajan

On Wed, 16 Jun 2010, Khaled Hosny wrote:


On Wed, Jun 16, 2010 at 02:32:48AM +0200, Andreas Schneider wrote:

Hello,

since one of the last betas (I guess two weeks ago), a strange problem
appears in my current document. The first ~10 page are completely fine (i.e.
as usual) but the following ~20 pages have some kind of a font problem. The
font looks bolder/grainy when zooming out in Acrobat and also the scrolling
is pretty slow. After these pages, it's fine again. I don't see any specific
trigger, there's nothing special on these pages.


Can you check with other PDF readers, it looks like a reader issue to
me. I've got some strange color issues with ConTeXt generated PDFs and
Adobe's reader in the past, namely any page with images would have the
colors brighter than other pages, since the print was fine (and I don't
use Adobe's for screen reading, I didn't bother). Yours might be
something similar.


FWIW, I have noticed similar problems with Adobe reader on linux. Pages 
that contained a png image with transparency appeared duller than other 
pages. But evince and xpdf display the result correctly.


I don't know if the font effects are related or not.

Aditya

___
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
___


Re: [NTG-context] Strange Font problem

2010-06-15 Thread Taco Hoekwater

Aditya Mahajan wrote:

On Wed, 16 Jun 2010, Khaled Hosny wrote:


On Wed, Jun 16, 2010 at 02:32:48AM +0200, Andreas Schneider wrote:

Hello,

since one of the last betas (I guess two weeks ago), a strange problem
appears in my current document. The first ~10 page are completely 
fine (i.e.
as usual) but the following ~20 pages have some kind of a font 
problem. The
font looks bolder/grainy when zooming out in Acrobat and also the 
scrolling
is pretty slow. After these pages, it's fine again. I don't see any 
specific

trigger, there's nothing special on these pages.


Can you check with other PDF readers, it looks like a reader issue to
me. I've got some strange color issues with ConTeXt generated PDFs and
Adobe's reader in the past, namely any page with images would have the
colors brighter than other pages, since the print was fine (and I don't
use Adobe's for screen reading, I didn't bother). Yours might be
something similar.


FWIW, I have noticed similar problems with Adobe reader on linux. Pages 
that contained a png image with transparency appeared duller than other 
pages. But evince and xpdf display the result correctly.


This happens because on pages with transparency AR switches to a
different color model, and the resulting color conversions are not
producing the same results as conversion to the default (sRGB, I guess)
color model. It is annoying but unlikely to get fixed as this problem
has been around for ages, and more importantly: Adobe is not convinced
this is an actual bug.

It could be the same problem Andreas reported, but it is hard to say
for sure without looking at Andreas' actual PDF.

Best wishes,
Taco

___
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
___