summaryrefslogtreecommitdiff
path: root/doc/macros.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-27 01:43:32 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-06-27 01:43:32 +0200
commit14c436f5f8d73fe80da40eda382c7a76aacb3ef1 (patch)
treeaea636fb12bd0f56f08e96a71aad159f671b796e /doc/macros.texi
parent96ed8b7a404e3caafda5f08e8e54201819a871a5 (diff)
downloadgeiser-14c436f5f8d73fe80da40eda382c7a76aacb3ef1.tar.gz
geiser-14c436f5f8d73fe80da40eda382c7a76aacb3ef1.tar.bz2
A new tutorial bit
Diffstat (limited to 'doc/macros.texi')
-rw-r--r--doc/macros.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/macros.texi b/doc/macros.texi
new file mode 100644
index 0000000..cd3507a
--- /dev/null
+++ b/doc/macros.texi
@@ -0,0 +1,12 @@
+
+@macro img{FILE, ALIGN}
+@ifhtml
+@html
+<img src="img/\FILE\.png" class="float\ALIGN\"/>
+@end html
+@end ifhtml
+@ifnothtml
+@image{img/\FILE\}
+@end ifnothtml
+@end macro
+