diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-12-12 18:43:18 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-12-12 18:43:18 +0100 |
commit | c03afc2a7f647b8d8bcad6e5013058349bdd8f5d (patch) | |
tree | f5af509f663a15f2a6b59cf4a4a389c582a9eaf7 /mn.tmac | |
download | suplement-sprawnosci-c03afc2a7f647b8d8bcad6e5013058349bdd8f5d.tar.gz suplement-sprawnosci-c03afc2a7f647b8d8bcad6e5013058349bdd8f5d.zip |
Init
Diffstat (limited to 'mn.tmac')
-rw-r--r-- | mn.tmac | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/mn.tmac b/mn.tmac new file mode 100644 index 0000000..572d3cb --- /dev/null +++ b/mn.tmac @@ -0,0 +1,37 @@ +.\" Macros for documents +.\"so tmac.post +.so /home/pn/.local/src/neatroff_make/tmac/tmac.post + +.de fontmargin +.nr mn_margin \\$1 +.vs \\n[.ps]+\\n[mn_margin] +.. +.de fontsize +.ps \\$1 +.nr mn_pointsize \\n[.ps] +.vs \\n[.ps]+\\n[mn_margin] +.. +.de rps +.\" Relative Point Size +.ps \\$1 +.vs \\$1 +.. + +.de title +.post.title "\\$1" +.ds mn_title \\$1 +.rps +10 +\fB\\*[mn_title]\fR +.br +.rps +.. + +.de author +.post.author "\\$1" +.ds mn_author \\$1 +\\*[mn_author] +.br +.. + +.ps 16 +.vs 18 |