Re: [NTG-context] CharisSIL doesn't load

2010-08-03 Thread Aditya Mahajan

On Mon, 2 Aug 2010, Martin Althoff wrote:


There is a typo in the last line of type-charissil.tex:
Change

\loadmarkfile{charissil}

to

\loadmarkfile{type-charissil}

Aditya



Aditya, thanks for that -- hope that typo gets fixed in the sources.




Unfortunately that did not fix the problem. Despite runs of


\usetypescriptfile has changed. Earlier it used to load file.tex, but now 
it loads file.mkiv and therefore, none of the typescripts from the 
typescript module work. A short-term work around is to add


\ReadFile{type-charissil}

somewhere befoer \setupbodyfont. (you loose all the fancy loading 
of \usetypescirptfile, but for one-off typescripts that is not too bad).


In the long term, all the typescripts in the typescript module need to be 
modified. (At present, it appears that \usetypescript does not load .mkii 
file in mkii, but I did not test extensively).


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] CharisSIL doesn't load

2010-08-03 Thread Aditya Mahajan

On Tue, 3 Aug 2010, Aditya Mahajan wrote:


On Mon, 2 Aug 2010, Martin Althoff wrote:


  There is a typo in the last line of type-charissil.tex:
  Change
 
  \loadmarkfile{charissil}
 
  to
 
  \loadmarkfile{type-charissil}
 
  Aditya
 


 Aditya, thanks for that -- hope that typo gets fixed in the sources.




 Unfortunately that did not fix the problem. Despite runs of


\usetypescriptfile has changed. Earlier it used to load file.tex, but now it 
loads file.mkiv and therefore, none of the typescripts from the typescript 
module work. A short-term work around is to add


\ReadFile{type-charissil}

somewhere befoer \setupbodyfont. (you loose all the fancy loading of 
\usetypescirptfile, but for one-off typescripts that is not too bad).


In the long term, all the typescripts in the typescript module need to be 
modified. (At present, it appears that \usetypescript does not load .mkii 
file in mkii, but I did not test extensively).


Another option is to use simplefonts module.

\usemodule[simplefonts]
\setmainfont[Charis Sil]

should work.

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
___


[NTG-context] Minimals on windows 32 bit fails ?

2010-08-03 Thread luigi scarso
It seems that there is an error with
patterns while building formats -- can someone check it ?

-- 
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] CharisSIL doesn't load

2010-08-03 Thread Martin Althoff
Thanks Luigi, I note that down. But it didn't do the trick to solve the 
problem. Guess it is as Aditya said: there is a problem in principle at this 
point in time. 

Best, Martin


 luatools --generate
 mtxrun --script fonts --reload
 context --make
 




___
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] CharisSIL doesn't load

2010-08-03 Thread Martin Althoff
  \usetypescriptfile has changed. Earlier it used to
 load file.tex, but now it loads file.mkiv and therefore,
 none of the typescripts from the typescript module work. A
 short-term work around is to add

Ok, so a more fundamental problem. 

Both suggestions you made, work for me:

%workaround1
\ReadFile{type-charissil}
\setupbodyfont[charissil]

%workaround 2
%\usemodule[simplefonts]
%\setmainfont[Charis Sil]

Saves me copying my fixed and combined mkiv file after every update.

Best,
Martin



___
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 on windows 32 bit fails ?

2010-08-03 Thread Peter Rolf
Am 03.08.2010 08:36, schrieb luigi scarso:
 It seems that there is an error with
 patterns while building formats -- can someone check it ?
 
yep, same error here.

path/context/tex/texmf-context/tex/context
/patterns/lang-agr.pat
! Duplicate pattern.
l.137 ΐ1

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] Minimals on windows 32 bit fails ?

2010-08-03 Thread luigi scarso
On Tue, Aug 3, 2010 at 9:48 AM, Peter Rolf indi...@gmx.net wrote:
 Am 03.08.2010 08:36, schrieb luigi scarso:
 It seems that there is an error with
 patterns while building formats -- can someone check it ?

 yep, same error here.

 path/context/tex/texmf-context/tex/context
 /patterns/lang-agr.pat
 ! Duplicate pattern.
 l.137 ΐ1

 Peter
