[NTG-context] I can't find file `TeXGyreChorus-MediumItalic'.

2009-05-30 Thread Ciro Soto
I had a file fully functional, but after I did a "ctxtool --updatecontext"
it is not working anymore.
it complains with the messages below.
I am running in linux Ubuntu 9.04 - the Jaunty Jackalope.
How do I fix this problem?

thank you
Ciro
PS: FYI:
 CtxTools | context version: 2009.05.29 23:34
(/usr/local/share/texmf/tex/context/base/context.tex)


ERROR MESSAGE:

kpathsea: Running mktexmf TeXGyreChorus-MediumItalic
! I can't find file `TeXGyreChorus-MediumItalic'.
<*> ...nstopmode; input TeXGyreChorus-MediumItalic

Please type another input file name
! Emergency stop.
<*> ...nstopmode; input TeXGyreChorus-MediumItalic

Transcript written on mfput.log.
grep: TeXGyreChorus-MediumItalic.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input
TeXGyreChorus-MediumItalic' failed to make TeXGyreChorus-MediumItalic.tfm.
kpathsea: Appending font creation commands to missfont.log.

! Font \*prosefont12ptcgtfcg*:=TeXGyreChorus-MediumItalic at 12.0pt not
loadabl
e: Metric (TFM) file not found.

   \relax
\definefontglobal ...dcsname \lastfontname \relax
  \expandafter \let
\expanda...

