Make do with a single connection
[geiser.git] / doc / macros.texi
blob4b235db0f4806651480559f55fbb9f340db00f4f
1 @macro img{FILE, ALIGN}
2 @ifhtml
3 @html
4 <img src="img/\FILE\.png" class="float\ALIGN\"/>
5 @end html
6 @end ifhtml
7 @end macro
9 @macro imgc{FILE}
10 @ifhtml
11 @html
12 <img src="img/\FILE\.png"/>
13 @end html
14 @end ifhtml
15 @end macro