Difference between revisions of "Command/setuptextrules"

From Wiki
Jump to navigation Jump to search
(→‎Description: description based on the source)
m (Added link to command reference for \setuptextrule.)
Line 63: Line 63:
 
Those two ‘disguises’ are [[cmd:textrule|<tt>\textrule</tt>]] and the
 
Those two ‘disguises’ are [[cmd:textrule|<tt>\textrule</tt>]] and the
 
[[cmd:starttextrule|<tt>\starttextrule</tt>]] environment.
 
[[cmd:starttextrule|<tt>\starttextrule</tt>]] environment.
The command <tt>\setuptextrules</tt> is dedicated to controlling the
+
The command [[cmd:setuptextrules|<tt>\setuptextrules</tt>]] is dedicated to controlling the
 
behaviour of these.
 
behaviour of these.
  

Revision as of 07:36, 27 September 2010

\setuptextrules

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