summaryrefslogtreecommitdiff
path: root/doc/macros.texi
blob: cd3507a61f45ce4834e0814dbe668bee5ac1df4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12

@macro img{FILE, ALIGN}
@ifhtml
@html
<img src="img/\FILE\.png" class="float\ALIGN\"/>
@end html
@end ifhtml
@ifnothtml
@image{img/\FILE\}
@end ifnothtml
@end macro