[NTG-context] Unwanted space with \startframedtext

2022-12-21 Thread Max Chernoff via ntg-context
Hi Hans, There's an uncommented linebreak in the definition of \pack_framed_text_start that's introducing an unwanted space just before \startframedtext. Minimal example: \showmakeup[space] \starttext \hbox{.\startframedtext.\stopframedtext} \stoptext Patch:

Re: [NTG-context] \startplacefigure and \startframedtext in lmtx

2020-06-10 Thread mf
Il 10/06/20 17:30, Hans Hagen ha scritto: On 6/9/2020 11:04 AM, Otared Kavian wrote: Hi all, I just noticed that in lmtx, the commands \startplacefigure and \startframedtext, when used together, do not behave in the same way as they do in mkiv. I wonder whether this is a permanent change or

Re: [NTG-context] \startplacefigure and \startframedtext in lmtx

2020-06-10 Thread Wolfgang Schuster
Hans Hagen schrieb am 10.06.2020 um 17:30: On 6/9/2020 11:04 AM, Otared Kavian wrote: Hi all, I just noticed that in lmtx, the commands \startplacefigure and \startframedtext, when used together, do not behave in the same way as they do in mkiv. I wonder whether this is a permanent change

Re: [NTG-context] \startplacefigure and \startframedtext in lmtx

2020-06-10 Thread Hans Hagen
On 6/9/2020 11:04 AM, Otared Kavian wrote: Hi all, I just noticed that in lmtx, the commands \startplacefigure and \startframedtext, when used together, do not behave in the same way as they do in mkiv. I wonder whether this is a permanent change or rather a buglet. I found a fix around the

Re: [NTG-context] \startplacefigure and \startframedtext in lmtx

2020-06-10 Thread Otared Kavian
n wrote: > > Hi all, > > I just noticed that in lmtx, the commands \startplacefigure and > \startframedtext, when used together, do not behave in the same way as they > do in mkiv. > I wonder whether this is a permanent change or rather a buglet. > > I found a fi

[NTG-context] \startplacefigure and \startframedtext in lmtx

2020-06-09 Thread Otared Kavian
Hi all, I just noticed that in lmtx, the commands \startplacefigure and \startframedtext, when used together, do not behave in the same way as they do in mkiv. I wonder whether this is a permanent change or rather a buglet. I found a fix around the issue, but since in my document I have a

Re: [NTG-context] Using \startframedtext with \startcombination

2014-10-03 Thread Fabrice
Hi Wolfgang, Your explanations are once again very clear, I fully understand the mechanism. Thank you very much, Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki! maill

Re: [NTG-context] Using \startframedtext with \startcombination

2014-10-01 Thread Wolfgang Schuster
t=-1ex] \starttext \ruledhbox\bgroup \startframedtext[left] \input ward \stopframedtext \egroup \blank \ruledhbox\bgroup \startframedtext[middle] \input ward \stopframedtext \egroup \blank \ruledhbox\bgroup \startframedtext[right]

Re: [NTG-context] Using \startframedtext with \startcombination

2014-09-30 Thread Couvreur Fabrice
Hello Wolfgang, Thank you for the answer, but I did not understand everything. Fabrice Envoyé de mon iPad ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context

Re: [NTG-context] Using \startframedtext with \startcombination

2014-09-29 Thread Wolfgang Schuster
Am 29.09.2014 um 18:52 schrieb Fabrice Couvreur : > Hi, > Why the second frame is not displayed ? You need “location=none” on your framedtexts. With the values left and right you’re using now context reserves a horizontal space which covers the whole text width for each frame which is needed

[NTG-context] Using \startframedtext with \startcombination

