diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-28 00:42:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-28 00:42:22 +0200 |
commit | f6dcfcdef26c96af6896644d125f15a13f484c51 (patch) | |
tree | b55fa950a3ba02480997af904b81d7cda02bcaec /doc/info/macros.texinfo | |
parent | A4 is not the best papersize of a book, smallbook is a little better (diff) | |
download | mds-f6dcfcdef26c96af6896644d125f15a13f484c51.tar.gz mds-f6dcfcdef26c96af6896644d125f15a13f484c51.tar.bz2 mds-f6dcfcdef26c96af6896644d125f15a13f484c51.tar.xz |
m misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info/macros.texinfo')
-rw-r--r-- | doc/info/macros.texinfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/info/macros.texinfo b/doc/info/macros.texinfo new file mode 100644 index 0000000..e03f8eb --- /dev/null +++ b/doc/info/macros.texinfo @@ -0,0 +1,9 @@ +@macro e{a} +@iftex +(@email{\a\}) +@end iftex +@ifnottex +@email{\a\} +@end ifnottex +@end macro + |