Commit Graph

1 Commits (918e1e9d4ec2df4eb0536ace871288d8a6af124d)

Author SHA1 Message Date
Alona EM 918e1e9d4e Add modified r7rs
Taken from
https://small.r7rs.org/attachment/r7rs-small-spec.zip

Modified with
diff --git a/r7rs.tex b/r7rs.tex
index d009a46..0f3e47f 100644
--- a/r7rs.tex
+++ b/r7rs.tex
@@ -35,6 +35,13 @@
%% End of sizes and dimensions

\usepackage{hyperref}
+\usepackage{xcolor}
+\hypersetup{
+    colorlinks,
+    linkcolor={red!50!black},
+    citecolor={blue!50!black},
+    urlcolor={blue!80!black}
+}
%% \usepackage{supertabular}

\begin{document}
2022-12-04 14:19:06 +00:00