ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Multi-page frame.
@ 2012-12-23  0:54 Andre Caldas
  2012-12-23  1:43 ` Philipp Gesang
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Caldas @ 2012-12-23  0:54 UTC (permalink / raw)
  To: ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Multi-page frame.
  2012-12-23  0:54 Multi-page frame Andre Caldas
@ 2012-12-23  1:43 ` Philipp Gesang
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Gesang @ 2012-12-23  1:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 528 bytes --]

···<date: 2012-12-22, Saturday>···<from: Andre Caldas>···

> 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


[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-23  1:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-23  0:54 Multi-page frame Andre Caldas
2012-12-23  1:43 ` Philipp Gesang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).