summaryrefslogtreecommitdiff
path: root/doc/macros.texi
blob: 3b59194fdb68f6abd3e0773f0a5b3ec588133fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@set VERSION 0.1.1
@set STABLE_VERSION 0.1
@set DOWN_BASE http://download.savannah.nongnu.org/releases/geiser

@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

@macro downfile{FILE, CAPT}
@uref{@value{DOWN_BASE}/@value{STABLE_VERSION}/\FILE\, \CAPT\}
@end macro