[NTG-context] bookmark linebreak and indentation

2013-01-04 Thread ShcO
dear list,

i have two problem need your help
1. if use \\, there will show a '\' in bookmark, how to ignore it.
2. if use \midaligned, the next pargraph's indentation will not work
properly. there is no problem with using \startalignment[middle].

ex:
\setupinteraction[state=start]
\placebookmarks[chapter]
\setupinteractionscreen[option=bookmark]
\setupindenting[yes, big, first]
\setupheads[indentnext=yes]
\starttext
\chapter{Long\\ title}
\midaligned{knuth}
\input knuth
\stoptext

--ver--
ConTeXt ver: 2013.01.02 18:19 MKIV fmt: 2013.1.3

Thank you.

--
Best regards,
Lukas
___
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] bookmark linebreak and indentation

2013-01-04 Thread Wolfgang Schuster

Am 04.01.2013 um 10:56 schrieb ShcO nightmaretroubad...@gmail.com:

 dear list,
 
 i have two problem need your help
 1. if use \\, there will show a '\' in bookmark, how to ignore it.
 2. if use \midaligned, the next pargraph's indentation will not work 
 properly. there is no problem with using \startalignment[middle].
 
 ex:
 \setupinteraction[state=start]
 \placebookmarks[chapter]
 \setupinteractionscreen[option=bookmark]
 \setupindenting[yes, big, first]
 \setupheads[indentnext=yes]
 \starttext
 \chapter{Long\\ title}
 \midaligned{knuth}
 \input knuth
 \stoptext

1. Separate your paragraphs with blank lines in the input.

2. Use \startchapter to set a different text for the bookmark.

3. Remove the space after \\ because it adds a unwanted space in the table of 
contents.

\starttext

\startchapter[title={Long\\title},bookmark={Short title}]

\midaligned{knuth}

\input knuth

\stopchapter

\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] \IncludePicture in SimpleSlides

2013-01-04 Thread Thomas A. Schmitz

On 12/30/2012 03:05 AM, Roland Thiers wrote:

Hello,
I have tried the simpleslides module. Starting with it is very nice.
I have get some trouble with \IncludePicture.
Running :
ConTeXt  ver: 2012.12.28 20:30 MKIV  fmt: 2012.12.29  int: english/english
\IncludePicture
[horizontal]
[riviere]
{La Dumbéa}
do not work. Maybe that problem is new (process succeded a few time ago). If I
use \externalfigure, no problems.
Best regards, Roland


Please make a small example demonstrating your problem. \IncludePicture 
works normally here (with version: 2013.01.02 18:19).


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
___

[NTG-context] luatex 0.74: invalid escape sequence near '\%

2013-01-04 Thread Thomas A. Schmitz

Hi,

luatex 0.74.0 has problems with an escaped string which used to work in 
0.72. Small example (typeset git information, so may only work in 
directory under version control):


\starttext

git revision \ctxlua{context(os.resultof(git --no-pager log 
--pretty='\%h of \%aD' -1))} \crlf ConTeXt version: \contextversion]


\stoptext

I get

! LuaTeX error [string \directlua ]:1: invalid escape sequence near '\%'.

system   tex  error on line 3 in file test.tex: LuaTeX error  ...

All best

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] luatex 0.74: invalid escape sequence near '\%

2013-01-04 Thread Peter Münster
On Fri, Jan 04 2013, Thomas A. Schmitz wrote:

 ! LuaTeX error [string \directlua ]:1: invalid escape sequence near '\%'.

Workaround: \letterpercent

-- 
   Peter
___
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] luatex 0.74: invalid escape sequence near '\%

2013-01-04 Thread Hans Hagen

On 1/4/2013 2:00 PM, Thomas A. Schmitz wrote:

Hi,

luatex 0.74.0 has problems with an escaped string which used to work in
0.72. Small example (typeset git information, so may only work in
directory under version control):

\starttext

git revision \ctxlua{context(os.resultof(git --no-pager log
--pretty='\%h of \%aD' -1))} \crlf ConTeXt version: \contextversion]

\stoptext


\% is no valid escape, just use % or when in a pattern use %%

-
  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] luatex 0.74: invalid escape sequence near '\%

2013-01-04 Thread Hans Hagen

On 1/4/2013 2:00 PM, Thomas A. Schmitz wrote:

Hi,

luatex 0.74.0 has problems with an escaped string which used to work in
0.72. Small example (typeset git information, so may only work in
directory under version control):

\starttext

git revision \ctxlua{context(os.resultof(git --no-pager log
--pretty='\%h of \%aD' -1))} \crlf ConTeXt version: \contextversion]

