intermezzo/sidebarswith rounded corners.
Client has an existing book that I am redoing with many inserted square boxes of text slightly protruding in the margin. Main text wraps around each box. The line around each such box has rounded corners. Is there an example somewhere in the manuals or elsewhere? -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html Updated PDF e-book: "Create Book Covers with Scribus 1.4.5" coming soon at http://www.booklocker.com/!
On 2/5/2015 9:38 PM, John Culleton wrote:
Client has an existing book that I am redoing with many inserted square boxes of text slightly protruding in the margin. Main text wraps around each box. The line around each such box has rounded corners. Is there an example somewhere in the manuals or elsewhere?
\starttext \defineframed [whatever] [width=1cm, height=1cm, background=color, backgroundcolor=darkblue, foregroundcolor=white, forgroundstyle=bold] \dorecurse {100} { \starthanging{\whatever{#1}} \input tufte \stophanging } \stoptext -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Thu, 05 Feb 2015 22:54:11 +0100
Hans Hagen
On 2/5/2015 9:38 PM, John Culleton wrote:
Client has an existing book that I am redoing with many inserted square boxes of text slightly protruding in the margin. Main text wraps around each box. The line around each such box has rounded corners. Is there an example somewhere in the manuals or elsewhere?
\starttext
\defineframed [whatever] [width=1cm, height=1cm, background=color, backgroundcolor=darkblue, foregroundcolor=white, forgroundstyle=bold]
\dorecurse {100} { \starthanging{\whatever{#1}} \input tufte \stophanging } \stoptext
And rounded corners? -- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html Updated PDF e-book: "Create Book Covers with Scribus 1.4.5" coming soon at http://www.booklocker.com/!
Am 05.02.2015 um 23:31 schrieb John Culleton
: On Thu, 05 Feb 2015 22:54:11 +0100 Hans Hagen
mailto:pragma@wxs.nl> wrote: On 2/5/2015 9:38 PM, John Culleton wrote:
Client has an existing book that I am redoing with many inserted square boxes of text slightly protruding in the margin. Main text wraps around each box. The line around each such box has rounded corners. Is there an example somewhere in the manuals or elsewhere?
\starttext
\defineframed [whatever] [width=1cm, height=1cm, background=color, backgroundcolor=darkblue, foregroundcolor=white, forgroundstyle=bold]
\dorecurse {100} { \starthanging{\whatever{#1}} \input tufte \stophanging } \stoptext
And rounded corners?
http://wiki.contextgarden.net/Framed#Rounded_Corners http://wiki.contextgarden.net/Framed#Rounded_Corners Wolfgang
On 2/5/2015 11:31 PM, John Culleton wrote:
On Thu, 05 Feb 2015 22:54:11 +0100 Hans Hagen
wrote: On 2/5/2015 9:38 PM, John Culleton wrote:
Client has an existing book that I am redoing with many inserted square boxes of text slightly protruding in the margin. Main text wraps around each box. The line around each such box has rounded corners. Is there an example somewhere in the manuals or elsewhere?
\starttext
\defineframed [whatever] [width=1cm, height=1cm, background=color, backgroundcolor=darkblue, foregroundcolor=white, forgroundstyle=bold]
\dorecurse {100} { \starthanging{\whatever{#1}} \input tufte \stophanging } \stoptext
And rounded corners?
you can either configure framed to do that or hook in some mp (see wiki) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
John Culleton
-
Wolfgang Schuster