\xxdododefinefont ...tspec {#4}\newfontidentifier
  \let
\localrelativefontsiz...

\fontstrategy ...me \fontclass #2#3#4#5\endcsname
  \tryingfontfalse \fi
 ...yle \fontalternative \fontsize
  \fi \iftryingfont
\fontstr...

\synchronizefont ...strategy \the \fontstrategies
  \relax \fi \iftryingfont
\...
...
l.4 \centerline{\booktitlefont  \finaltitleA }

? ^C! Interruption.
\definefontglobal ...dcsname \lastfontname \relax
  \expandafter \let
\expanda...

\xxdododefinefont ...tspec {#4}\newfontidentifier
  \let
\localrelativefontsiz...

\fontstrategy ...me \fontclass #2#3#4#5\endcsname
  \tryingfontfalse \fi
 ...yle \fontalternative \fontsize
  \fi \iftryingfont
\fontstr...

\synchronizefont ...strategy \the \fontstrategies
  \relax \fi \iftryingfont
\...
 \getvalue {...@style@ \fontstyle }
   \edef \fontstyle {\fontstyle
}\if...
...
l.4 \centerline{\booktitlefont  \finaltitleA }

?
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] updates without rsync

2009-05-30 Thread Diego Depaoli
2009/5/30 Mojca Miklavec :
> On Fri, May 29, 2009 at 18:07, Diego Depaoli wrote:
>> 2009/5/29 Peter Münster :
>>> If this is not possible, perhaps the firewall is open for http? Then
>>> someone else with a Windows PC could prepare for you an archive and put it
>>> on an http-server?
>> Why not do it directly on minimals.contextgarden.net?
>
> There are zips on http://minimals.contextgarden.net/pragma/, but one
> still needs to fetch everything more or less manually (when there are
> changes, one needs to fetch the whole zip).
>
> Or what exactly would you like to see in that zip?
Up to date binaries.
W32tex's zipped files are an example.

Regards
-- 
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Indent after formula in enumeration

2009-05-30 Thread Xan

En/na Xan ha escrit:

Thanks Aditya, but it does not work what it should?

With:
\defineenumeration[demo][text={Demostració.\space},number=no,
location=serried,width=fit,headstyle=italic,indentnext=yes,
between=\blank,textdistance=.5em,closesymbol={\mathematics{\Box}},
style=normal,indenting=yes]

and
\starttext

\startdemo Si $\text{area}(u) = N$ i $\text{area}(v) = M$, aleshores
\startformula
\startmathalignment
\NC u \NC  = \prod_{i=1}^N x_i^{-1} r_i x_i, \NR[+]
\NC v \NC  = \prod_{j=1}^M y_j^{-1} s_j y_j, \NR[+]
\stopmathalignment
\stopformula%
per a alguns $x_i, y_j \in F(A)$, $r_i, s_j \in R$, on aquestes 
igualtats són dins el grup lliure $F(A)$. Com que $w = u v$ també dins 
el grup lliure, tenim que

\placeformula[-] \startformula \startsplit
 \NC w = u v \NC = \bigl( \prod_{i = 1}^N x_i^{-1} r_i x_i \bigr) 
\cdot \bigl( \prod_{j=1}^M y_j^{-1} s_j y_j \bigr) \NR
 \NC \NC = (x_1^{-1} r_1 x_1)\cdots (x_N^{-1} r_N x_N) \cdot (y_1^{-1} 
s_1 y_1) \cdots (y_M^{-1} s_M y_M) \NR

 \NC \NC =  \prod_{k=1}^{M+N} z_k^{-1} t_k z_k
\stopsplit \stopformula
on
\startformula
 z_k = \startcases
   \NC x_k\MC 1 \leq k \leq N \NR
   \NC y_{k-N} \MC N+1 \leq k \leq N+M, \NR
 \stopcases t_k = \startcases
   \NC r_k\MC 1 \leq k \leq N \NR
   \NC s_{k-N} \MC N+1 \leq k \leq N+M. \NR
 \stopcases
\stopformula
Llavors, per definició, $\text{area}(w) \leq N+M = \text{area}(u) + 
\text{area}(v)$.

\stopdemo

\stoptext


I have that "per a alguns" is indenting but "on" is not.

Why?

Xan.

PS: Please, CCme

I have

%Indentation
\setupheads[indentnext=yes]
\setupindenting[yes,small,first]
\setupformulae[indentnext=yes]

in headers.

if I put setupformulae[identnext=yes] and ident=yes for enumerations 
_always_ have indenting after formula even if the text is following.


Xan.
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Indent after formula in enumeration

2009-05-30 Thread Xan

Thanks Aditya, but it does not work what it should?

With:
\defineenumeration[demo][text={Demostració.\space},number=no,
location=serried,width=fit,headstyle=italic,indentnext=yes,
between=\blank,textdistance=.5em,closesymbol={\mathematics{\Box}},
style=normal,indenting=yes]

and
\starttext

\startdemo Si $\text{area}(u) = N$ i $\text{area}(v) = M$, aleshores
\startformula
\startmathalignment
\NC u \NC  = \prod_{i=1}^N x_i^{-1} r_i x_i, \NR[+]
\NC v \NC  = \prod_{j=1}^M y_j^{-1} s_j y_j, \NR[+]
\stopmathalignment
\stopformula%
per a alguns $x_i, y_j \in F(A)$, $r_i, s_j \in R$, on aquestes 
igualtats són dins el grup lliure $F(A)$. Com que $w = u v$ també dins 
el grup lliure, tenim que

\placeformula[-] \startformula \startsplit
 \NC w = u v \NC = \bigl( \prod_{i = 1}^N x_i^{-1} r_i x_i \bigr) \cdot 
\bigl( \prod_{j=1}^M y_j^{-1} s_j y_j \bigr) \NR
 \NC \NC = (x_1^{-1} r_1 x_1)\cdots (x_N^{-1} r_N x_N) \cdot (y_1^{-1} 
s_1 y_1) \cdots (y_M^{-1} s_M y_M) \NR

 \NC \NC =  \prod_{k=1}^{M+N} z_k^{-1} t_k z_k
\stopsplit \stopformula
on
\startformula
 z_k = \startcases
   \NC x_k\MC 1 \leq k \leq N \NR
   \NC y_{k-N} \MC N+1 \leq k \leq N+M, \NR
 \stopcases t_k = \startcases
   \NC r_k\MC 1 \leq k \leq N \NR
   \NC s_{k-N} \MC N+1 \leq k \leq N+M. \NR
 \stopcases
\stopformula
Llavors, per definició, $\text{area}(w) \leq N+M = \text{area}(u) + 
\text{area}(v)$.

\stopdemo

\stoptext


I have that "per a alguns" is indenting but "on" is not.

Why?

Xan.

PS: Please, CCme
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Indent after formula in enumeration

2009-05-30 Thread Aditya Mahajan

On Sat, 30 May 2009, Xan wrote:


Hi,

I have

\setupformulae[indentnext=auto]

but when I put a \startformula \stopformula in demo environment it does not 
indent.

Why? What can I do for getting that?


My environment is:

\defineenumeration[demo][text={Demostració.\space},
number=no,location=serried,width=fit,headstyle=italic,
indentnext=yes,between=\blank,textdistance=.5em,closesymbol={\mathematics{\Box}},style=normal]


indenting=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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Indent after formula in enumeration

2009-05-30 Thread Xan

Hi,

I have

\setupformulae[indentnext=auto]

but when I put a \startformula \stopformula in demo environment it does not 
indent.
Why? What can I do for getting that?


My environment is:

\defineenumeration[demo][text={Demostració.\space},
number=no,location=serried,width=fit,headstyle=italic,
indentnext=yes,between=\blank,textdistance=.5em,closesymbol={\mathematics{\Box}},style=normal]


Thanks a lot,
Xan.


___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Theorems with arguments like amsthm--> demostration space

2009-05-30 Thread Aditya Mahajan

On Sat, 30 May 2009, Xan wrote:




Sat, 30 May 2009, Xan wrote:

>/ Thinking about spaces anyone knows how to put less space between 
/>/ text "Demostració" and the text itself in this environment?:

/
width=fit, distance=0.5em (or whatever you want the distance to be)



Thanks, Aditya.

For the other hand, I possibly discover a bug:

I have that (sorry for the comments in catalan):

\defineenumeration
 [lemma]
 [text={Lemma}, % Què es mostra
  before={\blank[big]}, % abans de lemma, un bigskip
  after={\blank[big]}, % després de lemma, un bigskip
  headstyle=bold, % Negreta per la capçaleras
  %between=\blank, % Entre Lemmes una línia en blanc
  titledistance=.5em, % espai entre número i parèntesis.
  textdistance=.5em, % espai entre ) i text
  stopper={.\space}, % Com acaba. Després de parèntesis un '.'
  location=serried,
  width=fit, % que ocupi tot l'espai
  style=italic, % estil del text
  title=yes, % si puc posar o no arguments opcionals
  titlestyle=sc, % estil del títol
  way=bytext, % enumerar en tot el document
  conversion=numbers] % enumera amb arabic


