summaryrefslogtreecommitdiff
path: root/doc/macros.texi
blob: 4b235db0f4806651480559f55fbb9f340db00f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@macro img{FILE, ALIGN}
@ifhtml
@html
<img src="img/\FILE\.png" class="float\ALIGN\"/>
@end html
@end ifhtml
@end macro

@macro imgc{FILE}
@ifhtml
@html
<img src="img/\FILE\.png"/>
@end html
@end ifhtml
@end macro