[NTG-context] chinese ConTeXt

2004-10-18 Thread Lutz Haseloff
Hi Hans, hi all,
it seems, that the commands:
\usemodule[chi-simplified]
\usemodule[chi-traditional]
do nothing. They are pointing to files
s-chi-01.tex and s-chi-02.tex which
are not present.
How can i have access to the traditional
chinese characters?
Greetings Lutz
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] runperl.zip

2004-10-18 Thread h h extern
David Arnold wrote:
There is no runperl.zip in the latest distribution. Can someone send me a
copy?
you can use texmfstart for that instead;
texmfstart --make --windows --indirect texexec.pl
will create a batch file that you can move to your bin path
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
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Installation Problem

2004-10-18 Thread h h extern
David Arnold wrote:
Added 

map +context.map
to pdftex.cfg.
take a look at the file cont-sys.rme: you can configure auto map 
loading; the pdftex.cbf file is gone in the latest pdfetex!

Got this error:
argument \c!gebied
can you do a
c:
cd \
dir c:\texexec.pl /s
and see what texexec's are reported?
C:\temp texexec junk
and wind up at
F:\temp
weird, i remember a post on this,
can you try texmfstart texexec.pl ...
i can send you a texmfstart.exe if needed
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
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Installation Problem

2004-10-18 Thread h h extern
Larry Stamm wrote:
I got a similar error message on my linux box.  The solution was to
replace a single occurrence of the instruction \c!gebied in texexec.pl
with \c!directory.  I suspect this is an errant piece of Dutch
language code that escaped the recent tranlation to low-level English.
hm, no c!gebied on my machine; of course the new location in TDS can 
make that in distributions that have updated build scripts accordingly 
old scripts may be used instead of new ones;

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
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Miktex blues

2004-10-18 Thread h h extern
David Arnold wrote:
F:\miktex\scripts\context\perlperl texexec.pl junk
 TeXExec 5.0 - ConTeXt / PRAGMA ADE 1997-2004
executable : pdfetex
format : f:/localtexmf/miktex/fmt/cont-en
 inputfile : junk
output : standard
 interface : en
  current mode : none
   TeX run : 1
This is pdfeTeX, Version 3.141592-1.10b-2.1 (MiKTeX 2.3)
initexmf: don't know how to dump miktex
cannot make f:/localtexmf/miktex.efmt
I can't find the default format file!
   return code : 256
  run time : 1 seconds
total run time : 1 seconds
How's that for weird?
What happens when you run
  texexec --make --alone
do you get *.fmt and *.mem files?
these need to be present on or moved to the right location
(watch out, pdfetex no longer has efmt as suffix)
One way to figure out what files are present is to use
textools --find cont-en.fmt
this is a ruby script, so you need to have ruby installed
i'm a bit puzzled why you can't get it working since you had it working 
some time ago; there have been no changes in texexec cum suis that 
influence that, so the main problem is probably in the tds change as 
well as the change in suffix (efmt - fmt)

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
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] nath: \wall and \return doesn't work?

2004-10-18 Thread Christopher Creutzig
Giuseppe Bilotta wrote:
I thought the \return were to go to the horizontal position of the
\wall, in the next line?  For me, both lines are flush left.

You are returning too soon. Lines should be ended by \\, not
\return, unless they are the last indented line; your snipped
should rather go:
 I see -- \return is not return to the horizontal position, but 
rather, \return is the end of the \wall-indented part, right?

merci,
Christopher
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] backgrounds

2004-10-18 Thread gmorais
I made this background to the first page of a document:

  \setupcolors[state=start]
  \startuseMPgraphic{page}
StartPage ;
pickup pencircle scaled 2pt ;
fill Field[InnerMargin][Top] enlarged (0,2.5cm)  
withcolor .625blue ;
  fill Field[InnerMargin][Text]withcolor
.6white  ;
  fill Field[InnerMargin][Header]  withcolor
.625blue ;
  fill Field[Text][Text]   enlarged .5cm   withcolor
white ;
  fill Field[Header][Text] enlarged (.5cm,0)   withcolor
white ;
  fill Field[Top][Text]enlarged (.5cm,4cm) withcolor
white ;

  StopPage ;
  
  \stopuseMPgraphic
  
  \defineoverlay[page][\useMPgraphic{page}]
  \setupbackgrounds[page][background=page]
  

What do I have to do for this background appears only in the first page
(and all the others a simple white page)?

