[NTG-context] No file 'mpx314.aux'

2009-11-01 Thread Joel Black
I have written a Venn diagram metapost file, which I successfully ran on Troy 
Henderson's metapost previewer while at work.

prologues:=3;
verbatimtex
%latex
\documentclass{minimal}
\begin{document}
etex
beginfig(1);
draw (0,0)--(200,0)--(200,160)--(0,160)--(0,0);
draw fullcircle scaled 80 shifted (80,80);
draw fullcircle scaled 80 shifted (120,80);
label.lrt (btex $\xi$ etex,(0,160));
label.lrt (btex $A$ etex, (40, 120));
label.llft (btex $B$ etex,(160,120));
endfig;
end;

However, now that I am working on it at home, the error message no file 
'mpx314.aux' appears when I try to compile it.  I have tried it on my older 
system (Miktex 2.6 running on Vista) and on my laptop (Miktex 2.8 running on 
Vista Home Premium).  Actually, on the laptop I also get a popup telling me 
that dvitomp.exe has stopped working and directing me to the Windows update 
page.  Am I doing something silly, or is this a bug, or what?  Thanks kindly.

Joel.___
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 file 'mpx314.aux'

2009-11-01 Thread Taco Hoekwater


Hi Joel,

Joel Black wrote:

I have written a Venn diagram metapost file, which I successfully ran
on Troy Henderson's metapost previewer while at work.


Are you sure this relates to ConTeXt? It looks like you are having a
problem with LaTeX (combined with metapost and/or miktex).

There is a dedicated mailing list for metapost questions:
metap...@tug.org, see http://tug.org/metapost .

Also, I am pretty sure that miktex has a support mailing list.

I could have helped you with metapost problems if they were strictly
about metapost itself, but I have no idea how the interaction with
latex under miktex works out these days (and I doubt anyone else on
this list will).

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] Setup math for times typescript

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 01:42, Vyatcheslav Yatskovsky wrote:
 Hello,

 Hm.. Looks like a have a serious problem.
 How to setup math for times typescript (Times New Roman) from type-win?

 Whenever I try to specify typescript for a math font, I get the fatal error:

 math virtual | the mapping is incomplete for 'txmath' at 393216

It should have been like in TeX Gyre (type-tmf.tex):

\starttypescript [myfont]
\definetypeface [\typescriptone] [rm] [serif] [times] [default]
\definetypeface [\typescriptone] [mm] [math]  [times] [default]
\stoptypescript

\usetypescript[myfont]
\setupbodyfont[myfont,20pt]

unless something is interfering ... (I didn't try type-win.)

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] How to make an accent

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 01:29, Vyatcheslav Yatskovsky wrote:
 Hello,

 How to make an accent over a letter in a word?

It might help to know what letters exactly you have in mind.

 I use Times New Roman and Cyrillic letters.

If there is no suitable letter in Unicode you may:
- try to use Unicode accent combining characters and complain if it doesn't work
- this used to work not so long ago (well, during BachoTeX Hans has
fixed it), but the second example behaves weird again:
\buildtextaccent\textcircumflex{y}
\buildtextaccent\textcircumflex{\schwa}
so try with your letters and report if you stumble into problems problems.

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 file 'mpx314.aux'

2009-11-01 Thread Joel Black

Taco,
Thanks for the sending me in the right direction.  I notice in the archives 
that you answer alot of questions, so thanks for taking the time for mine.

Joel.
- Original Message - 
From: Taco Hoekwater t...@elvenkind.com

To: mailing list for ConTeXt users ntg-context@ntg.nl
Sent: Sunday, November 01, 2009 6:22 PM
Subject: Re: [NTG-context] No file 'mpx314.aux'




Hi Joel,

Joel Black wrote:

I have written a Venn diagram metapost file, which I successfully ran
on Troy Henderson's metapost previewer while at work.


Are you sure this relates to ConTeXt? It looks like you are having a
problem with LaTeX (combined with metapost and/or miktex).

There is a dedicated mailing list for metapost questions:
metap...@tug.org, see http://tug.org/metapost .

Also, I am pretty sure that miktex has a support mailing list.

I could have helped you with metapost problems if they were strictly
about metapost itself, but I have no idea how the interaction with
latex under miktex works out these days (and I doubt anyone else on
this list will).

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] Bib: Cite with alternative=data fails

2009-11-01 Thread Andreas Schneider
Taco Hoekwater wrote:

 Looks like a conversion error in the core module. The token list
 ...
 If you wrap these two definitions in \unprotect ... \protect, you can
 add them to your document preamble until the change appears in the next
 update.

Thank you for fixing this so fast :)
The support for ConTeXt is really impressive and imho much better then most 
commercial alternatives (although there probably is no real alternative to 
the typesetting capabilities of TeX).

Thanks again and best regards,
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] Define exercise captions

2009-11-01 Thread Vyatcheslav Yatskovsky

Hello,

I need to define a Exercise command that will enumerate exercises and provide
  captions.

  For example,

  \exercise{Conversion from hex to dec}

  should produce

  Exercise 1.1. Conversion from hex to dec.

  What is the best way to achieve that? Use \definehead or another command?
 

\defineenumeration[exercise][title=yes,way=bysection]
   


Thank you Aditya, but the result is rather shoking )
Please, try

\starttext
\defineenumeration[exercise][title=yes, text=Вправа, way=bysection, 
width=broad]


\exercise{Розрахунок кривої, яка з'єднує три точки на площині}
\stoptext


The Вправа is putted twice, next time inside some strange brackets. 
The text gets out of the page.



How to setup so that numeration will be done by subsection (1.1, 1.2, etc.)?

Reards,
Vyatcheslav


___
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] Suppress section numbering for first section

2009-11-01 Thread Vyatcheslav Yatskovsky
Thank you Aditya, this works. And I had this solution in mind too, just 
was not sure that is is good to mess subjects with sections )

