diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2021-04-04 05:03:17 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-04 05:09:55 +0100 |
commit | ce0a0c4043070c6bfb7fe96b31e2501e4f2adb03 (patch) | |
tree | 69a6fb96228640148850e11e3e3a7e646fb7dd5f /doc/geiser.texi | |
parent | 330a3ff8ef0a82e86fec0edcee72f20589d3d889 (diff) | |
download | geiser-ce0a0c4043070c6bfb7fe96b31e2501e4f2adb03.tar.gz geiser-ce0a0c4043070c6bfb7fe96b31e2501e4f2adb03.tar.bz2 |
macros.texi removed
Diffstat (limited to 'doc/geiser.texi')
-rw-r--r-- | doc/geiser.texi | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/doc/geiser.texi b/doc/geiser.texi index 74525be..0f6c3aa 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -4,7 +4,55 @@ @settitle Geiser User Manual @c %**end of header -@include macros.texi +@set VERSION 0.13 +@set VERSION_NICK +@set RELEASE_DATE April 2021 +@set EMACS_VERSION 24.4 +@set GITLAB https://gitlab.com/emacs-geiser/ + +@macro supimpl{NAME,URL,VERS,NM} +@item +@uref{\VERS\, \NAME\} \VERS\ or better, via @uref{@value{GITLAB}\NM\, geiser-\NM\} +@end macro + +@macro altr{LINK, TXT, TLINK, TRAIL} +@ifhtml +@ref{\LINK\,,\TXT\}\TRAIL\ +@end ifhtml +@ifinfo +@pxref{\LINK\,\TXT\}\TRAIL\ +@end ifinfo +@iftex +@ref{\TLINK\}\TRAIL\ +@end iftex +@ifdocbook +@ref{\TLINK\}\TRAIL\ +@end ifdocbook +@end macro + +@macro img{FILE, ALIGN} +@ifhtml +@html +<img src="img/\FILE\.png" class="float\ALIGN\"/> +@end html +@end ifhtml +@ifdocbook +@image{img/\FILE\,,,,.png} +@end ifdocbook +@end macro + +@macro imgc{FILE} +@ifhtml +@html +<img src="img/\FILE\.png"/> +@end html +@end ifhtml +@ifdocbook +@image{img/\FILE\,,,,.png} +@end ifdocbook +@end macro + + @copying This manual documents Geiser, an Emacs environment to hack in Scheme. |