Command/thinrule
From ConTeXt wiki
< Command
\thinrule
Syntax
| \thinrule |
Description
\thinrules are very similar to \hairlines in that they provide means handle TeX's primitives \hrule and \vrule conveniently, or -- as the ConTeXt source puts it -- “free us from some specifications”.
The \thinrule command draws a rule on the current baseline, whereas an \hairline does exactly the same except that it creates a new paragraph for the rule alone. To the extent that the outcome of \hairline might depend on your paragraph settings and that they will always span the whole surrounding box horizontally, while \thinrules stay subordinate to the paragraph they occur inside.
Example
The following example demonstrates the behaviour of \thinrule as opposed to \hairline (MkII and MkIV).
\setupcombinations[style=\em] \starttext \startcombination[2*1] {\framed[width=5cm,align=left,frame=off]{% I have elsewhere explained, \hairline though it is a thing perhaps not yet well understood by all; that the very substance of things, consists in the power of acting and being acted upon. \hairline}} {Hairlines in action.} % {\framed[width=5cm,align=left,frame=off]{% I have elsewhere explained, \thinrule though it is a thing perhaps not yet well understood by all; that the very substance of things, consists in the power of acting and being acted upon. \thinrule}} {Thinrules in action.} \stopcombination \stoptext
See also
- \hairline for a rule on its own line
- \fillinline for a 'write your answer here' rule at the end of the current line
- \fillinrules for rules for multiple-line answers.
Help from ConTeXt-Mailinglist/Forum
All issues with: