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 |
(linebreak [:ident] [:class] num ) |
:ident | html latex | The node identifier. |
:class | html latex | The node class. |
num | The number of line breaks. |
paragraph table |