Doc nit
[geiser.git] / doc / macros.texi
blob9e1646ba26e86914061447ff7de9e67a134f0525
1 @set VERSION 0.1.1
2 @set STABLE_VERSION 0.1
3 @set DOWN_BASE http://download.savannah.nongnu.org/releases/geiser
4 @set TARBALL geiser-@value{STABLE_VERSION}.tar.gz
6 @macro img{FILE, ALIGN}
7 @ifhtml
8 @html
9 <img src="img/\FILE\.png" class="float\ALIGN\"/>
10 @end html
11 @end ifhtml
12 @end macro
14 @macro imgc{FILE}
15 @ifhtml
16 @html
17 <img src="img/\FILE\.png"/>
18 @end html
19 @end ifhtml
20 @end macro
22 @macro downfile{FILE, CAPT}
23 @uref{@value{DOWN_BASE}/@value{STABLE_VERSION}/\FILE\, \CAPT\}
24 @end macro