By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.08; (* of center.p 1994 April 15}
(* begin module describe.center *)
(*
name
center: center text lines
synopsis
center(input: in, centerp: in, output: out)
files
input: A text file to be centered
centerp: one integer: location of the center in characters
output: The centered text file
description
The program reads lines of text and outputs them centered around whatever
point requested. If the text is too long, it is left alone.
examples
with centering at 10,
these lines
of
text
will become:
these lines
of
text
will become:
documentation
see also
author
Thomas Dana Schneider
bugs
The longest possible line is defined by constant maxstring.
technical notes
*)
(* end module describe.center *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}