Re: [NTG-context] \framed regression

2018-10-30 Thread Hans van der Meer
> 
> So, \offinterlineskip disables the interline skip completely? 

Indeed, it is just plain TeX. In order to inhibit the interline glue in front 
of the next line only, use \nointerlineskip.

dr. Hans van der Meer


> On 30 Oct 2018, at 14:08, Henning Hraban Ramm  wrote:
> 
> Am 2018-10-29 um 16:47 schrieb Herbert Voss :
> 
>> Am 29.10.18 um 16:13 schrieb Henning Hraban Ramm:
>> 
>>> But it doesn’t help with my labels.
>> 
>> you have a
>> 
>> \setupinterlinespace[2ex]
>> 
>> so \offinterlinespace has no real meaning here. Try it without and
>> 
>> \setupinterlinespace[0.1pt]
>> 
>>> And why did it work without \offinterlineskip before?
>> 
>> No idea ...
>> 
>> Herbert, hope that I understand your problem well
> 
> I already tried without \setupinterlinespace, no change.
> 
> Greetlings, Hraban
> ---
> https://www.fiee.net
> http://wiki.contextgarden.net
> https://www.dreiviertelhaus.de
> GPG Key ID 1C9B22FD
> 
> 
> ___
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \framed regression

2018-10-30 Thread Henning Hraban Ramm
Am 2018-10-29 um 16:47 schrieb Herbert Voss :

> Am 29.10.18 um 16:13 schrieb Henning Hraban Ramm:
> 
>> But it doesn’t help with my labels.
> 
> you have a
> 
> \setupinterlinespace[2ex]
> 
> so \offinterlinespace has no real meaning here. Try it without and
> 
> \setupinterlinespace[0.1pt]
> 
>> And why did it work without \offinterlineskip before?
> 
> No idea ...
> 
> Herbert, hope that I understand your problem well

So, \offinterlineskip disables the interline skip completely? Then I can’t use 
it where there’s text involved.

I already tried without \setupinterlinespace, no change.

Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \framed regression

2018-10-29 Thread Herbert Voss

Am 29.10.18 um 16:13 schrieb Henning Hraban Ramm:


But it doesn’t help with my labels.


you have a

\setupinterlinespace[2ex]

so \offinterlinespace has no real meaning here. Try it without and

\setupinterlinespace[0.1pt]


And why did it work without \offinterlineskip before?


No idea ...

Herbert, hope that I understand your problem well
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \framed regression

2018-10-29 Thread Henning Hraban Ramm
Am 2018-10-28 um 20:49 schrieb Herbert Voss :

> Am 28.10.18 um 20:37 schrieb Henning Hraban Ramm:
>> If I just typeset frames, they get 1pt of space inbetween:
>> \starttext
> 
> \offinterlineskip
> 
>> \dorecurse{20}{%
>>   %\vskip-1pt% to avoid space
>>   \framed[width=10cm,height=1cm]{\ConTeXt}%
>> }
>> \stoptext
> 
> Herbert

Thank you, that works in this case.

But it doesn’t help with my labels.

And why did it work without \offinterlineskip before?

See attachment - it’s right if the labels fit one page. At the moment I need a 
negative vskip of 5pt.

Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD


aufkleber.pdf
Description: Adobe PDF document


aufkleber.tex
Description: Binary data
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \framed regression

2018-10-28 Thread Herbert Voss

Am 28.10.18 um 20:37 schrieb Henning Hraban Ramm:

If I just typeset frames, they get 1pt of space inbetween:

\starttext


\offinterlineskip


\dorecurse{20}{%
   %\vskip-1pt% to avoid space
   \framed[width=10cm,height=1cm]{\ConTeXt}%
}
\stoptext


Herbert





I’m not quite sure if that shows the real problem and if that really was tight 
before.

With my tiny labels I had to \vskip-2.365mm to make them fit again.
There the font size was set to 7.5pt and the baselineskip to 2ex.
But these settings didn’t change the 1pt between frames.
The difference it probably due to the labels consisting of nested \frameds with 
images.

Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

Am 2018-10-28 um 20:01 schrieb Henning Hraban Ramm :


Ahoi,

there were a few strange changes in ConTeXt rendering since about since 
mid-August, probably all related to box handling.

I recognized \framed inserts some additional space when I re-typeset some 
sheets of labels that suddenly didn’t fit the labels any more.

Today my editor in chief asked me where the pagination of our magazine went to 
– I guess its footer box became too small, couldn’t investigate yet. He didn’t 
see that the type on the back is askew, probably also from the additional space 
around a \framed

Such sudden changes are really frustrating and might cost me a lot of money 
(the magazine is already printed and distributed).

I’ll try to come up with a MWE.


Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

Re: [NTG-context] \framed regression

2018-10-28 Thread Henning Hraban Ramm
If I just typeset frames, they get 1pt of space inbetween:

\starttext
\dorecurse{20}{%
  %\vskip-1pt% to avoid space
  \framed[width=10cm,height=1cm]{\ConTeXt}%
}
\stoptext

I’m not quite sure if that shows the real problem and if that really was tight 
before.

With my tiny labels I had to \vskip-2.365mm to make them fit again.
There the font size was set to 7.5pt and the baselineskip to 2ex.
But these settings didn’t change the 1pt between frames.
The difference it probably due to the labels consisting of nested \frameds with 
images.

Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

Am 2018-10-28 um 20:01 schrieb Henning Hraban Ramm :

> Ahoi,
> 
> there were a few strange changes in ConTeXt rendering since about since 
> mid-August, probably all related to box handling.
> 
> I recognized \framed inserts some additional space when I re-typeset some 
> sheets of labels that suddenly didn’t fit the labels any more.
> 
> Today my editor in chief asked me where the pagination of our magazine went 
> to – I guess its footer box became too small, couldn’t investigate yet. He 
> didn’t see that the type on the back is askew, probably also from the 
> additional space around a \framed
> 
> Such sudden changes are really frustrating and might cost me a lot of money 
> (the magazine is already printed and distributed).
> 
> I’ll try to come up with a MWE.
> 
> 
> Greetlings, Hraban
> ---
> https://www.fiee.net
> http://wiki.contextgarden.net
> https://www.dreiviertelhaus.de
> GPG Key ID 1C9B22FD
> 
> ___
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___

[NTG-context] \framed regression

2018-10-28 Thread Henning Hraban Ramm
Ahoi,

there were a few strange changes in ConTeXt rendering since about since 
mid-August, probably all related to box handling.

I recognized \framed inserts some additional space when I re-typeset some 
sheets of labels that suddenly didn’t fit the labels any more.

Today my editor in chief asked me where the pagination of our magazine went to 
– I guess its footer box became too small, couldn’t investigate yet. He didn’t 
see that the type on the back is askew, probably also from the additional space 
around a \framed

Such sudden changes are really frustrating and might cost me a lot of money 
(the magazine is already printed and distributed).

I’ll try to come up with a MWE.


Greetlings, Hraban
---
https://www.fiee.net
http://wiki.contextgarden.net
https://www.dreiviertelhaus.de
GPG Key ID 1C9B22FD

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___