summaryrefslogtreecommitdiff
path: root/doc/macros.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/macros.texi')
-rw-r--r--doc/macros.texi41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/macros.texi b/doc/macros.texi
deleted file mode 100644
index 974bce9..0000000
--- a/doc/macros.texi
+++ /dev/null
@@ -1,41 +0,0 @@
-@set VERSION 0.13
-@set VERSION_NICK
-@set RELEASE_DATE April 2021
-@set EMACS_VERSION 24.4
-
-@macro altr{LINK, TXT, TLINK, TRAIL}
-@ifhtml
-@ref{\LINK\,,\TXT\}\TRAIL\
-@end ifhtml
-@ifinfo
-@pxref{\LINK\,\TXT\}\TRAIL\
-@end ifinfo
-@iftex
-@ref{\TLINK\}\TRAIL\
-@end iftex
-@ifdocbook
-@ref{\TLINK\}\TRAIL\
-@end ifdocbook
-@end macro
-
-@macro img{FILE, ALIGN}
-@ifhtml
-@html
-<img src="img/\FILE\.png" class="float\ALIGN\"/>
-@end html
-@end ifhtml
-@ifdocbook
-@image{img/\FILE\,,,,.png}
-@end ifdocbook
-@end macro
-
-@macro imgc{FILE}
-@ifhtml
-@html
-<img src="img/\FILE\.png"/>
-@end html
-@end ifhtml
-@ifdocbook
-@image{img/\FILE\,,,,.png}
-@end ifdocbook
-@end macro