Under linux 32 bit too
path/tex/texmf-context/tex/context/patterns/lang-agr
.pat
! Duplicate pattern.
l.137 ΐ1

-- 
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] CharisSIL doesn't load

2010-08-03 Thread Hans Hagen

On 3-8-2010 8:19, Aditya Mahajan wrote:


\usetypescriptfile has changed. Earlier it used to load file.tex, but
now it loads file.mkiv and therefore, none of the typescripts from the
typescript module work. A short-term work around is to add


first a file file the mk suffix is checked and when not found, a tex 
file is searched for, so in mkiv the first try is given.mkiv (which 
itself could load given.tex) and when not found given.tex



\ReadFile{type-charissil}


this will not load the typescripts in the same way

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 on windows 32 bit fails ?

2010-08-03 Thread Vnpenguin
Hi,
Just install minimal on Windows-XP 32bit (VM). It works without error here :)

C:\context --version

MTXrun | main context file:
C:/context/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2010.08.02 18:58

C:\luatex --version
This is LuaTeX, Version beta-0.61.0-2010073117 (Web2C 2010) (rev 3777)

Execute  'luatex --credits'  for credits and version details.

There is NO warranty. Redistribution of this software is covered by
the terms of the GNU General Public License, version 2. For more
information about these matters, see the file named COPYING and
the LuaTeX source.

Copyright 2010 Taco Hoekwater, the LuaTeX Team.




On Tue, Aug 3, 2010 at 09:57, luigi scarso luigi.sca...@gmail.com wrote:
 On Tue, Aug 3, 2010 at 9:48 AM, Peter Rolf indi...@gmx.net wrote:
 Am 03.08.2010 08:36, schrieb luigi scarso:
 It seems that there is an error with
 patterns while building formats -- can someone check it ?

 yep, same error here.

 path/context/tex/texmf-context/tex/context
 /patterns/lang-agr.pat
 ! Duplicate pattern.
 l.137 ΐ1

 Peter
 Under linux 32 bit too
 path/tex/texmf-context/tex/context/patterns/lang-agr
 .pat
 ! Duplicate pattern.
 l.137 ΐ1

 --
 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 on windows 32 bit fails ?

2010-08-03 Thread luigi scarso
On Tue, Aug 3, 2010 at 10:18 AM, Vnpenguin vnpeng...@vnoss.org wrote:
 Hi,
 Just install minimal on Windows-XP 32bit (VM). It works without error here :)

Still same error as before
-- 
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 update issues

2010-08-03 Thread Mojca Miklavec
On Tue, Aug 3, 2010 at 06:29, Martin Althoff wrote:
 Just ran ./first-setup.sh (yesterday it ran fine, now=5:20AM GMT 3.Aug) and 
 it ends very ungracefully:

 A section from some the first (of more) failure. Am I doing something wrong?

 (/Users/martin/contextMini/tex/texmf-context/tex/context/patterns/lang-agr.pat
 ! Duplicate pattern.
 l.137 ΐ1

Hans has replaced/modified patterns.

Hans, for LaTeX and plain TeX we use hyph-grc.tex for XeTeX/LuaTeX and
grahyph5.tex for pdfTeX. They both contain the same patterns, but in
different encoding. (The number of patterns is different as well, so
one needs a special conversion; you probably had some conversion for
Greek patterns earlier.)

Mojca
___
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 on windows 32 bit fails ?

2010-08-03 Thread Martin Althoff
Luigi,

check out Mojca's reply to my : minimals update issues

Martin

--- On Tue, 3/8/10, luigi scarso luigi.sca...@gmail.com wrote:

 From: luigi scarso luigi.sca...@gmail.com
 Subject: Re: [NTG-context] Minimals on windows 32 bit fails ?
 To: mailing list for ConTeXt users ntg-context@ntg.nl
 Date: Tuesday, 3 August, 2010, 4:25 PM
 On Tue, Aug 3, 2010 at 10:18 AM,
 Vnpenguin vnpeng...@vnoss.org
 wrote:
  Hi,
  Just install minimal on Windows-XP 32bit (VM). It
 works without error here :)
 
 Still same error as before
 -- 
 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
 ___
 



___
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] section - classe

2010-08-03 Thread R. Bastian
Hello,

I use texexec (mk ii). 

I use the following head definition:

\definehead[classe][section]
\setuphead[classe]
[style=type, textstyle=tfc, indentnext=yes, alternative=inmargin, align=broad]

The result is numbered, but the title of the section/classe does not appear in 
the toc.

What is missing ?

-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/


___
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] formula, indentation

2010-08-03 Thread R. Bastian
Hello,

I use texexec (mk ii). In the resulting PDF, the indentation of the
second formula is a bit shorter:

\startformula
y_i = x_i + \sum b_j\, x_{(i-M_j)}
\stopformula

\startformula
y_i = x_i + \sum a_j\, y_{(i-M_j)}.  
\stopformula



-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/


___
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] section - classe

2010-08-03 Thread Wolfgang Schuster

 Am 03.08.10 10:55, schrieb R. Bastian:

Hello,

I use texexec (mk ii).

I use the following head definition:

\definehead[classe][section]
\setuphead[classe]
[style=type, textstyle=tfc, indentnext=yes, alternative=inmargin, align=broad]

The result is numbered, but the title of the section/classe does not appear in 
the toc.

What is missing ?

Add 'coupling=section' to \setuphead but remember this works only in MkII,
for MkIV you have to replace \placecontent with 
\placelist[...,section,classe,...].


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] color shading/conversion (mkiv)

2010-08-03 Thread Peter Rolf
Hi,

there is a problem with color shading in combination with color
conversion. Short example is attached.

MTXrun | current version: 2010.07.30 11:35
This is LuaTeX, Version beta-0.62.0-2010080307 (rev 3794)

Best wishes,  Peter

\setupcolors[state=stop]

\startMPpage
  linear_shade(unitsquare xyscaled 5cm,0,red,green);
\stopMPpage

___
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] formula, indentation

2010-08-03 Thread Wolfgang Schuster

 Am 03.08.10 10:55, schrieb R. Bastian:

Hello,

I use texexec (mk ii). In the resulting PDF, the indentation of the
second formula is a bit shorter:

\startformula
y_i = x_i + \sum b_j\, x_{(i-M_j)}
\stopformula

\startformula
y_i = x_i + \sum a_j\, y_{(i-M_j)}.
\stopformula
Both formulas are centered and the second formula is just wider than the 
first
because of the period, you can hide the width of the period with 
\smash[w]{.}


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] Minimals on windows 32 bit fails ?

2010-08-03 Thread Mojca Miklavec
On Tue, Aug 3, 2010 at 10:49, Martin Althoff wrote:
 Luigi,

 check out Mojca's reply to my : minimals update issues

The fastest quick-and-dirty fix is to replace the contents of
lang-agr.pat with an empty set of patterns (as long as you don't need
ancient Greek patterns) or simply do something like
cp lang-us.pat lang-agr.pat
and then manually rebuild the patterns with
texexec --make en

Mojca
___
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] formula, indentation

2010-08-03 Thread R. Bastian
On Tue, 03 Aug 2010 11:13:59 +0200
Wolfgang Schuster schuster.wolfg...@googlemail.com scribit:

   Am 03.08.10 10:55, schrieb R. Bastian:
  Hello,
 
  I use texexec (mk ii). In the resulting PDF, the indentation of the
  second formula is a bit shorter:
 
  \startformula
  y_i = x_i + \sum b_j\, x_{(i-M_j)}
  \stopformula
 
  \startformula
  y_i = x_i + \sum a_j\, y_{(i-M_j)}.
  \stopformula
 Both formulas are centered and the second formula is just wider than the 
 first
 because of the period, you can hide the width of the period with 
 \smash[w]{.}
 
 Wolfgang

OK, I adjust ertical space with \whitespace
 
 ___
 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
 ___


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/


___
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] MTXrun | error, no format found with name: cont-en, aborting

2010-08-03 Thread Mojca Miklavec
On Sun, Aug 1, 2010 at 14:23, Paul Dostert wrote:
 Worked... although I need to know why :-)

 What didn't work when I just installed the minimals, and what did
 luatools --generate and context --make do?

Apart from what Vedran told you ... this should have been fixed (but
only after we have generated the zips), so that luatools --generate
should run automatically when no filename database is found. (But you
cannot test it unless we re-run the script to rebuild the zips.)

Mojca
___
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 indent after blank

2010-08-03 Thread Wolfgang Schuster

 Am 03.08.10 02:17, schrieb Hans Hagen:
I also need to add \detokenized...parameter an maybe more. But at 
least we have something to discuss (apart from \ namespaces).


Can you also extend the defintion of the \setup... command to allow 
environment lists, e.g.


\setup...[one,two][..=..]

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] minimals update issues

2010-08-03 Thread Hans Hagen

On 3-8-2010 10:38, Mojca Miklavec wrote:

On Tue, Aug 3, 2010 at 06:29, Martin Althoff wrote:

Just ran ./first-setup.sh (yesterday it ran fine, now=5:20AM GMT 3.Aug) and it 
ends very ungracefully:

A section from some the first (of more) failure. Am I doing something wrong?

(/Users/martin/contextMini/tex/texmf-context/tex/context/patterns/lang-agr.pat
! Duplicate pattern.
l.137 ΐ1


Hans has replaced/modified patterns.

Hans, for LaTeX and plain TeX we use hyph-grc.tex for XeTeX/LuaTeX and
grahyph5.tex for pdfTeX. They both contain the same patterns, but in
different encoding. (The number of patterns is different as well, so
one needs a special conversion; you probably had some conversion for
Greek patterns earlier.)


No way that i'm going back to messy encodings for patterns.

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 update issues

2010-08-03 Thread Otared Kavian
Hi all,

I can confirm the same issue here: actually after the update, mkiv works fine 
and reports the following versions:
LuaTeX version 61, LuaTeX revision 0, (LuaTeX date stamp 2010072817), 
ConTeXt version 2010.08.02 18:58.

However mkii is broken: the command
texexec --make --all
stops with
language: patterns agr for agr loaded (n=32,e=agr,m=agr)
(/context-minimal/tex/texmf-context/tex/context/patterns/lang-agr.pat
! Duplicate pattern.
l.137 ΐ1
as reported by Martin Althoff.

Best regards: OK

On 3 août 2010, at 06:29, Martin Althoff wrote:

 Just ran ./first-setup.sh (yesterday it ran fine, now=5:20AM GMT 3.Aug) and 
 it ends very ungracefully:
 
 
 A section from some the first (of more) failure. Am I doing something wrong?
 
 
 MTXrun | run: texexec --make --all --fast --pdftex cont-nl cont-enTeXExec | 
 using search method 'kpsewhich'
 TeXExec | using existing database
 TeXExec | using tex engine pdftex
 TeXExec | using tex format path 
 /Users/martin/contextMini/tex/texmf-osx-intel/web2c/pdftex
 TeXExec | generating tex format cont-nl
 This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (INITEX)
 \write18 enabled.
 (/Users/martin/contextMini/tex/texmf-context/web2c/natural.tcx)
 entering extended mode
 (/Users/martin/contextMini/tex/texmf-context/tex/context/base/cont-nl.tex
 (/Users/martin/contextMini/tex/texmf-context/tex/context/base/context.tex
 
 snip
 
 
 taal: geen afbreekpatronen gr voor gr (n=31,e=ec,m=ec) 
 (lang-gr.pat
 ,lang-gr.pat)
 taal: geen afbreekdefinities gr voor gr (n=31,e=ec,m=ec)
 taal: afbreekpatronen agr voor agr geladen (n=32,e=agr,m=agr)
 (/Users/martin/contextMini/tex/texmf-context/tex/context/patterns/lang-agr.pat
 ! Duplicate pattern.
 l.137 ΐ1
 
 ? 
 
 
 
 
 ___
 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] minimals update issues

2010-08-03 Thread Martin Althoff

 
 No way that i'm going back to messy encodings for
 patterns.
 
 Hans

I not worried and not pushing for a quick-fix (I went back to a previous 
edition (my fav zip-of-minimals-method)) and am happy to hold off with updates 
until there is a proper solution... 

cheerful Martin



___
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] m-units

2010-08-03 Thread Vedran Miletić
Hi,

I made some changes to m-units.tex. According to Wikipedia [1], Bit
should be denoted as bit, Byte as B and Baud as Bd. I also added
binary prefixes.

Hope this is acceptable.

Regards,

-- 
Vedran Miletić

[1] http://en.wikipedia.org/wiki/Units_of_information


m-units.tex.gz
Description: GNU Zip compressed data
___
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] Verbatim line numbering: location intext/text, empty lines, wrapped lines

2010-08-03 Thread Stefan Müller
Hi,
I found some issues with verbatim line numbering in MkIV. The appended 
examples is basically taken from the wiki. 
http://wiki.contextgarden.net/Verbatim_text#Line_numbering
(The wiki uses MkII?)

When I want the line numbers to be displayed intext, I have to use 
\setuplinenumbering[location=text], although 
http://wiki.contextgarden.net/Verbatim_text#Line_numbering and 
http://wiki.contextgarden.net/Reference/en/setuplinenumbering tell me to use 
location=intext. Should this be changed in the wiki?

In case of location=text the lines are typeset over the right margin of the 
box. I think this is because the space used by the numbers is not subtracted 
from the available space considered by the word-wrapping algorithm.

In the example, line 2 is wrapped over three lines and gets 3 line numbers, 
while IMHO it only should get one (the wiki says the same).

Line 4 gets a number, which is what I would expect, but it is a different 
behavior as in the wiki (there, the empty line in the example gets no number). 
Is there an option to choose whether a blank line should be (a) numbered, (b) 
skipped or (c) get no number but the internal counter is still increased?

Example:

\starttext

\defineframedtext[framedcode][strut=yes, offset=2mm, width=7cm, align=right]
\definetyping[code][numbering=line, before={\startframedcode}, 
after={\stopframedcode}]

\setuplinenumbering[location=text]
\startcode
This is the first line % line 1
This is a rather long line that is wrapped, so look how the line numbering is 
done % line 2
Another line % line 3
% line 4
Last line after an empty line % line 5
\stopcode

\stoptext

Thank you in advance for any hints,
Stefan.
___
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] Verbatim line numbering: location intext/text, empty lines, wrapped lines

2010-08-03 Thread Patrick Gundlach

 (The wiki uses MkII?)

Yes


Patrick

___
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] Texlive 2009 and stable context