\defineenumeration
 [definition]
 [lemma]
 [text={Definició},style=tf,titlestyle=sc]

\defineenumeration
 [notation]
 [definition]
 [text={Notació},style=tf,titlestyle=sc]

I have to specify the titlestyle in notation and in definition. If 
notation inherits style from definition and this inherits from lemma, so 
it should have the same style. So


\defineenumeration
 [notation]
 [definition]
 [text={Notació}]

should have all the same style as definition, but it isn't.


That is right. titlestyle (and possibly others are missing in the two 
copyparameters in the definition of dododefineenumeration in core-des.tex.


Hans, I can send you a patch in about 10 days (travelling until then),
unless you end up correcting this sooner.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Theorems with arguments like amsthm--> demostration space

2009-05-30 Thread Xan



Sat, 30 May 2009, Xan wrote:

>/ Thinking about spaces anyone knows how to put less space between 
/>/ text "Demostració" and the text itself in this environment?:

/
width=fit, distance=0.5em (or whatever you want the distance to be)

  

Thanks, Aditya.

For the other hand, I possibly discover a bug:

I have that (sorry for the comments in catalan):

\defineenumeration
 [lemma]
 [text={Lemma}, % Què es mostra
  before={\blank[big]}, % abans de lemma, un bigskip
  after={\blank[big]}, % després de lemma, un bigskip
  headstyle=bold, % Negreta per la capçaleras
  %between=\blank, % Entre Lemmes una línia en blanc
  titledistance=.5em, % espai entre número i parèntesis.
  textdistance=.5em, % espai entre ) i text
  stopper={.\space}, % Com acaba. Després de parèntesis un '.'
  location=serried,
  width=fit, % que ocupi tot l'espai
  style=italic, % estil del text
  title=yes, % si puc posar o no arguments opcionals
  titlestyle=sc, % estil del títol
  way=bytext, % enumerar en tot el document
  conversion=numbers] % enumera amb arabic


