diff options
Diffstat (limited to 'gnu/packages/lout.scm')
-rw-r--r-- | gnu/packages/lout.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lout.scm b/gnu/packages/lout.scm index 1121f1674b..f6715c88d6 100644 --- a/gnu/packages/lout.scm +++ b/gnu/packages/lout.scm @@ -106,9 +106,9 @@ 'install 'install-doc ,doc-phase %standard-phases))))) - (synopsis "Lout, a document layout system similar in style to LaTeX") + (synopsis "Document layout system") (description -"The Lout document formatting system is now reads a high-level description of +"The Lout document formatting system reads a high-level description of a document similar in style to LaTeX and produces a PostScript or plain text output file. |