\stoptext


and \letterpercent at the tex end, so

\letterpercent h

-
  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] luatex 0.74: invalid escape sequence near '\%

2013-01-04 Thread Thomas A. Schmitz

On 01/04/2013 02:18 PM, Hans Hagen wrote:

and \letterpercent at the tex end, so

\letterpercent h


Thank you Peter and Hans, letterpercent works!

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
___


[NTG-context] Lua inmargin inframed

2013-01-04 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

the inframed B in margin created by Lua doesn't appear, although 
corresponding Ctx code works:


\starttext
  \inmargin{\inframed{A}}
  \input knuth

  \blank
  \directlua{context.inmargin(context.delayed.inframed(B)); context(Test.)}
\stoptext


What am I doing wrong?

TIA.

Best regards,

Lukas


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

t.mkiv
Description: Binary data


t.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] Lua inmargin inframed

2013-01-04 Thread Wolfgang Schuster

Am 04.01.2013 um 16:22 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
l...@pontex.cz:

 Hello,
 
 the inframed B in margin created by Lua doesn't appear, although 
 corresponding Ctx code works:
 
 
 \starttext
  \inmargin{\inframed{A}}
  \input knuth
 
  \blank
  \directlua{context.inmargin(context.delayed.inframed(B)); context(Test.)}
 \stoptext
 
 
 What am I doing wrong?

\starttext

\inmargin{\inframed{A}}
\input knuth

\blank

\ctxlua{context.inmargin(context.nested.inframed(B))}
\input knuth

\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] Lua inmargin inframed

2013-01-04 Thread Procházka Lukáš Ing . - Pontex s . r . o .

On Fri, 04 Jan 2013 16:48:45 +0100, Wolfgang Schuster 
wolfgang.schus...@gmail.com wrote:


\starttext

\inmargin{\inframed{A}}
\input knuth

\blank

\ctxlua{context.inmargin(context.nested.inframed(B))}
\input knuth

\stoptext

Wolfgang


Great, thanks!

Any info about usage of .nested or .nested vs. delayed?

(I've never used .nested so far, .delayed did the work if it was 
necessary...)

Best regards,

Lukas


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

___
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] Lua inmargin inframed

2013-01-04 Thread Wolfgang Schuster

Am 04.01.2013 um 16:51 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
l...@pontex.cz:

 On Fri, 04 Jan 2013 16:48:45 +0100, Wolfgang Schuster 
 wolfgang.schus...@gmail.com wrote:
 
 \starttext
 
 \inmargin{\inframed{A}}
 \input knuth
 
 \blank
 
 \ctxlua{context.inmargin(context.nested.inframed(B))}
 \input knuth
 
 \stoptext
 
 Wolfgang
 
 Great, thanks!
 
 Any info about usage of .nested or .nested vs. delayed?
 
 (I've never used .nested so far, .delayed did the work if it was 
 necessary…)

No, I played only with a few commands mentioned in the manual.

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] \IncludePicture in SimpleSlides

2013-01-04 Thread Roland Thiers


Le 4 janv. 13 à 23:39, Thomas A. Schmitz a écrit :


On 12/30/2012 03:05 AM, Roland Thiers wrote:

Hello,
I have tried the simpleslides module. Starting with it is very nice.
I have get some trouble with \IncludePicture.
Running :
ConTeXt  ver: 2012.12.28 20:30 MKIV  fmt: 2012.12.29  int: english/ 
english

\IncludePicture
[horizontal]
[riviere]
{La Dumbéa}
do not work. Maybe that problem is new (process succeded a few time  
ago). If I

use \externalfigure, no problems.
Best regards, Roland


Please make a small example demonstrating your problem.  
\IncludePicture works normally here (with version: 2013.01.02 18:19).


Thomas
Thanks, Thomas, for your reply. I 've updated version to 2013.01.02  
and \IncludePicture works perfectly !
I am not sure about the error that I have reported : maybe I made  
something wrong with the commands (surely that !) or maybe something  
missing

in version 2012.12.29.
To be able do produce a nice presentation without a long curve  
learning is really great, thanks a lot for this module,

Roland



___
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-04 Thread Hans Hagen

On 1/4/2013 7:51 AM, Otared Kavian wrote:

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?


It looks like hbar (LATIN SMALL LETTER H WITH STROKE 0x127) is not in 
the math fonts.


I don't know the reason. Is it a often used math / physics symbol? If 
so, it probably should end up in the math fonts.


(I could load a merged copy of the math font with a regular one but 
rather not.)


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] fails to fonts reloading

