Skip to content

Instantly share code, notes, and snippets.

@torus
Created September 8, 2009 07:40
Show Gist options
  • Save torus/182774 to your computer and use it in GitHub Desktop.
Save torus/182774 to your computer and use it in GitHub Desktop.
diff --git a/document/Makefile b/document/Makefile
index 2635a43..b9618a8 100644
--- a/document/Makefile
+++ b/document/Makefile
@@ -2,7 +2,8 @@ LATEX = latex
# LATEX = pdflatex
BIBTEX = bibtex
MAKEINDEX = makeindex
-SCHEME = scheme48 -a batch
+SCHEME = gosh
+# SCHEME = scheme48 -a batch
MZSCHEME = mzscheme
# use the one from tex2page distro, *not* the one included with PLT Scheme
TEX2PAGE = tex2page
diff --git a/document/r6rs.tex b/document/r6rs.tex
index 12931bd..e177aac 100644
--- a/document/r6rs.tex
+++ b/document/r6rs.tex
@@ -1,6 +1,6 @@
-\documentclass[twoside,twocolumn]{algol60}
-%\documentclass[twoside]{algol60}
-
+\documentclass[b5paper]{report}
+%% \documentclass[twoside,twocolumn]{algol60}
+%% \documentclass[twoside]{algol60}
\pagestyle{headings}
\showboxdepth=0
@@ -107,7 +107,7 @@ necessary.
\chapter*{Contents}
\addvspace{3.5pt} % don't shrink this gap
-\renewcommand{\tocshrink}{-4.0pt} % value determined experimentally
+\newcommand{\tocshrink}{-4.0pt} % value determined experimentally
{
\tableofcontents
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment