diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-17 21:07:22 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-17 21:07:22 +0200 |
commit | d94ad4fa110662b6d6f3b72f47173830864f46df (patch) | |
tree | 0b422cf783f210dfbd730da453dc39124ea3b0cd /example.mg | |
parent | 8ac38f574a96c57615e1047d033ad5b6d38d37f9 (diff) | |
download | mk-d94ad4fa110662b6d6f3b72f47173830864f46df.tar.gz |
Improve
Diffstat (limited to 'example.mg')
-rw-r--r-- | example.mg | 29 |
1 files changed, 23 insertions, 6 deletions
@@ -1,21 +1,38 @@ .so g.tmac -.t 2 -.x mg , +.t +.x Mg , a simple macro package for troff .n John Ankarström .d .p -.e mg -is a simple macro package for troff. +.i Mg +is a simple macro package for troff with the following features: +.p +1. It is designed to be easy to understand and to customize by editing the source code. +.p +2. It makes use of the extended support for environments 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. +3. +It is designed to be practically easy to use. +Macros +are consistently one letter long and written in lowercase. +.p +While +.i mg +does provide macros for many common tasks, +including footnotes, +it is at the end of the day an idiosyncratic macro package, +written to serve the author's personal needs. +Users of +.i mg +are encouraged to modify the source code +according to their own needs. .p Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |