[NTG-context] hbar (and probably some other symbols) don't work in latest beta

2013-01-03 Thread Michael Murphy
Minimal example:

\starttext
$\hbar$
\stoptext

Michael

--

Michael Murphy
Innovia Technology Ltd
St Andrew's House, St Andrew's Rd, Cambridge CB4 1DL, UK
www.innoviatech.com
+44 (0)1223 24

Registered in England 3763943
This email may contain confidential information.




___
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] [***SPAM***] Empty line, but not at the top of a page.

2013-01-03 Thread H. Özoguz

Hi together and happy new year,

with \crlf one can force a empty line.

But this empty line should not be printed, if it is on the top/start of 
a new page, so a new page should not begin with an empty line. Which is 
the correct command for that?


Regards,
Huseyin


___
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] [***SPAM***] Empty line, but not at the top of a page.

2013-01-03 Thread Wolfgang Schuster

Am 03.01.2013 um 09:47 schrieb H. Özoguz h.oezo...@mmnetz.de:

 Hi together and happy new year,
 
 with \crlf one can force a empty line.
 
 But this empty line should not be printed, if it is on the top/start of a new 
 page, so a new page should not begin with an empty line. Which is the correct 
 command for that?

\blank or \blank[line]

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
___


[NTG-context] \placefigure[margin] but in left margin?

2013-01-03 Thread Mikael P. Sundqvist
Dear list,

I want to have the effect I get with \placefigure[margin] but I want it
_always_ in the left margin instead of the right margin where it ends up by
default. I have tried several other keys but with leftmargin, inleft the
figure is not put in the top of the page, independent of the text. Can I
fix this with some setup?

Small test file:

\starttext
\input tufte

\placefigure[leftmargin][none]{With the key
leftmargin}{\externalfigure[cow][width=1cm]}
\input tufte

\placefigure[inleft][none]{With the key
inleft}{\externalfigure[cow][width=1cm]}
\input tufte

\placefigure[margin][none]{With the key
margin}{\externalfigure[cow][width=1cm]}
\input tufte
% This is the way I want it, but I want it in the left margin instead
\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
___

Re: [NTG-context] hbar (and probably some other symbols) doesn't work in latest beta

2013-01-03 Thread Jeong Dal
Dear Michael and Otared,

After updating ConTeXt to the latest version(2013.01.02.) and run the sample 
code.

 
 \starttext
 $\hbar$
 \stoptext

But I also got empty page.

If I add either \setupbodyfont[xits] or \enablemode[lmmath], \hbar appeared.

I also use Mac OSX mountain lion 64bit, luatex beta 0.74.

In the log file, I found the message Missing character:…

%
…
fonts  typescripts  unknown: library 'loc'
(/Users/graph/ConTeXt/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv){/Users/graph/ConTeXt/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
…
…
Missing character: There is no ħ (U+0127) in font texgyretermesmath-regular!
backend  xmp  using file 
'/Users/graph/ConTeXt/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
…
%

I think that Otared doesn't have this kind of message.

Do you have any idea to fix this?

Thank you.

Best regards,

Dalyoung
___
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] \placefigure[margin] but in left margin?

2013-01-03 Thread Wolfgang Schuster

Am 03.01.2013 um 13:48 schrieb Mikael P. Sundqvist mic...@gmail.com:

 Dear list,
 
 I want to have the effect I get with \placefigure[margin] but I want it 
 _always_ in the left margin instead of the right margin where it ends up by 
 default. I have tried several other keys but with leftmargin, inleft the 
 figure is not put in the top of the page, independent of the text. Can I 
 fix this with some setup?
 
 Small test file:

\setupmarginblocks
  [location=left]

 \starttext
 \input tufte
 
 \placefigure[leftmargin][none]{With the key 
 leftmargin}{\externalfigure[cow][width=1cm]}
 \input tufte
 
 \placefigure[inleft][none]{With the key 
 inleft}{\externalfigure[cow][width=1cm]}
 \input tufte
 
 \placefigure[margin][none]{With the key 
 margin}{\externalfigure[cow][width=1cm]}
 \input tufte
 % This is the way I want it, but I want it in the left margin instead
 \stoptext

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
___


Re: [NTG-context] \placefigure[margin] but in left margin?

