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 The resulting pdf is attached. Thank you for your help, Mari
Mari Voipio mailto:mari.voipio@iki.fi 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 Wolfgang
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
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
Wolfgang
___________________________________________________________________________________ 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Mari Voipio
-
Wolfgang Schuster