From 8d04f1887aa495abaaa0dffcbd84db69fafc3089 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 4 Mar 2017 00:33:42 -0800 Subject: [PATCH] Add hacks to make URLs more like web pages. --- doc/ref-manual/scheme.texinfo | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ref-manual/scheme.texinfo b/doc/ref-manual/scheme.texinfo index f46e8a40c..c66644013 100644 --- a/doc/ref-manual/scheme.texinfo +++ b/doc/ref-manual/scheme.texinfo @@ -61,6 +61,11 @@ Documentation License.'' @end ifnothtml @contents +@tex +\global\urefurlonlylinktrue +\global\def\urlcolor{0 0 1} % blue +@end tex + @ifnottex @node Top, Acknowledgements, (dir), (dir) @top MIT/GNU Scheme -- 2.25.1