summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-using.texi
diff options
context:
space:
mode:
authorBrian Gough <bjg@gnu.org>2009-12-09 18:04:42 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2009-12-17 23:17:59 +0000
commite163dd343b17120f342b597fe03efa854ad34566 (patch)
tree48471b8fb9d3f478713246d58ee450705f33f632 /doc/ref/scheme-using.texi
parente03d96363fc4c68b74f6a0da584d95a889f8d9a0 (diff)
downloadguile-e163dd343b17120f342b597fe03efa854ad34566.tar.gz
replace ascii figures with scalable ps/pdf versions.
use ascii figures in HTML output, to work around deficiency in makeinfo where images are not copied to target directory.
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r--doc/ref/scheme-using.texi40
1 files changed, 12 insertions, 28 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
index a8a2568e3..2e0a68ff9 100644
--- a/doc/ref/scheme-using.texi
+++ b/doc/ref/scheme-using.texi
@@ -371,19 +371,14 @@ to each other, with the arrows indicating ``builds on'' or
``extends''. For example, the Quack library builds on cmuscheme,
which in turn builds on the standard scheme mode.
+@iftex
+@center @image{scheme,5in}
+@end iftex
+@ifnottex
@example
- scheme
- ^
- |
- .-----+-----.
- | |
- cmuscheme xscheme
- ^
- |
- .-----+-----.
- | |
- Quack GDS
+@verbatiminclude scheme.txt
@end example
+@end ifnottex
@dfn{scheme}, written by Bill Rozas and Dave Love, is Emacs's standard
mode for Scheme code files. It provides Scheme-sensitive syntax
@@ -550,25 +545,14 @@ program that wants to use GDS in any way.
The following diagram shows how these components are connected to each
other.
+@iftex
+@center @image{gds,5in}
+@end iftex
+@ifnottex
@example
-+----------------+
-| Program #1 |
-| |
-| +------------+ |
-| | GDS Client |-_
-| +------------+ |-_ +-------------------+
-+----------------+ -_TCP | Emacs |
- -_ | |
- -_+------------+ | +---------------+ |
- _| GDS Server |-----| GDS Interface | |
-+----------------+ _- +------------+ | +---------------+ |
-| Program #2 | _- +-------------------+
-| | _- TCP
-| +------------+ _-
-| | GDS Client |-|
-| +------------+ |
-+----------------+
+@verbatiminclude gds.txt
@end example
+@end ifnottex
@cindex TCP, use of
The data exchanged between client and server components, and between