\defineenumeration
 [definition]
 [lemma]
 [text={Definició},style=tf,titlestyle=sc]

\defineenumeration
 [notation]
 [definition]
 [text={Notació},style=tf,titlestyle=sc]

I have to specify the titlestyle in notation and in definition. If 
notation inherits style from definition and this inherits from lemma, so 
it should have the same style. So


\defineenumeration
 [notation]
 [definition]
 [text={Notació}]

should have all the same style as definition, but it isn't.

Xan.
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Theorems with arguments like amsthm--> demostration space

2009-05-30 Thread Aditya Mahajan

On Sat, 30 May 2009, Xan wrote:

Thinking about spaces anyone knows how to put less space between 
text "Demostració" and the text itself in this environment?:


width=fit, distance=0.5em (or whatever you want the distance to be)


\definedescription[demo][location=serried,text={Demostració.},
headstyle=bold,indentnext=yes,between=\blank,textdistance=0em,
closesymbol=\mathematics{\Box}]

\starttext
\startdemo Hola
\stopdemo

\stoptext


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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Theorems with arguments like amsthm--> demostration space

2009-05-30 Thread Xan
Thinking about spaces anyone knows how to put less space between 
text "Demostració" and the text itself in this environment?:


\definedescription[demo][location=serried,text={Demostració.},
headstyle=bold,indentnext=yes,between=\blank,textdistance=0em,
closesymbol=\mathematics{\Box}]

\starttext
\startdemo Hola
\stopdemo

\stoptext


Thanks,
Xan.

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Theorems with arguments like amsthm

2009-05-30 Thread Xan



Hi Xan,

Thanks to your example and Aditya's explanantion I learned too…
  


I'm glad for that :-)

Here is how you can get what you want:

%%% begin example

\defineenumeration[lemma]%
[text={Lemma},
headstyle=bold,
between=\blank,
titledistance=0em,
textdistance=1em,
stopper={.\space},
location=serried,
left={\bgroup\bf},
right={\egroup},
width=fit,
style=italic,
title=yes,
titledistance=.3em,
titlestyle=sc] % or italic, or whatever you like

  


I think titledistance=1ex is better spacing. I don' t know what is 
exactly the space between number and (). What width has space?

\starttext

\startlemma[reference]{ A brilliant result}
If $a=2$ then the set $H(a)$ is not empty.
\stoplemma

\stoptext

%%% end example


Best regards: OK
  


Thanks to you, Otared.

Xan.


___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] updates without rsync

2009-05-30 Thread Mojca Miklavec
On Fri, May 29, 2009 at 18:07, Diego Depaoli wrote:
> 2009/5/29 Peter Münster :
>> If this is not possible, perhaps the firewall is open for http? Then
>> someone else with a Windows PC could prepare for you an archive and put it
>> on an http-server?
> Why not do it directly on minimals.contextgarden.net?

There are zips on http://minimals.contextgarden.net/pragma/, but one
still needs to fetch everything more or less manually (when there are
changes, one needs to fetch the whole zip).

Or what exactly would you like to see in that zip?

One thing that might be worth trying is to try to set a tunnel with
putty. From what I read I guess that it should work, but I have no
experience and no windows machine.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___