[NTG-context] white space after a float in a column

2019-08-10 Thread Sytse knyps...@home.nl
\setuptolerance[verytolerant,stretch]
 \setupframedtexts[frame=on,corner=round,width=local] 
\setuplayout[grid=yes]
 \starttext
 \startcolumnset[Two]
 \input knuth \par 
 \placeintermezzo[bottom][]{}
 \startframedtext
 \input tufte \par
 \stopframedtext

Re: [NTG-context] slanting an intermezzo.

2015-03-26 Thread Otared Kavian
Hi John, Maybe playing with something like what follows will help: begin tilted-framed.tex \starttext \placeintermezzo[right,none]{} \rotate[rotation=-10]{\startframedtext[width=3in] \midaligned{\bf RECIPE FOR SUCCESS} \par \noindent

[NTG-context] slanting an intermezzo.

2015-03-25 Thread John Culleton
do I cause it to lean to the left about 3 degrees? -- \starttext \setupframed[background=screen,framecorner=rectangular,backgroundscreen=0.70] \placeintermezzo[right,none]{} \startframedtext[width=3in] \centerline {\bf RECIPE FOR SUCCESS

Re: [NTG-context] setting columns in a text frame.

2015-03-22 Thread Wolfgang Schuster
nd the seocnd column is > blank. > here is my code: > --- > \setupframed[framecorner=round, frameradius=1em, > background=screen, backgroundscreen=0.70, > backgroundcorner=round, backgroundradius=1em, > corner=round, radius=1em] \star

[NTG-context] setting columns in a text frame.

2015-03-22 Thread John Culleton
is my code: --- \setupframed[framecorner=round, frameradius=1em, background=screen, backgroundscreen=0.70, backgroundcorner=round, backgroundradius=1em, corner=round, radius=1em] \starttext \placeintermezzo[center,none]{} \starttext \startframedtext[] [width=\hsize] \centerline{\ss\tfb Interest in Green, Organic,

[NTG-context] PLacing framed text.

2015-03-18 Thread John Culleton
I know how to place an intermezzo, e.g. \starttext \setupframed[framecorner=round, frameradius=1em, background=screen, backgroundscreen=0.70, backgroundcorner=round, backgroundradius=1em, corner=round, radius=1em] \definefloat[intermezzo]{ } \placeintermezzo[right]{} \startframedtext[width=3.2in

Re: [NTG-context] Get rid of caption on an intermezzo.

2015-03-04 Thread John Culleton
> backgroundradius=1em, > corner=round, > radius=1em] > \definefloat[intermezzo]{ } > > \kern 5em\placeintermezzo[right]{} > \startframedtext[width=3.2in] > > \centerline{\ss\tfb Life Before Specialty} > \centerline{\ss\tfb Food Marketing} > \tfx > > What food entrepe

[NTG-context] Get rid of caption on an intermezzo.

2015-02-25 Thread John Culleton
? For the curious here is my code segment to date: \setupframed[framecorner=round, frameradius=1em, background=screen, backgroundscreen=0.70, backgroundcorner=round, backgroundradius=1em, corner=round, radius=1em] \definefloat[intermezzo]{ } \kern 5em\placeintermezzo[right]{} \startframedtext[w

Re: [NTG-context] Pagination problem with an intermezzo containing a footnote

2011-03-12 Thread Wolfgang Schuster
Am 11.03.2011 um 20:54 schrieb mathew: > \starttext > > This is a sample document to demonstrate a possible bug. You will > probably see a footnote below which appears before the page it's > referenced from. > > \placeintermezzo[page][block:example]{Demonstrating

[NTG-context] Pagination problem with an intermezzo containing a footnote

2011-03-11 Thread mathew
\starttext This is a sample document to demonstrate a possible bug. You will probably see a footnote below which appears before the page it's referenced from. \placeintermezzo[page][block:example]{Demonstrating a bug} \startframedtext[width=0.8\makeupwidth] This is a rather dull inter

Re: [NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-05 Thread Wolfgang Schuster
Am 02.12.2009 um 16:15 schrieb Hans Hagen: > Matthijs Kooijman wrote: >> Hi all, >> the following example is not working for me: >> >> \setupfloat[intermezzo][before=\startframedtext[width=10cm],after=\stopframedtext] >> \starttext >> \placeintermezzo{C

Re: [NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-02 Thread Matthijs Kooijman
Hi Hans, > however, floats can have frames anyway so you don't need the framedtext I was not after the frame, but after the width. I want to put some text in a float and have the main body text wrap around that. I can do this by putting the startframedtext inside the placeintermezzo call,

Re: [NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-02 Thread Hans Hagen
Matthijs Kooijman wrote: Hi all, the following example is not working for me: \setupfloat[intermezzo][before=\startframedtext[width=10cm],after=\stopframedtext] \starttext \placeintermezzo{Caption}{Text} \stoptext It fails with the following message: ! Undefined control sequence

[NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-02 Thread Matthijs Kooijman
Hi all, the following example is not working for me: \setupfloat[intermezzo][before=\startframedtext[width=10cm],after=\stopframedtext] \starttext \placeintermezzo{Caption}{Text} \stoptext It fails with the following message: ! Undefined control sequence. \stopframedtext

Re: [NTG-context] old sidebar example

2009-09-25 Thread Piotr Kopszak
; \setupmarginblocks[ >    style=small, >    width=5cm, > before=\startmyohmy, > after={\relax,\stopmyohmy}, > align=middle, > ] > \long\def\sidebar#1{\placeintermezzo{}{\startmyohmy #1 \relax\stopmyohmy}} > > \starttext > \input ward > \placeintermezzo{}{\startm

[NTG-context] old sidebar example

2009-09-25 Thread Piotr Kopszak
\setupmarginblocks[ style=small, width=5cm, before=\startmyohmy, after={\relax,\stopmyohmy}, align=middle, ] \long\def\sidebar#1{\placeintermezzo{}{\startmyohmy #1 \relax\stopmyohmy}} \starttext \input ward \placeintermezzo{}{\startmyohmy\input dawkins \relax\stopmyohmy} \dorecurse{3}{\input

Re: [NTG-context] footnotes in margin

2006-03-21 Thread John R. Culleton
dth=6cm,bodyfont=small, frame=off, backgroundcorner=round, backgroundradius=6pt,background=screen,backgroundscreen=.8] %\showframe \setupmarginblocks[ style=small, width=5cm, before=\startmyohmy, after={\relax,\stopmyohmy}, align=middle, ] \lo

Re: [NTG-context] Back to sidebars.

2005-12-06 Thread Willi Egger
Hi, since wich version is this command in the distro? At least in my case with ConTeXt ver: 2005.11.16 fmt: 2005.11.17 there is not. Willi Taco Hoekwater wrote: Hi, John R. Culleton wrote: \long\def\sidebar#1{\placeintermezzo{}{\startmyohmy #1 \relax\stopmyohmy}} ...which seems

Re: [NTG-context] Back to sidebars.

2005-12-06 Thread Taco Hoekwater
Hi, John R. Culleton wrote: \long\def\sidebar#1{\placeintermezzo{}{\startmyohmy #1 \relax\stopmyohmy}} ...which seems to work. Can anyone find a hole in this method? Should be fine. If you like \start ... stop pairs, you can also do it like this if you prefer: \long\def\startJCsidebar#1

Re: [NTG-context] Back to sidebars.

2005-12-05 Thread John R. Culleton
ntermezzo][location=none] > > \defineframedtext >[myohmy] >[width=6cm,bodyfont=small, > frame=off, > backgroundcorner=round, > backgroundradius=16pt,background=screen,backgroundscreen=.7] > > > Then he called these two definitions with a sequence like: > (some text)

[NTG-context] Back to sidebars.

2005-12-05 Thread John R. Culleton
adius=16pt,background=screen,backgroundscreen=.7] Then he called these two definitions with a sequence like: (some text) \placeintermezzo{}{\startmyohmy\input dawkins \relax\stopmyohmy} (some text) What I would like to do is boil down the last mentioned command sequence into \startsidebar (some

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread John Culleton
ezzo] >[leftmargindistance=-\outercombitotal, > rightmargindistance=-\outercombitotal, > default=outer] > > \setupcaption[intermezzo][location=none] > > \defineframedtext >[myohmy] > > [width=7cm,bodyfont=small,corner=round,background=screen,background

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread Hans Hagen
mezzo] [leftmargindistance=-\outercombitotal, rightmargindistance=-\outercombitotal, default=outer] \setupcaption[intermezzo][location=none] \starttext \showframe \input ward \placeintermezzo{}{\framedtext[width=7cm]{\tfx\input dawkins }} \dorecurse{3}{\input knuth \par} \stoptext What I don&#

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread John Culleton
tupfloat [intermezzo] >[leftmargindistance=-\outercombitotal, > rightmargindistance=-\outercombitotal, > default=outer] > \setupcaption[intermezzo][location=none] > \starttext > \showframe > \input ward > \placeintermezzo{}{\framedtext[width=7cm]{\tfx\input dawkins }} &g

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread John Culleton
etails Manual shows graphics protruding into the margin, but I would envision protruding no more than 50% of the width of the inserted item. I will play with the code below to see what luck I have. > > \setupfloat [intermezzo] >[leftmargindistance=-\outercombitotal, > rightmar

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread Adam Lindsay
[location=none] \starttext \showframe \input ward \placeintermezzo{}{\framedtext[width=7cm]{\tfx\input dawkins }} \dorecurse{3}{\input knuth \par} \stoptext What I don't know, however, is: 1) how to force a width on flowed text within a float without resorting to the internal \framedtext, or 2) how