2013-01-03 Thread Mikael P. Sundqvist
On Thu, Jan 3, 2013 at 3:58 PM, Wolfgang Schuster 
wolfgang.schus...@gmail.com wrote:


 Am 03.01.2013 um 13:48 schrieb Mikael P. Sundqvist mic...@gmail.com:

  Dear list,
 
  I want to have the effect I get with \placefigure[margin] but I want it
 _always_ in the left margin instead of the right margin where it ends up by
 default. I have tried several other keys but with leftmargin, inleft the
 figure is not put in the top of the page, independent of the text. Can I
 fix this with some setup?
 
  Small test file:

 \setupmarginblocks
   [location=left]

  \starttext
  \input tufte
 
  \placefigure[leftmargin][none]{With the key
 leftmargin}{\externalfigure[cow][width=1cm]}
  \input tufte
 
  \placefigure[inleft][none]{With the key
 inleft}{\externalfigure[cow][width=1cm]}
  \input tufte
 
  \placefigure[margin][none]{With the key
 margin}{\externalfigure[cow][width=1cm]}
  \input tufte
  % This is the way I want it, but I want it in the left margin instead
  \stoptext

 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

 ___



Thank you very much for your fast reply, Wolfgang. That is what I looked
for. However, a new problem appeared now. The example file

\setuppapersize[A5][A5]

\setuplayout[
footer=0cm,
header=0.6cm,
headerdistance=0.2cm,
footerdistance=0cm,
topspace=1cm,
backspace=4cm,
leftmargin=3cm,
rightmargin=0cm,
leftmargindistance=0.5cm,
height=fit,
width=fit,
]

\setupmarginblocks[location=left]


\starttext
\showlayout

\placefigure[margin][none]{With the key
margin}{\externalfigure[cow][width=3cm]}
\input tufte

\stoptext

does not work as intended for me. The layout looks OK if I read the
\showlayout output correctly, but the cow is not put entirely in the
margin, but sticks out outside the page. I attach the output of the code
above.

Best regards, Mikael


test.pdf
Description: Adobe PDF document
___
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] \placefigure[margin] but in left margin?

2013-01-03 Thread Wolfgang Schuster

Am 03.01.2013 um 17:13 schrieb Mikael P. Sundqvist mic...@gmail.com:

 On Thu, Jan 3, 2013 at 3:58 PM, Wolfgang Schuster 
 wolfgang.schus...@gmail.com wrote:
 
 Am 03.01.2013 um 13:48 schrieb Mikael P. Sundqvist mic...@gmail.com:
 
  Dear list,
 
  I want to have the effect I get with \placefigure[margin] but I want it 
  _always_ in the left margin instead of the right margin where it ends up by 
  default. I have tried several other keys but with leftmargin, inleft the 
  figure is not put in the top of the page, independent of the text. Can I 
  fix this with some setup?
 
  Small test file:
 
 \setupmarginblocks
   [location=left]
 
  \starttext
  \input tufte
 
  \placefigure[leftmargin][none]{With the key 
  leftmargin}{\externalfigure[cow][width=1cm]}
  \input tufte
 
  \placefigure[inleft][none]{With the key 
  inleft}{\externalfigure[cow][width=1cm]}
  \input tufte
 
  \placefigure[margin][none]{With the key 
  margin}{\externalfigure[cow][width=1cm]}
  \input tufte
  % This is the way I want it, but I want it in the left margin instead
  \stoptext
 
 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
 ___
 
 
 Thank you very much for your fast reply, Wolfgang. That is what I looked for. 
 However, a new problem appeared now. The example file
 
 \setuppapersize[A5][A5]
 
 \setuplayout[
 footer=0cm,
 header=0.6cm,
 headerdistance=0.2cm,
 footerdistance=0cm,
 topspace=1cm,
 backspace=4cm,
 leftmargin=3cm,
 rightmargin=0cm,
 leftmargindistance=0.5cm,
 height=fit,
 width=fit,
 ]
 
 \setupmarginblocks[location=left]

\setupmarginblocks
  [location=left,
   width=\leftmarginwidth]

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
___

Re: [NTG-context] \placefigure[margin] but in left margin?

