Fix for geiser-edit-module
[geiser.git] / doc / macros.texi
blob712370a280e8702beaca9531fadc91b84ccdfe2c
1 @macro repl{}
2 @acronym{REPL}
3 @end macro
5 @macro img{FILE, ALIGN}
6 @ifhtml
7 @html
8 <img src="img/\FILE\.png" class="float\ALIGN\"/>
9 @end html
10 @end ifhtml
11 @end macro
13 @macro imgc{FILE}
14 @ifhtml
15 @html
16 <img src="img/\FILE\.png"/>
17 @end html
18 @end ifhtml
19 @end macro