diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-17 18:33:18 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-17 18:33:18 +0200 |
commit | 85343762e6e382cd0b746893ac03275cd4d791ad (patch) | |
tree | 37484f430b2b43ddb11f4d6dba11101daf726b91 /example.mg | |
parent | 01f5e05d2519945a337db76557a81c38842c1f09 (diff) | |
download | mk-85343762e6e382cd0b746893ac03275cd4d791ad.tar.gz |
Rework initialization
Diffstat (limited to 'example.mg')
-rw-r--r-- | example.mg | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,8 +8,14 @@ John Ankarström .p .e mg is a simple macro package for troff. +It is designed to be easy to understand and to customize +by editing the source code. It makes use of the extended support for environments -offered by many modern troff implementations. +offered by many modern troff implementations +(but it can be made compatible with the original troff if need be). +.p +It is also designed to be practically easy to use. +Macros are consistently one letter long and written in lowercase. .p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |