[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


[NTG-context] references over several documents

2003-10-15 Thread gmorais
Hello All:

At this moment i am producing a set of documents, that ocasionally have
refences among them. For eg:

document 1

   \starttext
 
   \placeformula[eq:1.1]
\startformula
e = m c^2
\stopformula

   \stoptext

document 2

 \starttext

In here I want to refer to equation 1.1 in document 1

 \stoptext
 
How can I do it?

Thanks in advance: Gonçalo



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


[NTG-context] math in context

2003-09-25 Thread gmorais
I woul like to know where I may find a complete list of symbols like 

$\Bbb{R}$

to use in context while I am typing maths.

The main hurdle that I have today in change my personal typset work from
latex to context is a lack of a reference manual in this area.
Do you know where I may find one?

Thanks in advance

Gonçalo Morais 



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