2013-01-03 Thread Mikael P. Sundqvist
On Thu, Jan 3, 2013 at 5:16 PM, Wolfgang Schuster 
wolfgang.schus...@gmail.com wrote:


 Am 03.01.2013 um 17:13 schrieb Mikael P. Sundqvist mic...@gmail.com:

 On Thu, Jan 3, 2013 at 3:58 PM, Wolfgang Schuster 
 wolfgang.schus...@gmail.com wrote:


 Am 03.01.2013 um 13:48 schrieb Mikael P. Sundqvist mic...@gmail.com:

  Dear list,
 
  I want to have the effect I get with \placefigure[margin] but I want it
 _always_ in the left margin instead of the right margin where it ends up by
 default. I have tried several other keys but with leftmargin, inleft the
 figure is not put in the top of the page, independent of the text. Can I
 fix this with some setup?
 
  Small test file:

 \setupmarginblocks
   [location=left]

  \starttext
  \input tufte
 
  \placefigure[leftmargin][none]{With the key
 leftmargin}{\externalfigure[cow][width=1cm]}
  \input tufte
 
  \placefigure[inleft][none]{With the key
 inleft}{\externalfigure[cow][width=1cm]}
  \input tufte
 
  \placefigure[margin][none]{With the key
 margin}{\externalfigure[cow][width=1cm]}
  \input tufte
  % This is the way I want it, but I want it in the left margin instead
  \stoptext

 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

 ___



 Thank you very much for your fast reply, Wolfgang. That is what I looked
 for. However, a new problem appeared now. The example file

 \setuppapersize[A5][A5]

 \setuplayout[
 footer=0cm,
 header=0.6cm,
 headerdistance=0.2cm,
 footerdistance=0cm,
 topspace=1cm,
 backspace=4cm,
 leftmargin=3cm,
 rightmargin=0cm,
 leftmargindistance=0.5cm,
 height=fit,
 width=fit,
 ]

 \setupmarginblocks[location=left]


 \setupmarginblocks
   [location=left,
width=\leftmarginwidth]

 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

 ___


Thank you very much, Wolfgang! Now it looks as it should.

Mikael
___
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] makeupwidth in externalfigure yields invalid escape sequence

2013-01-03 Thread Andreas Mang
Dear...

...invisible man probably known as Hans...

Thanks for fixing this!

Cheers,
Andreas

FYI followers:

\starttext 
\externalfigure[cow][width=0.5\makeupwidth] 
\stoptext

works with the latest beta (MKIV)

Am Jan 1, 2013 um 2:10 PM schrieb Andreas Mang m...@imt.uni-luebeck.de:

 Hi,
 
 Thanks for the quick responses.
 
 The \externalfigure commands passes the values of the width/height keys to 
 Lua which can’t handle relative values [...] to convert a relative (e.g. 
 \textwidth) in a absolute value (e.g. 12pt) you can use the \dimexpr command.
 
 \externalfigure[…][width=\the\dimexpr.3\textwidth\relax]
 
 I'm seem to be not educated enough about dos and don'ts: To me it seemed 
 mandatory to use relative sizes as I might have to change the layout of my 
 document (*). So, do I get it right that the idea of this change is to stick 
 to a rigid A4 setting (i.e. all figures are e.g. of width 5 cm) and then 
 simply change the print out size to A5: 
 
 \setuppapersize[A4][A5]
 
 A quick yes, keep it rigid or no, do it adaptively would be enough to get 
 me on track (in case I am not telling bull). I'll adapt my doc 
 accordingly. 
 
 Cheers,
 Andreas
 
 (*) I am currently working on a document, which Iis going through assessment 
 in A4 and very likely published in A5
 ___
 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
___


[NTG-context] no bibliography when using bodymatter/backmatter/...

2013-01-03 Thread Andreas Mang
Hi there,

after updating I have spotted serious flaws in my layout. Spending some time in 
the wonderful garden I could fix most issues. However, I might still be doing 
something wrong: 

My TOC and the bib entries were gone. I could reanimate the TOC for the 
bodymatter, but not for the remaining parts of my document. Secondly, the 
bibliography is still missing. I have attached a minimal example to demonstrate 
my problems. I am probably missing flags / settings.

My problems are:

1) The section title Backmatter does not appear in the TOC.
2) the bibliography does not appear nor is the citation added (this is 
different, if I put the placepublication command into the bodymatter)

Cheers,
Andreas


% ConTeXt  ver: 2013.01.02 18:19 MKIV

%%% minimal example %%%
\setupcombinedlist[content][level=4, alternative=c]

\startsectionblockenvironment[bodypart]
\setupuserpagenumber[numberconversion=numbers]
\setuppagenumber[number=1]
\stopsectionblockenvironment

\startsectionblockenvironment[backpart]
\setupuserpagenumber[numberconversion=numbers]
\stopsectionblockenvironment

\usemodule[bib]
\usemodule[bibltx]
\setupbibtex[database=sample]
\setuppublications[numbering=yes]

\starttext
\placecontent[criterum all]

\startbodymatter
\section{Bodymatter} % this heading does not appear in the TOC
\ConTeXt \cite[hh2010a]
\stopbodymatter

