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 | eab369930516ece1d40658b891f4629d6f9ed8ac (patch) | |
tree | 155d5a500a716db809712195457165c0c4826640 /doc/macros.texi | |
parent | 58ab7aec6417e4410c0b5f886b16c8f49168fa7c (diff) | |
download | geiser-guile-eab369930516ece1d40658b891f4629d6f9ed8ac.tar.gz geiser-guile-eab369930516ece1d40658b891f4629d6f9ed8ac.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 + |