On 3/31/2016 8:19 AM, Mari Voipio wrote:
Darn, a bug. Thank you, Wolfgang. I figured out a workaround that's ok for now, but of course I hope that in the long run this gets fixed.
Mari
On Tue, Mar 29, 2016 at 7:09 PM, Wolfgang Schuster
wrote: Mari Voipio 29. März 2016 um 14:13 Hello,
after I updated to about newest ConTeXt, I found out that \fillinrules doesn't work any more as expected, i.e. instead of filling the rest of the first line, the rule now starts on the second line, below the text that precedes \fillinrules. This doesn't match the behaviour indicated in http://wiki.contextgarden.net/Command/fillinrules . Is this a bug or should I change something in my code? Now I have
\setupfillinrules [n=1, %one rule per command \fillinrules width=broad] %leaves some space between the text and the line
\starttext
\fillinrules{Refractometer serial no:} \fillinrules{Customer:} \fillinrules{Address:} \fillinrules{Fax:} \fillinrules{Email:} \fillinrules{Sample description:} \fillinrules{Solvent (water/other):} \fillinrules{Laboratory method:} \fillinrules{Date:} \fillinrules{Data collected by:}
\stoptext
It’s a \thinrules bug which inserts a line break when you have only a single line.
\starttext
Left \thinrules[n=1] Right
\blank
Left \thinrules[n=2] Right
\blank
Left \thinrules[n=3] Right
\stoptext
fixed in next beta -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------