summaryrefslogtreecommitdiff
path: root/office/lout/README
diff options
context:
space:
mode:
authorZhu Qun-Ying <zhu.qunying@gmail.com>2013-10-20 10:54:37 +0200
committerMatteo Bernardini <ponce@slackbuilds.org>2013-10-20 10:54:37 +0200
commit17ce76a8595f7a7f7a0eb3d77cf0c38dd63e0373 (patch)
treec0282467bc2633f4c10a57a328c2d257aa678b43 /office/lout/README
parentbda478a10abde3147d2bf74d2ae3bf875606e389 (diff)
downloadslackbuilds-17ce76a8595f7a7f7a0eb3d77cf0c38dd63e0373.tar.gz
office/lout: Added (document formatting system).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'office/lout/README')
-rw-r--r--office/lout/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/office/lout/README b/office/lout/README
new file mode 100644
index 0000000000..fde8727d7a
--- /dev/null
+++ b/office/lout/README
@@ -0,0 +1,22 @@
+Lout - a document formatting system
+
+Lout is a document formatting system designed and implemented by
+Jeffrey Kingston at the Basser Department of Computer Science,
+University of Sydney, Australia.
+
+The system reads a high-level description of a document similar in
+style to LaTeX and produces a PostScript file which can be printed
+on most laser printers and graphic display devices. A plain text
+output option is available, as is a highly experimental PDF output
+mode (users are encouraged to generate PostScript, then convert to
+PDF using GhostScript instead.)
+
+Lout is inherently multilingual. Adding new languages is easy. The
+following languages are currently supported (in alphabetical order):
+Czech, Danish, Dutch, English, Finnish, French, German, Hungarian,
+Italian, Norwegian, Polish, Portuguese, Russian, Slovenian, Spanish,
+Swedish.
+
+The Lout language, in which most document typesetting and layout
+tasks are implemented, is a purely functional language, which
+simplifies reasoning about the operations performed.