Difference between revisions of "Command/setuptextrules"

From Wiki
Jump to navigation Jump to search
m (Text replace - "ConTeXt-Forum " to "Help from ConTeXt-Forum ")
 
(5 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] (autogenerated) ==
 +
<syntax>setuptextrules</syntax>
  
 
== [[Help:Reference|Syntax]] ==
 
== [[Help:Reference|Syntax]] ==
Line 61: Line 64:
 
</texcode>
 
</texcode>
  
Those two ‘disguises’ are [[cmd:textrule|<tt>\textrule</tt>]] and the
+
Those two ‘disguises’ are {{cmd|textrule}} and the
[[cmd:starttextrule|<tt>\starttextrule</tt>]] environment.
+
{{cmd|starttextrule}} environment.
The command [[cmd:setuptextrules|<tt>\setuptextrules</tt>]] is dedicated to controlling the
+
The command {{cmd|setuptextrules}} is dedicated to controlling the
 
behaviour of these.
 
behaviour of these.
  
Line 143: Line 146:
  
 
== See also ==
 
== See also ==
<!-- something like [[cmd:goto|\goto]] -->
+
<!-- something like {{cmd|goto}} -->
  
== Help from ConTeXt-Forum ==
+
== Help from ConTeXt-Mailinglist/Forum ==
 +
All issues with:
 
{{Forum|{{SUBPAGENAME}}}}
 
{{Forum|{{SUBPAGENAME}}}}
  
[[Category:Commands|setuptextrules]]
+
[[Category:Command/Rules|setuptextrules]]

Latest revision as of 18:28, 19 November 2019

\setuptextrules

Syntax (autogenerated)

\setuptextrules[...=...,...]
beforecommand
aftercommand
inbetweencommand
rulethicknessdimension
locationleft inmargin
stylestyle command
colorcolor
rulecolorcolor
widthdimension
heightdimension
distancedimension
depthcorrectionon off
bodyfontsee \setupbodyfont


Syntax

\setuptextrules[...,...=...,...]
location left inmargin
before command
after command
inbetween command
width dimension
distance dimension
bodyfont 5pt ... 12pt small big
color name
style normal bold slanted boldslanted type cap small... command
rulecolor name


Description

From the source:

%D Putting rules before and after a paragraph is very space
%D sensitive, but the next command handles that quite well. It
%D comes in two disguises:

Those two ‘disguises’ are \textrule and the \starttextrule environment. The command \setuptextrules is dedicated to controlling the behaviour of these.

Example

\enableregime[utf]
\setupcolors[state=start]
\setupcolor[hex]
\definecolor[telekommagenta][h=E20074] % RAL 4010

\unexpanded\def\example#1{%
\subject{#1}
\starttextrule{Albatross!}
\starttabulate[|l|l|]
\NC{\em A} \NC What flavour is it?  \NC\NR
\NC{\em B} \NC It’s a bird, isn’t it? It's a bloody sea bird. It’s not any bloody flavour. Albatross! \NC\NR
\NC {\em A} \NC Do you get wafers with it? \NC\NR
\NC {\em B} \NC Of course you don’t get bloody wafers with it. Albatross!\NC\NR
\stoptabulate
\stoptextrule
}

\setupbodyfont[9pt]
\starttext
{\setuptextrules[location=left]
 \example{Location: Left}}

{\setuptextrules[location=inmargin]
 \example{Location: In Margin}}

{\setuptextrules[bodyfont=small,style=italic]
 \example{Small Bodyfont, Italic Text}}

{\setuptextrules[color=telekommagenta,rulecolor=red:2]
 \example{Colored Rule and Text}}

{\setuptextrules[distance=5em]
 \example{Wide Distance Between Text And Rule}}
\stoptext

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: