diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-03 19:17:12 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-03 19:17:12 +0300 |
commit | 9f334bb0665200534c672a89eef358a66da092cd (patch) | |
tree | 344817aa793c18c3f5f9e021685011d216731db0 /doc | |
parent | d6aaaab12d9e44dba4b0833efc879d2792712f0f (diff) | |
download | sciteco-9f334bb0665200534c672a89eef358a66da092cd.tar.gz |
tutorial: fixed excess space after example display blocks in some versions of Groff
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tutorial.ms.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorial.ms.in b/doc/tutorial.ms.in index e500aa8..acbf9ac 100644 --- a/doc/tutorial.ms.in +++ b/doc/tutorial.ms.in @@ -29,6 +29,12 @@ .\} . .nr DI 4n \" 4 char indentation for code samples +.nr DD 1v +.nr PD 1v +.\" fixes excess space under examples in some Groff versions +.am DE +. ns +.. . .\" The entire document is monospaced as users are supposed to .\" navigate through it and perhaps even modify it inplace. |