summaryrefslogtreecommitdiff
path: root/doc/macros.texi
blob: 18d1a1e58b8a34cb9b30165737add7c5cfe59176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@set VERSION 0.1

@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