2014-09-29 Thread Fabrice Couvreur
Hi, Why the second frame is not displayed ? Best regards, Fabrice \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00] \starttext \startcombination[2*1] {% \startframedtext[ width=0.45\textwidth, frame=on, framecolor=H1prime, location=left, background=color

Re: [NTG-context] How to get rounded corners and a thicker line with \startframedtext

2011-03-18 Thread luigi scarso
On Sat, Mar 19, 2011 at 12:24 AM, Cecil Westerhof wrote: > 2011/3/18 luigi scarso >> >> also >> http://wiki.contextgarden.net/Framed > > A very interesting read. I changed my macro to: > \define[2]\Citation{ >   \blank >   \startframedtext[middle][ >  

Re: [NTG-context] How to get rounded corners and a thicker line with \startframedtext

2011-03-18 Thread Cecil Westerhof
2011/3/18 luigi scarso > also > http://wiki.contextgarden.net/Framed > A very interesting read. I changed my macro to: \define[2]\Citation{ \blank \startframedtext[middle][ align=middle, background=color, backgroundcolor=lightgray, corner=round, rulethic

Re: [NTG-context] How to get rounded corners and a thicker line with \startframedtext

2011-03-18 Thread Cecil Westerhof
lightly thicker line to draw the box >> > > \defineframedtext[][rulethickness=2bp] > Perfect. That looks much more slick. I know have defined: \define[2]\Citation{ \blank \startframedtext[middle][align=middle,corner=round,rulethickness=2bp] {\bf #2} \blank[small]

Re: [NTG-context] How to get rounded corners and a thicker line with \startframedtext

2011-03-18 Thread luigi scarso
On Fri, Mar 18, 2011 at 11:52 PM, Aditya Mahajan wrote: > On Fri, 18 Mar 2011, Cecil Westerhof wrote: > >> I am still dabbling with ConTeXt. There is a lot to learn, but it is worth >> it. ;-} >> >> At the moment I have (when finished I make a macro of i

Re: [NTG-context] How to get rounded corners and a thicker line with \startframedtext

2011-03-18 Thread Aditya Mahajan
On Fri, 18 Mar 2011, Cecil Westerhof wrote: I am still dabbling with ConTeXt. There is a lot to learn, but it is worth it. ;-} At the moment I have (when finished I make a macro of it): \startframedtext[middle] \startalignment[middle] {\bf A goal properly set is halfway reached

[NTG-context] How to get rounded corners and a thicker line with \startframedtext

2011-03-18 Thread Cecil Westerhof
I am still dabbling with ConTeXt. There is a lot to learn, but it is worth it. ;-} At the moment I have (when finished I make a macro of it): \startframedtext[middle] \startalignment[middle] {\bf A goal properly set is halfway reached.} \stopalignment \blank[small] \startalignment

Re: [NTG-context] startframedtext changed?

2007-01-26 Thread Hans van der Meer
On Jan 26, 2007, at 15:32, Hans van der Meer wrote: On Jan 26, 2007, at 14:57, Hans van der Meer wrote: Earlier this could be used to put some text centered on the line: \startframedtext[middle][frame=off,background=] \type{ABCDE}\crlf \type{ABCDE} \stopframedtext Now, the "m

Re: [NTG-context] startframedtext changed?

2007-01-26 Thread Hans van der Meer
On Jan 26, 2007, at 14:57, Hans van der Meer wrote: Earlier this could be used to put some text centered on the line: \startframedtext[middle][frame=off,background=] \type{ABCDE}\crlf \type{ABCDE} \stopframedtext Now, the "middle" doesn't seem to have any effect, the contents

[NTG-context] startframedtext changed?

2007-01-26 Thread Hans van der Meer
Earlier this could be used to put some text centered on the line: \startframedtext[middle][frame=off,background=] \type{ABCDE}\crlf \type{ABCDE} \stopframedtext Now, the "middle" doesn't seem to have any effect, the contents is put to the left side of the printing area. H

Re: [NTG-context] Full justification within \startframedtext..\stopframedtext

2006-12-15 Thread Aditya Mahajan
On Fri, 15 Dec 2006, John R. Culleton wrote: > On Friday 15 December 2006 10:55, Aditya Mahajan wrote: > > On Fri, 15 Dec 2006, John R. Culleton wrote: > > > I want even margins within a textframe. How to do it? > > > > What do you mean by even margins? > > > > maybe > > > TeX normally sets a para

Re: [NTG-context] Full justification within \startframedtext..\stopframedtext

2006-12-15 Thread John R. Culleton
On Friday 15 December 2006 10:55, Aditya Mahajan wrote: > On Fri, 15 Dec 2006, John R. Culleton wrote: > > I want even margins within a textframe. How to do it? > > What do you mean by even margins? > > maybe > TeX normally sets a paragraph with full justification, which means that each line of te

Re: [NTG-context] Full justification within \startframedtext..\stopframedtext

2006-12-15 Thread Aditya Mahajan
On Fri, 15 Dec 2006, John R. Culleton wrote: > I want even margins within a textframe. How to do it? What do you mean by even margins? maybe \setupframedtexts[width=\textwidth] or \setupframedtexts[align=hanging] Aditya ___ ntg-context mailing lis

[NTG-context] Full justification within \startframedtext..\stopframedtext

2006-12-15 Thread John R. Culleton
I want even margins within a textframe. How to do it? -- John Culleton Able Indexing and Typesetting Precision typesetting (tm) at reasonable cost. Satisfaction guaranteed. http://wexfordpress.com ___ ntg-context mailing list ntg-context@ntg.nl http://