How to suppress numbering solely for Introduction section? Strange, but my
  elegant solution does not work:

  \section[number=no]{INTRO}
 

\subject{Intro} ??

   

Best wishes,
Vyatcheslav
___
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] How to make an accent

2009-11-01 Thread Vyatcheslav Yatskovsky

On 01.11.2009 13:00, ntg-context-requ...@ntg.nl wrote:

If there is no suitable letter in Unicode you may:
- try to use Unicode accent combining characters and complain if it doesn't work
- this used to work not so long ago (well, during BachoTeX Hans has
fixed it), but the second example behaves weird again:
 \buildtextaccent\textcircumflex{y}
 \buildtextaccent\textcircumflex{\schwa}
so try with your letters and report if you stumble into problems problems.
   
Thanks. But before i try something weird, i want to explain. I need an 
accent to indicate where pronunciation stress is. Is happens on Cyrillic 
а letter:


Апроксимація (approximation)

So my goal is not to form a special letter, but to show a linguistic 
feature of the word.

Maybe we have better way to do this?

Regards,
Vyatcheslav
___
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] How to make an accent

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 14:11, Vyatcheslav Yatskovsky wrote:
 On 01.11.2009 13:00, ntg-context-requ...@ntg.nl wrote:

 If there is no suitable letter in Unicode you may:
 - try to use Unicode accent combining characters and complain if it
 doesn't work
 - this used to work not so long ago (well, during BachoTeX Hans has
 fixed it), but the second example behaves weird again:
     \buildtextaccent\textcircumflex{y}
     \buildtextaccent\textcircumflex{\schwa}
 so try with your letters and report if you stumble into problems problems.


 Thanks. But before i try something weird, i want to explain. I need an
 accent to indicate where pronunciation stress is. Is happens on Cyrillic а
 letter:

 Апроксимація (approximation)

 So my goal is not to form a special letter, but to show a linguistic feature
 of the word.
 Maybe we have better way to do this?

1. you can do
\def\myacute#1{\buildtextaccent\textacute{#1}}
Апроксим{\myacute а}ція

2. of course you can also define an ugly shortcut:
\catcode`'=\active
\let\'=\myacute
Апроксим\'ація

3. though in reality I would be most grateful if
\'а
would work out of the box (at least it mkiv) and generate accent over
whatever letter comes next. If glyph doesn't exist, it could just
place one over a.

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
___


[NTG-context] \placefigure setups

2009-11-01 Thread Vyatcheslav Yatskovsky

Hello,

Sorry for another newbie question, but how can I setup \placefigure so 
that its caption appeared as Рис. 1.1?

That is, with Рис. prefix and numbered by subsection?

Best regards,
Vyatcheslav
___
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] How to make an accent

2009-11-01 Thread Vyatcheslav Yatskovsky

1. you can do
\def\myacute#1{\buildtextaccent\textacute{#1}}
Апроксим{\myacute а}ція

2. of course you can also define an ugly shortcut:
\catcode`'=\active
\let\'=\myacute
Апроксим\'ація

3. though in reality I would be most grateful if
\'а
would work out of the box (at least it mkiv) and generate accent over
whatever letter comes next. If glyph doesn't exist, it could just
place one over a.


Thank you, Mojca. (1) works fine.

Before asking, I tried (3) option, but failed. Why it doesn't work? This 
is the classic way.


Regards,
Vyatcheslav
___
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] Why formulas have space before but don't have space after

2009-11-01 Thread Vyatcheslav Yatskovsky

Hello everyone again,

There is a problem I encounter every time I use math and which drives me 
mad. Why formulas have space before but don't have space after? What is 
the most elegant way to dial with it?


In the following example, the expression is glued to the text that 
follows (which is certanly unwanted):


Допустимо нам поставлена задача з'єднати три точки на площині, що не 
лежать на одній прямій. Найпростішим рішенням такої задачі буде з'єднати 
послідовно дані точки відрізками прямих ліній, причому крива, при такому 
рішенні, буде апроксимуватися ламаною лінією. Рівняння прямих, що 
приходять через дві задані точки, як відомо, мають вигляд:


$$(х−х_1)/(х_2−х_1)=(у−у1)/у2−у1),$$

де (х1, у1), (х2, у2) -- декартові координати першої і другої точок, 
відповідно.



Best regards,
Vyatcheslav
___
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] Why formulas have space before but don't have space after

2009-11-01 Thread Hans Hagen

Vyatcheslav Yatskovsky wrote:

Hello everyone again,

There is a problem I encounter every time I use math and which drives me 
mad. Why formulas have space before but don't have space after? What is 
the most elegant way to dial with it?


In the following example, the expression is glued to the text that 
follows (which is certanly unwanted):


Допустимо нам поставлена задача з'єднати три точки на площині, що не 
лежать на одній прямій. Найпростішим рішенням такої задачі буде з'єднати 
послідовно дані точки відрізками прямих ліній, причому крива, при такому 
рішенні, буде апроксимуватися ламаною лінією. Рівняння прямих, що 
приходять через дві задані точки, як відомо, мають вигляд:


$$(х−х_1)/(х_2−х_1)=(у−у1)/у2−у1),$$

де (х1, у1), (х2, у2) -- декартові координати першої і другої точок, 
відповідно.


\startformula(х−х_1)/(х_2−х_1)=(у−у1)/у2−у1),\stopformula


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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] \installlanguage syntax

2009-11-01 Thread Tomáš Pustelník
Hi,
I'm student at Faculty of Informatics at Masaryk university and I'm writing 
bachelor's thesis this year. One part of the thesis is to document language 
support and implementation in ConTeXt so someone can use it to implement new 
language. Right now I'm stuck with command \installlannguage. I can't figure 
out what these parametres are doing:

   \c!leftsentence=---,
   \c!rightsentence=---,
   \c!leftsubsentence=---,
   \c!rightsubsentence=---,