Thanks in advance
gonçalo

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] m-bib module

2004-10-18 Thread Fabrice Popineau
I get an error recently with the m-bib module, probably due to some misuse
of it:


(c:\Documents and Settings\popineau\My
Documents/texmf/tex/context/bib/t-bib.tex
! Undefined control sequence.
l.332 \definieerlijst
 [pubs][pubs]
?
system : macros of module list loaded

(c:\Documents and Settings\popineau\My
Documents/texmf/tex/context/bib/t-list.tex)
! Undefined control sequence.
argument \c!nummercommando
 =\bibleftnumber
\xprocesscommaitem #1,#2-\if ,#1
 ,[EMAIL PROTECTED] \xprocesscommaitem \else \if
[EMAIL PROTECTED]
argument ...mmando =\bibleftnumber , \c!variant
  =,\c!variant =apa
\xdogetparameters #1]-\xprocesscommaitem #1
,],[EMAIL PROTECTED]@
\dosetuppublications ...tnumber , \c!variant =,#1]
  \doifsomething
{\@@pbvaria...
l.1215[\c!variant=apa]

?

Any clue how to fix this ?

Thanks in advance,

Fabrice 



___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] backgrounds

2004-10-18 Thread Hans Hagen
gmorais wrote:
I made this background to the first page of a document:
  \setupcolors[state=start]
  \startuseMPgraphic{page}
	StartPage ;
pickup pencircle scaled 2pt ;
fill Field[InnerMargin][Top] enlarged (0,2.5cm)  
withcolor .625blue ;
  fill Field[InnerMargin][Text]withcolor
.6white  ;
  fill Field[InnerMargin][Header]  withcolor
.625blue ;
  fill Field[Text][Text]   enlarged .5cm   withcolor
white ;
  fill Field[Header][Text] enlarged (.5cm,0)   withcolor
white ;
  fill Field[Top][Text]enlarged (.5cm,4cm) withcolor
white ;

  StopPage ;
  
  \stopuseMPgraphic
  
  \defineoverlay[page][\useMPgraphic{page}]
  \setupbackgrounds[page][background=page]
\startreuseMPgraphic 
\reuseMPgraphic
-
  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
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] m-bib module

2004-10-18 Thread Fabrice Popineau
 this is related to the low level interface that is now english, so, one
 needs the latest bib module
 
http://tex.aanhet.net/bib/
 

Unfortunately, I'm already using it. So either the real new one is hidden
somewhere else or there is still a problem.

system : macros of module bib loaded

(c:\Documents and Settings\popineau\My
Documents/texmf/tex/context/bib/t-bib.tex
! Undefined control sequence.
l.332 \definieerlijst
 [pubs][pubs]
? 
system : macros of module list loaded

(c:\Documents and Settings\popineau\My
Documents/texmf/tex/context/bib/t-list.tex)
! Undefined control sequence.
argument \c!nummercommando 
 =\bibleftnumber

I guess the new module is the one using t-bib.tex and t-list.tex.

Fabrice


___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] m-bib module

2004-10-18 Thread Taco Hoekwater

Hi Fabrice,

Sorry, I forgot to migrate my alpha bib module when the context alpha
became the 'current distribution'. My latest module is/was still here:

http://tex.aanhet.net/bib/alpha/

I will fix the website a.s.a.p. 

On Mon, 18 Oct 2004 13:40:34 +0200, Fabrice wrote:

 I guess the new module is the one using t-bib.tex and t-list.tex.
 


-- 
groeten,

Taco
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


RE: [NTG-context] m-bib module

2004-10-18 Thread Fabrice Popineau
 Sorry, I forgot to migrate my alpha bib module when the context alpha
 became the 'current distribution'. My latest module is/was still here:
 
   http://tex.aanhet.net/bib/alpha/
 
 I will fix the website a.s.a.p.

Many thanks !

Fabrice

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] chinese ConTeXt

2004-10-18 Thread My Work
On 18 Oct 04, at 1:34 PM, Lutz Haseloff wrote:
Hi Hans, hi all,
it seems, that the commands:
\usemodule[chi-simplified]
\usemodule[chi-traditional]
do nothing. They are pointing to files
s-chi-01.tex and s-chi-02.tex which
are not present.
How can i have access to the traditional
chinese characters?
Greetings Lutz
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context
I use the command \usemodule[chinese] when using chinese and use the 
commands \TraChi and \SimChi to switch between traditional and 
simplified chinese characters.