2013-01-04 Thread 李延瑞
Execute `mtxrun --script fonts --reload` with minimals beta 2013.01.02:

$ mtxrun --script fonts --reload

fonts   | names | warnings are disabled (tracker 'fonts.warnings')
fonts   | names | identifying tree font files with suffix otf
fonts   | names | scanning /opt/context/tex/texmf-project for otf files
fonts   | names | 6 entries found, 0 otf files checked, 0 okay
fonts   | names | scanning /opt/context/tex/texmf-fonts for otf files
fonts   | names | 6 entries found, 0 otf files checked, 0 okay
fonts   | names | scanning /opt/context/tex/texmf-local for
otf filestexlua: ../../../source/texk/kpathsea/cnf.c:255:
kpathsea_cnf_get: Assertion `kpse-program_name' failed.
Aborted


-- 
Best regards,

Li Yanrui
___
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-04 Thread Khaled Hosny
On Sat, Jan 05, 2013 at 02:10:50AM +0100, Hans Hagen wrote:
 
 It looks like hbar (LATIN SMALL LETTER H WITH STROKE 0x127) is not
 in the math fonts.

\hbar should be a glyph variant of \hslash (U+0210F), according to STIX
people, if the font provides such a variant.

Regards,
Khaled
___
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] fails to fonts reloading

2013-01-04 Thread Otared Kavian
Hi Li Yanrui,

I tried (with version: 2013.01.02 18:19 on Mac OS X 10.8.2)
mtxrun --script fonts --reload
with the minimals and did not notice any problem: indeed the first line of the 
output is 
fonts | names | warnings are disabled (tracker 'fonts.warnings')
but the command does not abort as it seems on your installation of the stand 
alone ConTeXt.

Best regards: OK

On 5 janv. 2013, at 03:10, Li Yanrui (李延瑞) liyanrui...@gmail.com wrote:

 Execute `mtxrun --script fonts --reload` with minimals beta 2013.01.02:
 
 $ mtxrun --script fonts --reload
 
 fonts   | names | warnings are disabled (tracker 'fonts.warnings')
 fonts   | names | identifying tree font files with suffix otf
 fonts   | names | scanning /opt/context/tex/texmf-project for otf 
 files
 fonts   | names | 6 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /opt/context/tex/texmf-fonts for otf files
 fonts   | names | 6 entries found, 0 otf files checked, 0 okay
 fonts   | names | scanning /opt/context/tex/texmf-local for
 otf filestexlua: ../../../source/texk/kpathsea/cnf.c:255:
 kpathsea_cnf_get: Assertion `kpse-program_name' failed.
 Aborted
 
 
 -- 
 Best regards,
 
 Li Yanrui
 ___
 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] fails to fonts reloading

2013-01-04 Thread 土卜皿
hi,Otared Kavian
*   I got the same error as Li Yanrui described, I found that you will get
such error if you have a *
*font file **AdobeSongStd-Light.otf (**
http://way2ctx.googlecode.com/files/adobe.tar.gz) under OSFONTDIR!*
*
*
*hope that helps!*
*
*
*BEST REGARDS*
*PengCZ*


2013/1/5 Otared Kavian ota...@gmail.com

 Hi Li Yanrui,

 I tried (with version: 2013.01.02 18:19 on Mac OS X 10.8.2)
 mtxrun --script fonts --reload
 with the minimals and did not notice any problem: indeed the first line of
 the output is
 fonts | names | warnings are disabled (tracker 'fonts.warnings')
 but the command does not abort as it seems on your installation of the
 stand alone ConTeXt.

 Best regards: OK

 On 5 janv. 2013, at 03:10, Li Yanrui (李延瑞) liyanrui...@gmail.com wrote:

  Execute `mtxrun --script fonts --reload` with minimals beta 2013.01.02:
 
  $ mtxrun --script fonts --reload
 
  fonts   | names | warnings are disabled (tracker
 'fonts.warnings')
  fonts   | names | identifying tree font files with suffix otf
  fonts   | names | scanning /opt/context/tex/texmf-project for
 otf files
  fonts   | names | 6 entries found, 0 otf files checked, 0 okay
  fonts   | names | scanning /opt/context/tex/texmf-fonts for otf
 files
  fonts   | names | 6 entries found, 0 otf files checked, 0 okay
  fonts   | names | scanning /opt/context/tex/texmf-local for
  otf filestexlua: ../../../source/texk/kpathsea/cnf.c:255:
  kpathsea_cnf_get: Assertion `kpse-program_name' failed.
  Aborted
 
 
  --
  Best regards,
 
  Li Yanrui
 
 ___
  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

 ___

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