2010-08-03 Thread Eythan Weg


Hi,

Sometimes in June I was no longer able to compile context beta, running
into a problem that persists with the new stable (7-30-2010).  Hans
suggested in response to a similar problem by someone else, to install
minimals.  But this seems to me wasteful because I use parts of latex.

Running (with luatex version beta-0.62.0-2010080309 (rev 3794))

mtxrun --generate 

gives this:
   
   MTXrun | resolvers: variable 'SELFAUTOLOC' set to '/usr/bin'
   MTXrun | resolvers: variable 'SELFAUTODIR' set to '/usr'
   MTXrun | resolvers: variable 'SELFAUTOPARENT' set to '.'
   MTXrun | resolvers: variable 'TEXMFCNF' set to ''
   MTXrun | resolvers: variable 'TEXMF' set to ''
   MTXrun | resolvers: variable 'TEXOS' set to '/usr'
   MTXrun | resolvers
   MTXrun | resolvers: warning: no lua configuration files found
   MTXrun | resolvers
   MTXrun | resolvers

Should I be able to compile the current context under texlive 2009?  If
so, how? If not, would it compile with the current version texlive 2010?


Many thanks,
Eythan 

___
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] m-units

2010-08-03 Thread Vedran Miletić
Datuma 3. kolovoza 2010. 14:49 Vedran Miletić riva...@gmail.com je napisao/la:
 Hi,

 I made some changes to m-units.tex. According to Wikipedia [1], Bit
 should be denoted as bit, Byte as B and Baud as Bd. I also added
 binary prefixes.

 Hope this is acceptable.

 Regards,

 --
 Vedran Miletić

 [1] http://en.wikipedia.org/wiki/Units_of_information


This version also adds zebi and yobi prefixes, mentioned at [2]

