Line breaks and horizontal rules enable text cutting.
The Skribe function linebreak
is unportable. Even if
most engines handle it for their code production, using linebreak
generally produces expected result. For instance, using linebreak
with an engine producing LaTeX code is bound to fail. In consequence,
as much as possible, one should prefer other ways for splitting a text
prototype |
(hrule [:ident] [:class] [:width 100.0 ] [:height 1 ]) |
ident | html latex xml | The node identifier. |
class | html latex xml | The node class. |
width | html | The width of the horizontal rule. |
height | html | The thickness of the rule. A positive integer
value stands for a number of pixels. |