Francis Leung
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] pb reset table setup

2004-10-18 Thread olivier Turlier
Hi contexers,
I  got a recurrent problem with tables : the setup of the first one 
affect following other and different setup tables. See an exemple below :

\usemodule[units]
\useregime[il1]
\enableregime[il1]
\useencoding[ffr]
\mainlanguage[fr]
\setupcolors[state=start]
\definecolor[Grisbleu]  [r=0.91,g=0.91,b=0.93]
\setupitemize[each][headstyle=\bfa]
\starttext
\chapter[chapreponses]{Answers}
\section[]{baobab baobab baobab \quote{baobabbaobabbaobab}}
\startitemize[A]
   \head roots
   \setupTABLE[row][1][style=\bfxx,frame=on,align={middle,lohi}]
   \setupTABLE[1][5][style=\bfx,align=middle]
   
\setupTABLE[2][5][style=\bf,background=color,backgroundcolor=Grisbleu,align={middle,lohi}]
   \bTABLE[align=lohi,width=broad,style=tfxx]
   \bTR  \bTD Condition \eTD \bTD Vérification \eTD\eTR
   \bTR  \bTD maison non climatisée \eTD \bTD OK \eTD\eTR
   \bTR  \bTD dont la surface habitable est inférieure à 220 m\high{2} 
\eTD   \bTD OK \eTD\eTR
   \bTR  \bTD dont la surface des portes et fenêtres est inférieure à 
25 \% de la surface habitable \eTD  \bTD OK \eTD\eTR
   \bTR  \bTD Conclusion : \eTD  \bTD OK \eTD\eTR
   \eTABLE

   \head Isolation of soils, walls and ceilings

% \resetTABLE %-- NOT WORKING !!!
   \setupTABLE[row][1][style=\bfxx,frame=on,align={middle,lohi}]
   \setupTABLE[c][1][align={middle,lohi}]
   \setupTABLE[c][3][width=.5\textwidth]
   \setupTABLE[1][8][style=\bfx,align=middle]
   
\setupTABLE[5][8][style=\bf,background=color,backgroundcolor=Grisbleu,align={middle,lohi}]
   \bTABLE[align=lohi,width=broad,style=tfxx]
   \bTR  \bTD Nivel \eTD \bTD Paroi \eTD  \bTD Insulation system \eTD  
\bTD Value {\bf R} \eTD\bTD goto page \dots \eTD\eTR
   \bTR  \bTD [nr=3] R-1 \eTD  \bTD sol \eTD   \bTD floormate 200 
({\sc Isover}) ep. 60 sous dallage BA\eTD   \bTD 2 \eTD  
\bTD 40 (cours)\eTD\eTR
   \bTR   \bTD mur \eTD\bTD 
néant \eTD\bTD \eTD \bTD \eTD\eTR
   \bTR\bTD plafond \eTD \bTD 
entrevous polystyrène rectofibre ({\sc Rector}) \eTD \bTD K = 
0,31 $\dashrightarrow$ R = 3,22, feu : M1\eTD  \bTD 41 (ctrl)\eTD\eTR
   \bTR  \bTD [nr=3] R+0 \eTD  \bTD sol \eTD   \bTD dito plafond 
R-1 \eTD   \bTD 2 \eTD  \bTD 40 (cours)\eTD\eTR
   \bTR   \bTD mur \eTD\bTD 
doublage Xtherm 32 (100+13) ({\sc Knauf})\eTD\bTD 
3,15\eTD \bTD 8 (ctrl)\eTD\eTR
   \bTR\bTD plafond \eTD \bTD Laine 
verre IBR monocouche ({\sc Isover}) ep. 240 \eTD \bTD 6 \eTD  
\bTD 40 (cours)\eTD\eTR
   \bTR  \bTD [nc=4] Nombre de points : \eTD  \bTD 5 \eTD\eTR
   \eTABLE

   \head Ponts thermiques
   \startitemize[n]
   \item Ponts thermiques entre les murs extérieurs et les 
planchers

   \item dont la surface habitable est inférieure à 220 
\Square\Meter

   \item dont la surface des portes et fenêtres est inférieure 
à 25 \% de la surface habitable
   \stopitemize
   \head

   \head
\stopitemize
\stoptext
ù
The unwanted setup is on the second table, on the c2-r5 cell (sol).
What can I do ?
Thanks for your answers. Hope you understand french for better reading !
--
olivier TURLIER
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context