http://www.inf.uniri.hr/~vmiletic/context/m-units.tex.zip

Regards,

-- 
Vedran Miletić

[2] http://www.iec.ch/news_centre/release/nr2005/nr2005.htm
___
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] Texlive 2009 and stable context

2010-08-03 Thread Taco Hoekwater

On 08/03/2010 06:48 PM, Eythan Weg wrote:



Hi,

Sometimes in June I was no longer able to compile context beta, running
into a problem that persists with the new stable (7-30-2010).  Hans
suggested in response to a similar problem by someone else, to install
minimals.  But this seems to me wasteful because I use parts of latex.

Running (with luatex version beta-0.62.0-2010080309 (rev 3794))

mtxrun --generate

gives this:

MTXrun | resolvers: variable 'SELFAUTOLOC' set to '/usr/bin'
MTXrun | resolvers: variable 'SELFAUTODIR' set to '/usr'
MTXrun | resolvers: variable 'SELFAUTOPARENT' set to '.'
MTXrun | resolvers: variable 'TEXMFCNF' set to ''
MTXrun | resolvers: variable 'TEXMF' set to ''
MTXrun | resolvers: variable 'TEXOS' set to '/usr'
MTXrun | resolvers
MTXrun | resolvers: warning: no lua configuration files found
MTXrun | resolvers
MTXrun | resolvers

Should I be able to compile the current context under texlive 2009?  If
so, how? If not, would it compile with the current version texlive 2010?


Almost. You need this file

  http://minimals.metatex.org/current/misc/web2c/texmfcnf.lua

and it should go into texlive/texmf/web2c/ or somewhere else
where it can be found (any location where texmf.cnf will be found)
and then it should work, I think. But I cannot test this, so
be warned that it may not work.

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] Texlive 2009 and stable context

2010-08-03 Thread Hans Hagen

On 3-8-2010 6:48, Eythan Weg wrote:


Sometimes in June I was no longer able to compile context beta, running
into a problem that persists with the new stable (7-30-2010).  Hans
suggested in response to a similar problem by someone else, to install
minimals.  But this seems to me wasteful because I use parts of latex.


The minimals are independent; also, you get the latest binaries with it.


Running (with luatex version beta-0.62.0-2010080309 (rev 3794))

mtxrun --generate

gives this:

MTXrun | resolvers: variable 'SELFAUTOLOC' set to '/usr/bin'
MTXrun | resolvers: variable 'SELFAUTODIR' set to '/usr'
MTXrun | resolvers: variable 'SELFAUTOPARENT' set to '.'
MTXrun | resolvers: variable 'TEXMFCNF' set to ''
MTXrun | resolvers: variable 'TEXMF' set to ''
MTXrun | resolvers: variable 'TEXOS' set to '/usr'
MTXrun | resolvers
MTXrun | resolvers: warning: no lua configuration files found
MTXrun | resolvers
MTXrun | resolvers

Should I be able to compile the current context under texlive 2009?  If
so, how? If not, would it compile with the current version texlive 2010?


the current release is not tl 2009 compatible and not even tl 2010 
compatible as in the meantime multiple caches are supported and the 
texmf.cnf file has been replaced by texmfcnf.lua (context specific setup)


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] footnotes again

2010-08-03 Thread Thomas Schmitz

Hi all,

I'm sorry I have to ask again about footnotes setup. I 
misunderstood the
style that our publisher wants. Maybe it's easiest when I 
do a bit of ASCII

art (will only work with a fixed-width font):

| texttexttexttexttex |
| textexttexttexttext |
| |
|  9 footnote 9, more |
|than one line.   |
| 10 footnote 10. |

So: the footnote numbers in the footnotes are typeset in a 
box. This box is
just big enough to hold a three-digit footnote number. Its 
left edge is
flush with the text area. Within this box, the note number 
is aligned
flushright. The footnote text itself is one block; this 
block is indented a
fixed amount: the publisher wants all indentations (normal 
paragraphs,

blockquotes, footnotes) to be identical; let's say 16pt.

I played with the parameters of \setupnotedefinition and 
\setupfootnotes
that Wolfgang taught me yesterday, but I just can't find 
the right

