summaryrefslogtreecommitdiff
path: root/doc/macros.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/macros.texi')
-rw-r--r--doc/macros.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/macros.texi b/doc/macros.texi
index f4fe8c9..e5606c0 100644
--- a/doc/macros.texi
+++ b/doc/macros.texi
@@ -48,6 +48,9 @@
@iftex
@ref{\TLINK\}\TRAIL\
@end iftex
+@ifdocbook
+@ref{\TLINK\}\TRAIL\
+@end ifdocbook
@end macro
@macro img{FILE, ALIGN}
@@ -56,6 +59,9 @@
<img src="img/\FILE\.png" class="float\ALIGN\"/>
@end html
@end ifhtml
+@ifdocbook
+@image{img/\FILE\,,,,.png}
+@end ifdocbook
@end macro
@macro imgc{FILE}
@@ -64,4 +70,7 @@
<img src="img/\FILE\.png"/>
@end html
@end ifhtml
+@ifdocbook
+@image{img/\FILE\,,,,.png}
+@end ifdocbook
@end macro