From d8a7c98080292ca41666a6b392339251dd6263ab Mon Sep 17 00:00:00 2001 From: tailor Date: Wed, 17 Sep 2008 00:22:30 +0200 Subject: [PATCH] forgotten \inputs uncommented --- clqr.tex | 24 ++++++++++++------------ color-current.tex | 10 +++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/clqr.tex b/clqr.tex index acce51b..ddd64a9 100644 --- a/clqr.tex +++ b/clqr.tex @@ -467,22 +467,22 @@ \input{clqr-typographic-conventions} \clearpage -%\input{clqr-numbers} -%\input{clqr-characters} -%\input{clqr-strings} -%\input{clqr-conses} -%\input{clqr-arrays} -%\input{clqr-sequences} -%\input{clqr-hash-tables} +\input{clqr-numbers} +\input{clqr-characters} +\input{clqr-strings} +\input{clqr-conses} +\input{clqr-arrays} +\input{clqr-sequences} +\input{clqr-hash-tables} \input{clqr-structures} \input{clqr-control-structure} \input{clqr-clos} -%\input{clqr-conditions-and-errors} +\input{clqr-conditions-and-errors} \input{clqr-input-output} -%\input{clqr-types-and-classes} -%\input{clqr-packages-and-symbols} -%\input{clqr-compiler} -%\input{clqr-environment} +\input{clqr-types-and-classes} +\input{clqr-packages-and-symbols} +\input{clqr-compiler} +\input{clqr-environment} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/color-current.tex b/color-current.tex index c5296c7..b15b271 100644 --- a/color-current.tex +++ b/color-current.tex @@ -1,6 +1,6 @@ % outsourced hypertext colors -% for the screen-only version -\newcommand{\linkcolor}{Fuchsia} -\newcommand{\urlcolor}{MidnightBlue} -\newcommand{\bookmarks}{true} -\newcommand{\pdfpagelayout}{TwoColumnLeft} +% for the printer-friendly version +\newcommand{\linkcolor}{black} +\newcommand{\urlcolor}{black} +\newcommand{\bookmarks}{false} +\newcommand{\pdfpagelayout}{SinglePage} -- 2.11.4.GIT