[NTG-context] Multi-page frame.

2012-12-22 Thread Andre Caldas
Hello!

How can I have a "framed text" that can cross page boundaries?


Cheers,
André Caldas.
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Multi-page frame.

2012-12-22 Thread Philipp Gesang
·

> Hello!
> 
> How can I have a "framed text" that can cross page boundaries?

With text backgrounds [0]. Example:

\definetextbackground [multipageframe] [
  location=paragraph,
  frame=on,
  rulethickness=2pt,
  framecolor=green,
]

\starttext
\startmultipageframe
  \dorecurse{42}{\input tufte\par}
\stopmultipageframe
\stoptext

Regards
Philipp

[0] http://wiki.contextgarden.net/TextBackground



pgpvZWiAZzRaL.pgp
Description: PGP signature
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___