Difference between revisions of "Command/setuptextrules"

From Wiki
Jump to navigation Jump to search
m (Added link to command reference for \setuptextrule.)
m (Text replace - "Reference/en|" to "Commands|")
Line 145: Line 145:
 
<!-- something like [[cmd:goto|\goto]] -->
 
<!-- something like [[cmd:goto|\goto]] -->
  
[[Category:Reference/en|setuptextrules]]
+
[[Category:Commands|setuptextrules]]

Revision as of 00:45, 14 March 2012

\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