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?
darnold@northcoast.com 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.
Seb, Good reference. I'll explore this tomorrow. Thanks. At 09:00 AM 8/5/03 +0200, you wrote:
darnold@northcoast.com 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 ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
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
Besides the already mentioned metafun manual, there is (on this topic) a small illustration at http://levana.de/context/layout/page.pdf Patrick
participants (4)
-
darnold@northcoast.com
-
David Arnold
-
Patrick Gundlach
-
Sebastian Rooks