So I'would really appreciated some more info about them.

Thank you for your answers.

Tomas Pustelnik___
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] How to make an accent

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 15:31, Vyatcheslav Yatskovsky wrote:
 1. you can do
 \def\myacute#1{\buildtextaccent\textacute{#1}}
 Апроксим{\myacute а}ція

 2. of course you can also define an ugly shortcut:
 \catcode`'=\active
 \let\'=\myacute
 Апроксим\'ація

 3. though in reality I would be most grateful if
 \'а
 would work out of the box (at least it mkiv) and generate accent over
 whatever letter comes next. If glyph doesn't exist, it could just
 place one over a.

 Thank you, Mojca. (1) works fine.

 Before asking, I tried (3) option, but failed. Why it doesn't work? This is
 the classic way.

Not sure, but if that letter exists in unicode and not in your font
... that might be the most probably cause. If not, read further.

In mkii it has never worked since Hans reimplemented the mechanism (it
was different from Knuth's) to enable choosing the right glyph - if
font encoding has some glyph, it comes from the font, else it gets
composed from accent and letter.

Maybe I'm wrong, but from what I remember you only get those
characters that indeed exist in Unicode and the whole set of allowed
combinations is defined somewhere in source (see enco-def.mkii). I
don't know what exactly needs to be done in mkiv.

In mkii it will never get changed; I don't remember too many
complaints, but the truth is that (all) the characters that people
need are usually covered. If any were missing, they were added to the
list.

4.) I indeed forgot the fourth option: you can also build a slightly
larger file with all letter-accent combinations that you possibly
need.

I would assume that mkiv just builds all the accent combinations (to
support \v c constructs) from Unicode specification. If you need
some special character with a special accent like those definitions in
enco-def.mkii ... then you need to ask someone else for mkiv since I
stayed behind of a time for quite a giant leap.

(Hans, why cannot I put any accent on \schwa any more?)

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] \placefigure setups

2009-11-01 Thread Wolfgang Schuster


Am 01.11.2009 um 15:23 schrieb Vyatcheslav Yatskovsky:


Hello,

Sorry for another newbie question, but how can I setup \placefigure  
so that its caption appeared as Рис. 1.1?

That is, with Рис. prefix and numbered by subsection?


\setuplabeltext[ru][figure=Рис. ]

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] \installlanguage syntax

2009-11-01 Thread Wolfgang Schuster


Am 01.11.2009 um 16:32 schrieb Tomáš Pustelník:


Hi,
I'm student at Faculty of Informatics at Masaryk university and I'm  
writing bachelor's thesis this year. One part of the thesis is to  
document language support and implementation in ConTeXt so someone  
can use it to implement new language. Right now I'm stuck with  
command \installlannguage. I can't figure out what these parametres  
are doing:


   \c!leftsentence=---,
   \c!rightsentence=---,
   \c!leftsubsentence=---,
   \c!rightsubsentence=---,

So I'would really appreciated some more info about them.


some text ||with a subsentence ||and another level deeper|| and one  
level up|| and back to the outer level


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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
Hi,
Just installed minimal on CentOS x86_64. The installation is ok, but
when I try pdftex, there is error:

 pdftex
pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)

 yum list installed glibc*
Loaded plugins: fastestmirror, priorities
Excluding Packages in global exclude list
Finished
Installed Packages
glibc.i686   2.5-42
  installed
glibc.x86_64 2.5-42
  installed
glibc-common.x86_64  2.5-42
  installed
glibc-devel.x86_64   2.5-42
  installed
glibc-headers.x86_64 2.5-42
  installed

I have both glibc.i686  glibc.x86_64 on my box.

Any help for this problem ?

Thanks in advance,

-- 
http://vnoss.org
___
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] answers (cumulative reply :)

2009-11-01 Thread Vyatcheslav Yatskovsky

Thank you, friends, for answers.

To Hahns:
Can I make $$ envinroment behave like \startformula? In other words, to 
redefine $$ to be substituted by \start-stop formula? Writing 
\startformula and \stopformula every time is too verbose.


To Mojca:
OK, the current solution works for me. Don't want to complicate it 
further, just want to point out that Knuth compatibility is broken :)


To Wolfgang:
\setuplabeltext[ua][figure=Рис. ] works fine indeed. But how to make it 
numbered by subsection?


Thanks again
Vyatcheslav
___
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] Drawing interpolation curve in MP

2009-11-01 Thread Vyatcheslav Yatskovsky

Hello,

I have a crazy idea: can I draw 2nd order curve in metapost, provided 
that I know coordinates of 3 points: begin, center, end? And place 
markers onto those points.


Regards,
Vyatcheslav
___
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] answers (cumulative reply :)

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 18:08, Vyatcheslav Yatskovsky wrote:
 Thank you, friends, for answers.

 To Mojca:
 OK, the current solution works for me. Don't want to complicate it further,
 just want to point out that Knuth compatibility is broken :)

I don't think so. You probably didn't get any output at all for that
character, right?

Knuth's 7-bit TeX doesn't support Cyrillic at all, so you probably get
no output either which makes it 100% compatible with what you get.

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 18:00, Vnpenguin wrote:
 Hi,
 Just installed minimal on CentOS x86_64. The installation is ok, but
 when I try pdftex, there is error:

 pdftex
 pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)

 Any help for this problem ?

This is weird. Peter - did you upgrade your linux in the meantime by
any chance? (The update dates back to 17th October.)

I can roll back, but I don't know to which version. Are you familiar
with svn? Can you try to figure out what version works OK for you?

svn co http://svn.contextgarden.net/minimals/bin/tex/linux-64/current/pdftex

and then you need to navigate back in time with

svn log
svn up -r 510 (or any other version)

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Mojca Miklavec
I forgot to ask: does only pdftex cause problems or also metapost,
luatex, xetex? It might help to know which of these programs still
work.

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 18:00, Vnpenguin wrote:

 pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)

 glibc.i686                                               2.5-42

 Any help for this problem ?

Yes, the easy answer would be upgrade your linux, but we probably
want the binaries to run on slightly older machines as well.

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] Drawing interpolation curve in MP

2009-11-01 Thread Taco Hoekwater

Vyatcheslav Yatskovsky wrote:

Hello,

I have a crazy idea: can I draw 2nd order curve in metapost, provided 


No, metapost does third-order curves.

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Martin Schröder
2009/11/1 Mojca Miklavec mojca.miklavec.li...@gmail.com:
 Yes, the easy answer would be upgrade your linux, but we probably
 want the binaries to run on slightly older machines as well.

Indeed. Btw: The binaries from TL run on SUSE 10.1 (which has glibc
2.4).

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 18:47, Mojca Miklavec wrote:
 On Sun, Nov 1, 2009 at 18:00, Vnpenguin wrote:
 Hi,
 Just installed minimal on CentOS x86_64. The installation is ok, but
 when I try pdftex, there is error:

 pdftex
 pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)

 Any help for this problem ?

 This is weird. Peter - did you upgrade your linux in the meantime by
 any chance? (The update dates back to 17th October.)

Or maybe I was too fast. I don't find the exact timeline of libc
development, so I have no idea how old your linux is. I thought that
this failure was recent, but apparently it's not (the garden most
probably has libc-2.8). For 32-bit linux we try to be *very* backward
compatible. For 64-bit Peter most probably has the oldest linux OS
running on 64-bit processor in the community.

You are the first one with something older. The problem is that either:
- we need to find someone that will compile the binaries on old-enough linux
- or, if you have a chance to figure out how to upgrade to something
that supports at least 2.7

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] answers (cumulative reply :)

2009-11-01 Thread Hans Hagen

Vyatcheslav Yatskovsky wrote:

Thank you, friends, for answers.

To Hahns:
Can I make $$ envinroment behave like \startformula? In other words, to 


no

redefine $$ to be substituted by \start-stop formula? Writing 
\startformula and \stopformula every time is too verbose.


well, time spent on markup is often way less that getting the content so 
...


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Hans Hagen

Martin Schröder wrote:

2009/11/1 Mojca Miklavec mojca.miklavec.li...@gmail.com:

Yes, the easy answer would be upgrade your linux, but we probably
want the binaries to run on slightly older machines as well.


Indeed. Btw: The binaries from TL run on SUSE 10.1 (which has glibc
2.4).


ah, so maybe you can learn mojca a few tricks then; does this mean that 
tex live binaries have some built in magic that checks for libs?


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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] \installlanguage syntax

2009-11-01 Thread Hans Hagen

Tomáš Pustelník wrote:

Hi,
I'm student at Faculty of Informatics at Masaryk university and I'm 
writing bachelor's thesis this year. One part of the thesis is to 
document language support and implementation in ConTeXt so someone can 
use it to implement new language. Right now I'm stuck with command 
\installlannguage. I can't figure out what these parametres are doing:
 
   \c!leftsentence=---,

   \c!rightsentence=---,
   \c!leftsubsentence=---,
   \c!rightsubsentence=---,
 
So I'would really appreciated some more info about them.
 
Thank you for your answers.


are you using context mkiv? it makes sense to focus on that as the main 
development happens there and it's also more fun


anyway, these parameters are related to:

test ||bla|| test

and nested usage; the meaning of --- depends on the font settings as 
well (tex ligature)


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Martin Schröder
2009/11/1 Mojca Miklavec mojca.miklavec.li...@gmail.com:
 I'm sweating ... trying to download Sarge DVD on this extra-slow
 connection. And then you remind me that I have a big cartoon box of
 original SuSE 7.2 right below my desk. (Maybe I should start
 considering throwing away a few things like this one, though it seems
 to come handy from time to time when one least expects it.)

I tested with 10.1 (which still had 2.4).

 (The only problem is that I'm not yet sure if SVN has already been
 developed at the time when SuSE 7 has been released.)

Probably not. :-)

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Martin Schröder
2009/11/1 Hans Hagen pra...@wxs.nl:
 Martin Schröder wrote:
 Indeed. Btw: The binaries from TL run on SUSE 10.1 (which has glibc
 2.4).

 ah, so maybe you can learn mojca a few tricks then; does this mean that tex
 live binaries have some built in magic that checks for libs?

No, they are simply build on old systems. Ask Peter. :-)

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 18:48, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 I forgot to ask: does only pdftex cause problems or also metapost,
 luatex, xetex? It might help to know which of these programs still
 work.


 mpost
mpost: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by mpost)


 luatex
This is LuaTeX, Version beta-0.43.0-2009081914
 \write18 enabled.
**
(I used Ctrl+C to exit here)

 xetex
xetex: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found
(required by xetex)

My box is CentOS x86_64 5.4 with all updates.

Thanks
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Hans Hagen

Martin Schröder wrote:

2009/11/1 Hans Hagen pra...@wxs.nl:

Martin Schröder wrote:

Indeed. Btw: The binaries from TL run on SUSE 10.1 (which has glibc
2.4).

ah, so maybe you can learn mojca a few tricks then; does this mean that tex
live binaries have some built in magic that checks for libs?


No, they are simply build on old systems. Ask Peter. :-)


ah, so they're static binaries

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 18:50, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 On Sun, Nov 1, 2009 at 18:00, Vnpenguin wrote:

 pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)

 glibc.i686                                               2.5-42

 Any help for this problem ?

 Yes, the easy answer would be upgrade your linux, but we probably
 want the binaries to run on slightly older machines as well.


My box CentOS 5.4 with all updates. What do you mean upgrade ?

Q
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Martin Schröder
2009/11/1 Hans Hagen pra...@wxs.nl:
 Martin Schröder wrote:
 No, they are simply build on old systems. Ask Peter. :-)

 ah, so they're static binaries

Mostly. glibc is not statically linked.

 ldd Master/bin/x86_64-linux/pdftex
libm.so.6 = /lib64/libm.so.6 (0x2b1771708000)
libc.so.6 = /lib64/libc.so.6 (0x2b177195b000)
/lib64/ld-linux-x86-64.so.2 (0x2b17714eb000)

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Martin Schröder
2009/11/1 Vnpenguin vnpeng...@vnoss.org:
 My box CentOS 5.4 with all updates. What do you mean upgrade ?

What glibc-version do you have? rpm -qi glibc?

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] Bib: Cite with alternative=data fails

2009-11-01 Thread Hans Hagen

Taco Hoekwater wrote:


The change for mkii is similar but the macros are a bit different
(bibl-tra.mkii)


hopefully fixed right in the beta

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Martin Schröder
2009/11/1 Mojca Miklavec mojca.miklavec.li...@gmail.com:
 Or maybe I was too fast. I don't find the exact timeline of libc
 development, so I have no idea how old your linux is. I thought that
 this failure was recent, but apparently it's not (the garden most
 probably has libc-2.8). For 32-bit linux we try to be *very* backward
 compatible. For 64-bit Peter most probably has the oldest linux OS
 running on 64-bit processor in the community.

 You are the first one with something older. The problem is that either:
 - we need to find someone that will compile the binaries on old-enough linux
 - or, if you have a chance to figure out how to upgrade to something
 that supports at least 2.7

2.7 is quite new, and 2.8 is very new. My SUSE 10.3 (which is now two
years old and will be upgraded soon) has 2.6.1.

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 19:30, Martin Schröder mar...@oneiros.de wrote:
 2009/11/1 Vnpenguin vnpeng...@vnoss.org:
 My box CentOS 5.4 with all updates. What do you mean upgrade ?

 What glibc-version do you have? rpm -qi glibc?


# yum list installed glibc\*
Excluding Packages in global exclude list
Finished
Installed Packages
glibc.i686   2.5-42
  installed
glibc.x86_64  2.5-42
   installed


# rpm -qi glibc
Name: glibcRelocations: (not relocatable)
Version : 2.5   Vendor: CentOS
Release : 42Build Date: Thu 03 Sep
2009 02:19:32 AM CEST
Install Date: Mon 26 Oct 2009 10:15:57 AM CET  Build Host:
builder10.centos.org
Group   : System Environment/Libraries   Source RPM: glibc-2.5-42.src.rpm
Size: 11658002 License: LGPL
Signature   : DSA/SHA1, Thu 01 Oct 2009 02:40:46 AM CEST, Key ID
a8a447dce8562897
Summary : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.
Name: glibcRelocations: (not relocatable)
Version : 2.5   Vendor: CentOS
Release : 42Build Date: Thu 03 Sep
2009 02:56:59 AM CEST
Install Date: Mon 26 Oct 2009 10:16:12 AM CET  Build Host:
builder16.centos.org
Group   : System Environment/Libraries   Source RPM: glibc-2.5-42.src.rpm
Size: 12629247 License: LGPL
Signature   : DSA/SHA1, Thu 01 Oct 2009 02:40:45 AM CEST, Key ID
a8a447dce8562897
Summary : The GNU libc libraries.
Description :
The glibc package contains standard libraries which are used by
multiple programs on the system. In order to save disk space and
memory, as well as to make upgrading easier, common system code is
kept in one place and shared between programs. This particular package
contains the most important sets of shared libraries: the standard C
library and the standard math library. Without these two libraries, a
Linux system will not function.


Thanks
-- 
http://vnoss.org
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 19:24, Vnpenguin wrote:
 On Sun, Nov 1, 2009 at 18:50, Mojca Miklavec wrote:
 On Sun, Nov 1, 2009 at 18:00, Vnpenguin wrote:

 pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)

 glibc.i686                                               2.5-42

 Any help for this problem ?

 Yes, the easy answer would be upgrade your linux, but we probably
 want the binaries to run on slightly older machines as well.

 My box CentOS 5.4 with all updates. What do you mean upgrade ?

Hello,

Apparently it means that CentOS uses something like a
several-years-span-back-in-time libc library and you cannot do much
about it. That's no problem in general since you would not take a
suse-compiled firefox and take the binary to your CentOS.

You are the first user that has complained so far (most probably
because you are the first user to try ConTeXt on CentOS). There are
several options:
a) (dangerous; I would not do it) install a more recent version of
libc on your machine
b) we need to set up some virtual machine with an old linux and
compile binaries there or find someone else with a reasonably old
64-bit linux server
c) you would need to compile the binaries for minimals on regular basis
d) since LuaTeX works fine, just stick to MKIV (MKII is highly
unsuitable for writing Vietnamese anyway :) :) :)
e) Reinhard was trying to convince me to typeset some of his
Vietnamese documents in ConTeXt back in May. Those test documents have
revealed quite some bugs in font setups in ConTeXt MKII. If Reinhard
still neeeds fixed Vietnamese in ConTeXt MKII, we'll gladly give him
svn account to commit 64-bit linux binaries for minimals, so that he
doesn't get out of the art of compiling TeX binaries exercise
between the long breaks in TeX Live releases.

I suggest you to go for D, at least for a moment. The rest highly
depends on you. E is not to be taken too seriously.

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
___


[NTG-context] Interletter spacing

2009-11-01 Thread Vyatcheslav Yatskovsky

Hello,

I asked this question long time ago, but cannot find the answer.

How can I make interletter spacing a bit bigger? (I mean spacing between 
letters in words. And other characters too)


\stretched fills the hbox and makes text really ugly. I need only a 
gentle stretching, without full justification.


Regards,
Vyatcheslav
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 19:59, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 On Sun, Nov 1, 2009 at 19:24, Vnpenguin wrote:
 On Sun, Nov 1, 2009 at 18:50, Mojca Miklavec wrote:
 On Sun, Nov 1, 2009 at 18:00, Vnpenguin wrote:

 pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by 
 pdftex)

 glibc.i686                                               2.5-42

 Any help for this problem ?

 Yes, the easy answer would be upgrade your linux, but we probably
 want the binaries to run on slightly older machines as well.

 My box CentOS 5.4 with all updates. What do you mean upgrade ?

 Hello,

 Apparently it means that CentOS uses something like a
 several-years-span-back-in-time libc library and you cannot do much
 about it. That's no problem in general since you would not take a
 suse-compiled firefox and take the binary to your CentOS.

Hey, CentOS 5.4 just released on 21-May-2009 :-) If I have problem
with ConTeXt on CentOS 5.4 so all users of RHEL 5.4 are the same: they
can not!

 You are the first user that has complained so far (most probably
 because you are the first user to try ConTeXt on CentOS). There are
 several options:
 a) (dangerous; I would not do it) install a more recent version of
 libc on your machine

It's NOT possible.

 b) we need to set up some virtual machine with an old linux and
 compile binaries there or find someone else with a reasonably old
 64-bit linux server

...

 c) you would need to compile the binaries for minimals on regular basis

Howto do this ? Is there any guide ?

 d) since LuaTeX works fine, just stick to MKIV (MKII is highly
 unsuitable for writing Vietnamese anyway :) :) :)
 e) Reinhard was trying to convince me to typeset some of his
 Vietnamese documents in ConTeXt back in May. Those test documents have
 revealed quite some bugs in font setups in ConTeXt MKII. If Reinhard
 still neeeds fixed Vietnamese in ConTeXt MKII, we'll gladly give him
 svn account to commit 64-bit linux binaries for minimals, so that he
 doesn't get out of the art of compiling TeX binaries exercise
 between the long breaks in TeX Live releases.

I setup ConTeXt to test some things at work, nothing to see with vietnamese yet.

If it's not possible with ConTeXt minimal distro, maybe I'll go for TeXlive.

Thanks

-- 
http://vnoss.org
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin

 Hey, CentOS 5.4 just released on 21-May-2009 :-) If I have problem
 with ConTeXt on CentOS 5.4 so all users of RHEL 5.4 are the same: they
 can not!


Correction: CentOS 5.4 was released on 21-Oct-2009. So it's not so
old at all :-)
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Mojca Miklavec
On Sun, Nov 1, 2009 at 21:10, Vnpenguin wrote:
 On Sun, Nov 1, 2009 at 19:59, Mojca Miklavec wrote:

 Apparently it means that CentOS uses something like a
 several-years-span-back-in-time libc library and you cannot do much
 about it. That's no problem in general since you would not take a
 suse-compiled firefox and take the binary to your CentOS.

 Hey, CentOS 5.4 just released on 21-Oct-2009 :-) If I have problem
 with ConTeXt on CentOS 5.4 so all users of RHEL 5.4 are the same: they
 can not!

Yes, I have noticed.

People often reply to come to mailing list saying I have installed
the brand new Ubuntu and yet they have something like 4-year-old
ConTeXt.

This is nothing bad. It's just a bad luck in this particular case, but
we'll solve it.

 c) you would need to compile the binaries for minimals on regular basis

 Howto do this ? Is there any guide ?

Not really. Just the first line of
http://wiki.contextgarden.net/ConTeXt_Minimals/Implementation
that says
 svn co http://svn.contextgarden.net/minimals-src/build-binaries
and then you need to run the script build-binaries (but it will fail
since you don't have the rights yet).

You may try to run ./update-binaries.sh first and then compile pdftex
to start with (it returns warnings, but feel free to ignore them; the
binary should nevertheless be there). We can create you an account,
but we need to talk first just to agree on the building schedule.

 If it's not possible with ConTeXt minimal distro, maybe I'll go for TeXlive.

Are you planning to use MKII (pdftex) or MKIV (unicode and opentype
fonts with luatex)? In TeX Live the MKIV support is hardly usable, but
feel free to go testing TeX Live. You may install TL 2009 in a really
minimalistic way. (Almost the same size as minimals, and in completely
isolated folder.)

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Martin Schröder
2009/11/1 Vnpenguin vnpeng...@vnoss.org:
 Correction: CentOS 5.4 was released on 21-Oct-2009. So it's not so
 old at all :-)

Sorry, but it is. It's a free version of RHEL5, which was initially
released in 2007.
http://en.wikipedia.org/wiki/Centos

It you want something modern, use e.g. Fedora.

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Mojca Miklavec
Vnpenguin, what kernel is running on your OS?

If we set up a virtual machine for compiling binaries - does anyone
have a suggesting what OS to take, so that it will remain compatible
with as many x86_64 processors as possible? (Apparently glibc and
kerner are the deciding factors; but it needs to have support for
64-bit machines that are not as old as it seems after all.)

Reinhard - what linux are you using for TL?

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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Vnpenguin
On Sun, Nov 1, 2009 at 21:45, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 Vnpenguin, what kernel is running on your OS?

The current kernel is:

 uname -r
2.6.18-164.2.1.el5


 If we set up a virtual machine for compiling binaries - does anyone
 have a suggesting what OS to take, so that it will remain compatible
 with as many x86_64 processors as possible? (Apparently glibc and
 kerner are the deciding factors; but it needs to have support for
 64-bit machines that are not as old as it seems after all.)

If you would like to put ConTeXt in industrial/business world you can
not ignore RHEL  CentOS :-)


Thanks,
-- 
http://vnoss.org
___
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 and FreeBSD [almost-panic]

2009-11-01 Thread Mojca Miklavec
Hello guys, esp Yue and Diego,

while trying to update binaries from TeX Live repository ... I have
discovered that FreeBSD has disappeared completely
(http://www.tug.org/svn/texlive/trunk/Master/bin/).

http://www.tug.org/pipermail/tex-live/2009-October/023003.html

What has happened to the binary builders?

Mojca

(Sorry, but I'll be saving the world tomorrow. If any file disapears
by then ... please wait patiently.)
___
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 and FreeBSD [almost-panic]

2009-11-01 Thread Diego Depaoli
On Sun, Nov 1, 2009 at 11:40 PM, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 Hello guys, esp Yue and Diego,

 while trying to update binaries from TeX Live repository ... I have
 discovered that FreeBSD has disappeared completely
There was before?

 http://www.tug.org/pipermail/tex-live/2009-October/023003.html

 What has happened to the binary builders?
Sorry I don'know it, I never cared Texlive.

Cheers
-- 
Diego Depaoli
___
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] Define exercise captions

2009-11-01 Thread Aditya Mahajan

On Sun, 1 Nov 2009, Vyatcheslav Yatskovsky wrote:


Hello,
I need to define a Exercise command that will enumerate exercises and 

provide

  captions.

  For example,

  \exercise{Conversion from hex to dec}

  should produce

  Exercise 1.1. Conversion from hex to dec.

  What is the best way to achieve that? Use \definehead or another 

command?



\defineenumeration[exercise][title=yes,way=bysection]



Thank you Aditya, but the result is rather shoking )
Please, try

\starttext
\defineenumeration[exercise][title=yes, text=Вправа, way=bysection, 
width=broad]


\exercise{Розрахунок кривої, яка з'єднує три точки на площині}
\stoptext


The Вправа is putted twice, next time inside some strange brackets. 
The text gets out of the page.


Looks like a bug in mkiv. Hans, text need to be handled differently in 
descriptions and enumerations.



How to setup so that numeration will be done by subsection (1.1, 1.2, etc.)?


prefix=yes,

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] \setupindenting trouble

2009-11-01 Thread Femke Snelting

Hello,

I am having a problem with setupindenting:

\setupindenting[yes, next, 1em]

Only the very first sentence on a page is being un-indented instead of 
each first paragraph in a textblock. The same command has worked for 
almost a year, until my latest run of the document on 11 October 2009.


When I ran it again this evening, it appeared to have stopped working 
and I do not know why.


I am running the latest version, but have tested with the 'current' 
version as well:


MTXrun | current version: 2009.11.01 19:19

I hope someone can help -- I am facing a deadline tomorrow :-(

best,


Femke

--

\setupindenting[yes,next,1em]

\starttext

\input knuth
\blank

\input knuth
\blank

\input knuth
\blank

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


[NTG-context] IncludePicture problem with adityam / simple-slides

2009-11-01 Thread Glen Callaghan

Hello,

I'm having some problems with simple-slides.  I'm pretty new to  
ConTeXt - so I've probably done something silly.


When I try to use the \IncludePicture command like this:

\IncludePicture
[horizontal]
[test]
{A Dutch Cow}

I get the errors like ! Missing number, treated as zero and !  
Missing = inserted for \ifnum  (see below).


I'm using MacTex-2008 distribution.  I've also tried the current  
context minimals - but got the same result.


thanks
Glen
-


(/usr/local/texlive/2008/texmf-dist/tex/context/base/sort-lan.mkii))  
[1.1]

! Missing number, treated as zero.
to be read again
   e
\s!empty -e
mpty
\externalfigurestamp .! Missing = inserted for \ifnum.
to be read again
   e
\s!empty -e
mpty
\externalfigurestamp ... \ifnum \wantedfigurepage
  \zeropoint - 
\wantedfigure...


\doifobjectfoundelse ...\ifcsname \r!object #1::#2
  \endcsname  
\elabelgroup \e...

argument ...foundelse {FIG}\externalfigurestamp
  {\doshowfigurestate  
{objec...


\firstoftwoarguments #1#2-#1

...
l.27{A Dutch Cow}

? \firstoftwoarguments #1#2-#1

...
l.27{A Dutch Cow}

?





___
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 problem with adityam / simple-slides

2009-11-01 Thread Aditya Mahajan

On Mon, 2 Nov 2009, Glen Callaghan wrote:


Hello,

I'm having some problems with simple-slides.  I'm pretty new to ConTeXt - 
so I've probably done something silly.


No. This is probably due to some recent change in ConTeXt. I pushed a fix 
to github. See if the new version works for you.



When I try to use the \IncludePicture command like this:

\IncludePicture
[horizontal]
[test]
{A Dutch Cow}

I get the errors like ! Missing number, treated as zero and ! Missing = 
inserted for \ifnum  (see below).



Thomas, we would need to update a new version to contextgarden. This bug 
will affect all new versions of mkii.


The bug was because I was misusing moduleparameter where I should have 
used variables instead. Something must have changed in MkII recently. The 
behaviour does not occur in MkIV so I never noticed it. In any case, this 
was long overdue and would make Wolfgang happy :)


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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Reinhard Kotucha
On 1 November 2009 Mojca Miklavec wrote:

  Vnpenguin, what kernel is running on your OS?
  
  If we set up a virtual machine for compiling binaries - does anyone
  have a suggesting what OS to take, so that it will remain compatible
  with as many x86_64 processors as possible? (Apparently glibc and
  kerner are the deciding factors; but it needs to have support for
  64-bit machines that are not as old as it seems after all.)
  
  Reinhard - what linux are you using for TL?

# uname -a
Linux zaphod 2.6.20-gentoo-r8 #1 SMP Mon Apr 14 01:07:33 CEST 2008 x86_64 AMD 
Athlon(tm) 64 X2 Dual Core Processor 4800+ AuthenticAMD GNU/Linux

But please note that the binaries for this platform were provided by
Peter Breitenlohner this year.  His system is even older than mine.
It's better to ask him if you need the details (peb at mppmu.mpg.de).

BTW, the glibc is much more important than the kernel.  And maybe the
version of gcc matters, too.  

Regards,
  Reinhard

-- 

Reinhard Kotucha  Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover  mailto:reinhard.kotu...@web.de

Microsoft isn't the answer. Microsoft is the question, and the answer is NO.

___
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] mkiv: missing \colon, \colonequals is just an equality sign

2009-11-01 Thread Jesse Alama
It seems that \colon is missing and \colonequals is mapped to the  
wrong symbol in the latest mkiv (I'm using the minimals).  A minimal  
example:


\starttext
\startitemize
\item $\colon$
\item $\colonequals$
\stopitemize
\stoptext

No colon is generated from the first command (in fact, nothing at all  
appears), and the $\colonequals$ produces an equality sign, not a :=.


Jesse
___
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] ConTeXt Minimal: error pdftex on CentOS x86_64

2009-11-01 Thread Peter Münster
On Sun, Nov 01 2009, Mojca Miklavec wrote:
 
  pdftex
  pdftex: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by pdftex)
 
  Any help for this problem ?
 
 This is weird. Peter - did you upgrade your linux in the meantime by
 any chance? (The update dates back to 17th October.)

Hello,

Indeed, I've updated my glibc accidentally¹ on 5th October
from 2.9 to 2.10.

So all binaries, that I've built after this date are affected by this
problem (dependency on GLIBC_2.7). Example for luatex:

~/minimals/bin/linux-64/current/luatex ldd -v beta-0.4[34].0/luatex
beta-0.43.0/luatex:
linux-vdso.so.1 =  (0x7fffb6384000)
libm.so.6 = /lib64/libm.so.6 (0x7f65e6474000)
libc.so.6 = /lib64/libc.so.6 (0x7f65e611b000)
/lib64/ld-linux-x86-64.so.2 (0x7f65e66ca000)

Version information:
beta-0.43.0/luatex:
ld-linux-x86-64.so.2 (GLIBC_2.3) = /lib64/ld-linux-x86-64.so.2
libc.so.6 (GLIBC_2.3) = /lib64/libc.so.6
libc.so.6 (GLIBC_2.2.5) = /lib64/libc.so.6
libm.so.6 (GLIBC_2.2.5) = /lib64/libm.so.6
/lib64/libm.so.6:
libc.so.6 (GLIBC_2.2.5) = /lib64/libc.so.6
/lib64/libc.so.6:
ld-linux-x86-64.so.2 (GLIBC_PRIVATE) = /lib64/ld-linux-x86-64.so.2
ld-linux-x86-64.so.2 (GLIBC_2.3) = /lib64/ld-linux-x86-64.so.2
beta-0.44.0/luatex:
linux-vdso.so.1 =  (0x7dfff000)
libm.so.6 = /lib64/libm.so.6 (0x7f53c4dbb000)
libc.so.6 = /lib64/libc.so.6 (0x7f53c4a62000)
/lib64/ld-linux-x86-64.so.2 (0x7f53c5011000)

Version information:
beta-0.44.0/luatex:
ld-linux-x86-64.so.2 (GLIBC_2.3) = /lib64/ld-linux-x86-64.so.2
libm.so.6 (GLIBC_2.2.5) = /lib64/libm.so.6
libc.so.6 (GLIBC_2.3) = /lib64/libc.so.6
libc.so.6 (GLIBC_2.7) = /lib64/libc.so.6
libc.so.6 (GLIBC_2.2.5) = /lib64/libc.so.6
/lib64/libm.so.6:
libc.so.6 (GLIBC_2.2.5) = /lib64/libc.so.6
/lib64/libc.so.6:
ld-linux-x86-64.so.2 (GLIBC_PRIVATE) = /lib64/ld-linux-x86-64.so.2
ld-linux-x86-64.so.2 (GLIBC_2.3) = /lib64/ld-linux-x86-64.so.2


I've just downgraded my glibc to 2.9 and I'm now rebuilding metapost,
luatex and pdftex. We will see in about 1 hour, if this solves the problem.

Cheers, Peter


Note 1: I only wanted to update my glib, so I've done a
' zypper up *glib* '.

-- 
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] subsection and special characters

2009-11-01 Thread Bernd Militzer

Wolfgang Schuster schrieb:


\define\nmacron{n̄}
\define\mmacron{m̄}


Thanks Wolfgang, but with

\define\nmacron{\buildtextaccent\textmacron n}
\define\mmacron{\buildtextaccent\textmacron m}

I get an better result.


Bernd
___
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] ConTeXt MKIV - vertical titles in bibliography

2009-11-01 Thread Taco Hoekwater


dr. joel mendoza y carpio wrote:
 hi!
 
 sorry if i wasn't clear enough with what i intended to put across.
 
 in the bibliography entry below, the title of the book is not italicized.
 
 by default, the apa style will italicize this instead.

Form the many \/ commands in the second arguments to the \inserttitle
commands, it looks like italics was in earlier, which makes me wonder
why it was then removed again. As a result, I am not immediately eager
to change the core distro.

For you: find the \inserttitle (or \insertarttitle) commands in
bibl-apa, and change the occurrences of \inserttitle {\bgroup} into
\inserttitle {\bgroup \it}

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] IncludePicture problem with adityam / simple-slides

2009-11-01 Thread Glen Callaghan

Thanks for the speedy fix, Aditya - that works now.

Thanks also for putting together the simple-slides module - very nice  
to use!



By the way, in simpleslides-s-Split.tex, we found we had to remove the  
\noexpand command from three lines like this one:


draw \sometxt[simpleslides:sometxt:left]{\noexpand\moduleparameter 
{simpleslides:title}{date}}


With the \noexpand command left in, most of the header and footer  
information didn't work.


thanks
Glen

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