diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-27 01:43:32 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-27 01:43:32 +0200 |
commit | 14c436f5f8d73fe80da40eda382c7a76aacb3ef1 (patch) | |
tree | aea636fb12bd0f56f08e96a71aad159f671b796e /doc/macros.texi | |
parent | 96ed8b7a404e3caafda5f08e8e54201819a871a5 (diff) | |
download | geiser-14c436f5f8d73fe80da40eda382c7a76aacb3ef1.tar.gz geiser-14c436f5f8d73fe80da40eda382c7a76aacb3ef1.tar.bz2 |
A new tutorial bit
Diffstat (limited to 'doc/macros.texi')
-rw-r--r-- | doc/macros.texi | 12 |
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 + |