combination.

Will wikify!

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] footnotes again

2010-08-03 Thread Hans Hagen

On 3-8-2010 10:07, Thomas Schmitz wrote:

Hi all,

I'm sorry I have to ask again about footnotes setup. I misunderstood the
style that our publisher wants. Maybe it's easiest when I do a bit of ASCII
art (will only work with a fixed-width font):

| texttexttexttexttex |
| textexttexttexttext |
| |
| 9 footnote 9, more |
| than one line. |
| 10 footnote 10. |

So: the footnote numbers in the footnotes are typeset in a box. This box is
just big enough to hold a three-digit footnote number. Its left edge is
flush with the text area. Within this box, the note number is aligned
flushright. The footnote text itself is one block; this block is indented a
fixed amount: the publisher wants all indentations (normal paragraphs,
blockquotes, footnotes) to be identical; let's say 16pt.

I played with the parameters of \setupnotedefinition and \setupfootnotes
that Wolfgang taught me yesterday, but I just can't find the right
combination.


it's an interaction between parameters (different meaning in notes as 
description) .. side effect of par notes .. need a bit of thinking but 
solvable


-
  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] footnotes again

2010-08-03 Thread Hans Hagen

On 3-8-2010 10:07, Thomas Schmitz wrote:

Hi all,

I'm sorry I have to ask again about footnotes setup. I misunderstood the
style that our publisher wants. Maybe it's easiest when I do a bit of ASCII
art (will only work with a fixed-width font):

| texttexttexttexttex |
| textexttexttexttext |
| |
| 9 footnote 9, more |
| than one line. |
| 10 footnote 10. |

So: the footnote numbers in the footnotes are typeset in a box. This box is
just big enough to hold a three-digit footnote number. Its left edge is
flush with the text area. Within this box, the note number is aligned
flushright. The footnote text itself is one block; this block is indented a
fixed amount: the publisher wants all indentations (normal paragraphs,
blockquotes, footnotes) to be identical; let's say 16pt.

I played with the parameters of \setupnotedefinition and \setupfootnotes
that Wolfgang taught me yesterday, but I just can't find the right
combination.

Will wikify!


this works again:

\starttext

\showframe

\setupnotedefinition[footnote][location=left,width=1cm]
\setupnote[footnote][location=page,numbercommand=]

test \footnote{test}

\stoptext

this has changed (display key):

\setupnote 
[footnote][paragraph=yes,numbercommand=,inbetween=\hskip.5em\vl\hskip.5em]
\setupdescriptions[footnote][display=no,location=serried,distance=.5em] 
% before=,after=


\starttext

\startlocalfootnotes
local 1a\footnote{local note 1a}
local 1b\footnote{local note 1b}
\placelocalfootnotes
\stoplocalfootnotes

\blank
global 1a\footnote{global note 1a}
global 1b\footnote{global note 1b}
\blank

\startlocalfootnotes
local 2a\footnote{local note 2a}
local 2b\footnote{local note 2b}
\placelocalfootnotes
\stoplocalfootnotes

\blank
global 2a\footnote{global note 2a}
global 2b\footnote{global note 2b}
\blank

\startlocalfootnotes
local 3a\footnote{local note 3a}
local 3b\footnote{local note 3b}
\placelocalfootnotes
\stoplocalfootnotes

\blank
global 2a\footnote{\input tufte }
global 2b\footnote{global note 2b}
\blank

\stoptext



-
  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] Context meeting early arrivals

2010-08-03 Thread Taco Hoekwater


Hi all,

Yesterday evening, the context meeting organizers received the email
below. Clearly some people are quite anxious for the meeting to
start! Have a look at the link below: there are no pictures of the
trout, but some nice scenery photos.

Best wishes,
Taco


 Original Message 
Subject: Brejlov Conference -- early arrivals
Date: Tue, 3 Aug 2010 21:20:16 +0200
From: Frans Goddijn fr...@goddijn.com

It's a lovely place! Hans Franz  I have arrived this afternoon and the 
trout we had for dinner was delicious.


http://www.kostverlorenvaart.nl/brejlov/

Best,

Frans (and Hans Franz)

www.hans-franz.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
___