Generated: August 29, 2005, 13:05:16 Copyright © 2005 , Kurt Nørmark The local LAML software home page

Reference Manual of String Make-up Facility

Kurt Nørmark © normark@cs.aau.dk Department of Computer Science Aalborg University Denmark

Source file: lib/string-make-up.scm

This small library contains a function which is able to make up a string, such that it obtains an approximate, maximum linelength. Lines which are indented one or more characters are NOT indented. The only function of external relevance is the function called rebreak-string.

This library requires the general library in order to work.

Alphabetic index:
linebreak-limit linebreak-limit The line length limit.
rebreak-string (rebreak-string str) Make up the string str, and return a variant of it which is rebroken to have a certain, approximate maximum linelength.

linebreak-limit
Form linebreak-limit
Description The line length limit. If a line exceeds linebreak-limit, break the line as soon as possible.
See also Scheme source file linebreak-limit

rebreak-string
Form (rebreak-string str)
Description Make up the string str, and return a variant of it which is rebroken to have a certain, approximate maximum linelength. Lines that start with one or more spaces are not rebroken. The line length is determined by the variable linebreak-limit.
See also Scheme source file rebreak-string

Generated: August 29, 2005, 13:05:16
Generated by LAML SchemeDoc using LAML Version 29.0 (August 29, 2005, full)