Is there any wordprocessor in unix
Chris Kern
ck at voa3.UUCP
Sat Jul 8 11:01:33 AEST 1989
In article <10507 at smoke.BRL.MIL> gwyn at brl.arpa (Doug Gwyn) writes:
>
> . . . the (fairly) "standard" UNIX formatting facilities
>rely on embedded formatter commands (which can be edited with a standard
>system text editor), with formatting performed separately to map the
>common formatter input text file onto a variety of different output
>media without requiring any changes in the input file to accommodate
>output device characteristics, something WYSIWYG formatters cannot do.
If WYSIWYG ("what you see is what you get") word-processing software
is sensibly designed, it should not be necessary to alter the input file
to accommodate different output devices. The word processor can emit
an intermediate object file in a page description language. Then it
becomes the responsibility of the program that drives the output device
to crack the format of the intermediate file.
This approach may add some overhead, but it has compensating advantages.
Word processors, or other programs that prepare files that are intended
to be printed, need only know how to produce one object file format,
regardless of the variety of available printers. Printers (or the software
that drives them) need only understand a single input format, no matter how
many different programs are used to prepare input files.
--
Chris Kern Voice of America, Washington, D.C.
...uunet!voa3!ck 202-485-7020
More information about the Comp.unix.questions
mailing list