10 Commits (trunk)
 

Author SHA1 Message Date
Alona Enraght-Moony f22fc66e31 Essentials of compilation 6 months ago
Nixon Enraght-Moony 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}
10 months ago
Nixon Enraght-Moony cfedcfdd5a New Paper (Long Lost) 10 months ago
Nixon Enraght-Moony db4db7398e Fix name 10 months ago
Nixon Enraght-Moony 308f06d362 String Distances 10 months ago
Nixon Enraght-Moony bdaaccb7a4 tex literate 1 year ago
Nixon Enraght-Moony 9ee6d9bced Inria SSA Book 1 year ago
Nixon Enraght-Moony 4e5c1c2e40 Add SML97
https://github.com/SMLFamily/The-Definition-of-Standard-ML-Revised
 c4212f434cafd06669171619f7d332341a5b31f3

diff --git a/root.tex b/root.tex
index 704079e..0d11339 100644
--- a/root.tex
+++ b/root.tex
@@ -2,13 +2,25 @@
%\documentclass[12pt,twoside]{article}
%\usepackage{a4}
\documentclass[12pt]{article}
+\def\MakeUppercaseUnsupportedInPdfStrings{\scshape} %
https://tex.stackexchange.com/a/598876/263647
\title{The Definition of ML\thanks{This document is derived from
Milner, Tofte and Harper: ``The Definition of Standard ML'', MIT
Press, 1990.}}
\author{Mads Tofte (ed.)}
\date{\today}
%\includeonly{mac,syncor}
+\usepackage{hyperref}
+\usepackage{color}
+\usepackage{color}   %May be necessary if you want to color
links
+\usepackage{hyperref}
+\hypersetup{
+    colorlinks=true, %set true if you want colored links
+    linktoc=all,     %set to all if you want both sections and
subsections linked
+    linkcolor=blue,  %choose some color if you want links
to stand out
+}
+
\include{mac} % macros
+
\usepackage{makeidx}
% Disable index printing
% \makeindex
1 year ago
Nixon Enraght-Moony c5a1d40c7c Add small c paper 1 year ago
Nixon Enraght-Moony 261f6d4938 Lambda papers 2 years ago