\startbackmatter
\section{Backmatter}
\placepublications[criterium=text]
\stopbackmatter

\stoptext
%%% minimal example %%%



___
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] no bibliography when using bodymatter/backmatter/...

2013-01-03 Thread Andreas Mang
Excellent work, Andreas - it's really amazing how you always remember to attach 
things...

I've used the standard example from the garden as a bib file (see attached ;) ).



sample.bib
Description: sample.bib



Am Jan 4, 2013 um 1:04 AM schrieb Andreas Mang m...@imt.uni-luebeck.de:

 Hi there,
 
 after updating I have spotted serious flaws in my layout. Spending some time 
 in the wonderful garden I could fix most issues. However, I might still be 
 doing something wrong: 
 
 My TOC and the bib entries were gone. I could reanimate the TOC for the 
 bodymatter, but not for the remaining parts of my document. Secondly, the 
 bibliography is still missing. I have attached a minimal example to 
 demonstrate my problems. I am probably missing flags / settings.
 
 My problems are:
 
 1) The section title Backmatter does not appear in the TOC.
 2) the bibliography does not appear nor is the citation added (this is 
 different, if I put the placepublication command into the bodymatter)
 
 Cheers,
 Andreas
 
 
 % ConTeXt  ver: 2013.01.02 18:19 MKIV
 
 %%% minimal example %%%
 \setupcombinedlist[content][level=4, alternative=c]
 
 \startsectionblockenvironment[bodypart]
 \setupuserpagenumber[numberconversion=numbers]
 \setuppagenumber[number=1]
 \stopsectionblockenvironment
 
 \startsectionblockenvironment[backpart]
 \setupuserpagenumber[numberconversion=numbers]
 \stopsectionblockenvironment
 
 \usemodule[bib]
 \usemodule[bibltx]
 \setupbibtex[database=sample]
 \setuppublications[numbering=yes]
 
 \starttext
 \placecontent[criterum all]
 
 \startbodymatter
 \section{Bodymatter} % this heading does not appear in the TOC
 \ConTeXt \cite[hh2010a]
 \stopbodymatter
 
 \startbackmatter
 \section{Backmatter}
 \placepublications[criterium=text]
 \stopbackmatter
 
 \stoptext
 %%% minimal example %%%
 
 
 
 ___
 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] hbar (and probably some other symbols) doesn't work in latest beta

2013-01-03 Thread Otared Kavian
Dear Michael and Dalyoung,

In order to test again and reproduce the problem you encounter I removed my 
texmf-cache and typeset the example: here is what I observe.

--- with \enablemode[lmmath] the \hbar appears and is a math italic « h » with 
a bar in the top third of the vertical part of the letter

--- without \enablemode[lmmath] the \hbar appears and is a roman « h » with a 
bar in the top third of the vertical part of the letter

Your error message seems to indicate some character in 
texgyretermesmath-regular is not found and points to the file
mkiv-base.map
is this file present on your context tree? On my installation the file exists 
but there is no mention of texgyretermesmath-regular…

So I am clueless about the issue because all three of us we have updated to
LuaTeX, Version beta-0.74.0-2012122517 (rev 4541),
ConTeXt ver: 2013.01.02 18:19 MKIV
on Mac OS X Mountain Lion.

Best regards: OK

On 3 janv. 2013, at 15:26, Jeong Dal hak...@me.com wrote:

 Dear Michael and Otared,
 
 After updating ConTeXt to the latest version(2013.01.02.) and run the sample 
 code.
 
 
 \starttext
 $\hbar$
 \stoptext
 
 But I also got empty page.
 
 If I add either \setupbodyfont[xits] or \enablemode[lmmath], \hbar appeared.
 
 I also use Mac OSX mountain lion 64bit, luatex beta 0.74.
 
 In the log file, I found the message Missing character:…
 
 %
 …
 fonts  typescripts  unknown: library 'loc'
 (/Users/graph/ConTeXt/tex/texmf-context/tex/context/base/type-imp-texgyre.mkiv){/Users/graph/ConTeXt/tex/texmf-context/fonts/map/pdftex/context/mkiv-base.map}
 …
 …
 Missing character: There is no ħ (U+0127) in font texgyretermesmath-regular!
 backend  xmp  using file 
 '/Users/graph/ConTeXt/tex/texmf-context/tex/context/base/lpdf-pdx.xml'
 …
 %
 
 I think that Otared doesn't have this kind of message.
 
 Do you have any idea to fix this?
 
 Thank you.
 
 Best regards,
 
 Dalyoung
 ___
 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
___