[NTG-context] Stumped on Field

2003-08-14 Thread darnold
All,

In s-mag-01.tex, I am completely baffled by:

\startusableMPgraphic{text}
 StartPage ;
  for i=Header,Text,Footer:
   for j=LeftEdge,LeftMargin,Text,RightMargin,RightEdge:
draw Field[i][j] withpen pencircle scaled 0.5pt;
   endfor;
  endfor;
 StopPage;
 setbounds currentpicture to Field[Text][Text] ;
\stopusableMPgraphic

I can find no references of Field anywhere, not in s-mag-01, nor in any
files in my texmf tree, nor in documentation, ...

Huh?

Anyone have a clue?


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


Re: [NTG-context] Stumped on Field

2003-08-05 Thread David Arnold
Seb,

Good reference. I'll explore this tomorrow.

Thanks.

At 09:00 AM 8/5/03 +0200, you wrote:
>[EMAIL PROTECTED] wrote:
>
>>All,
>>
>>In s-mag-01.tex, I am completely baffled by:
>>
>>\startusableMPgraphic{text}
>> StartPage ;
>>  for i=Header,Text,Footer:
>>   for j=LeftEdge,LeftMargin,Text,RightMargin,RightEdge:
>>draw Field[i][j] withpen pencircle scaled 0.5pt;
>>   endfor;
>>  endfor;
>> StopPage;
>> setbounds currentpicture to Field[Text][Text] ;
>>\stopusableMPgraphic
>>
>>I can find no references of Field anywhere, not in s-mag-01, nor in any
>>files in my texmf tree, nor in documentation, ...
>>
>>Huh?
>>
>Hi,
>See metapost\context\base\mp-page.mp
>and the manuel metafun-s.pdf, pages 282 and following
>
>  Seb.
>
>___
>ntg-context mailing list
>[EMAIL PROTECTED]
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Stumped on Field

2003-08-05 Thread Sebastian Rooks
[EMAIL PROTECTED] wrote:

All,

In s-mag-01.tex, I am completely baffled by:

\startusableMPgraphic{text}
StartPage ;
 for i=Header,Text,Footer:
  for j=LeftEdge,LeftMargin,Text,RightMargin,RightEdge:
   draw Field[i][j] withpen pencircle scaled 0.5pt;
  endfor;
 endfor;
StopPage;
setbounds currentpicture to Field[Text][Text] ;
\stopusableMPgraphic
I can find no references of Field anywhere, not in s-mag-01, nor in any
files in my texmf tree, nor in documentation, ...
Huh?

Hi,
See metapost\context\base\mp-page.mp
and the manuel metafun-s.pdf, pages 282 and following
 Seb.

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