insertion-break Full Description |
|
Syntaxinsertion-break string condition? Purpose Used to break data content regardless of the character following the break point. The string contains the text to be inserted to break the line. The string can contain only static text (that is, it may not contain any dynamic format items such as "%d" that cannot be evaluated by the OmniMark compiler). When a long line is encountered, OmniMark can insert the string specified in the applicable Often, the end-of-line sequence is preceded by an indication that the line break results from the line-length limitation. In such cases, the line break may not occur at a word boundary. The form of this indication, of course, depends on the program that will process the resulting file. For example, the TeX formatter uses a final percent sign on the line to indicate that the line-end is not important. An OmniMark program that prepared TeX source files might include the following declaration:
insertion-break "%%%n" If there is more than one The condition on an
When there are no applicable |