From cab45552567cb6ae2e09e263c1167ba9465e15da Mon Sep 17 00:00:00 2001 From: tailor Date: Thu, 13 Nov 2008 17:59:38 +0100 Subject: [PATCH] minor bugfixes; changes to html --- clqr-arrays.tex | 8 +++---- clqr-control-structure.tex | 4 ++-- clqr-input-output.tex | 2 +- clqr-numbers.tex | 2 +- html/TAGS | 58 +++++++++++++++++++++------------------------- html/index.php | 9 +++---- html/printing.html | 11 ++++----- paper-current.tex | 8 +++---- 8 files changed, 45 insertions(+), 57 deletions(-) rewrite html/TAGS (75%) diff --git a/clqr-arrays.tex b/clqr-arrays.tex index b8f2079..40ba1dc 100644 --- a/clqr-arrays.tex +++ b/clqr-arrays.tex @@ -110,12 +110,12 @@ (\FU*{SBIT} \VAR{ simple-bit-array } \Op{\VAR{subscripts}})}{.}} { Return \retval{element} of \VAR{bit-array} or of - \VAR{simple-bit-array}. \kwd{setf}able. + \VAR{simple-bit-array}. \kwd{setf}\-able. } \IT{(\FU*{BIT-NOT} \DES{\VAR{bit-array}} \Op{\DES{\VAR{result-bit-array}}\DF{\NIL}})} { - Return \retval{result} of bit-wise negation of \VAR{bit-array}. If \VAR{result-bit-array} is \T, put + Return \retval{result} of bitwise negation of \VAR{bit-array}. If \VAR{result-bit-array} is \T, put result in \VAR{bit-array}; if it is \NIL, make a new array for result. } @@ -133,7 +133,7 @@ \FU*{BIT-NOR}}{\}} \DES{\VAR{bit-array-a}} \VAR{bit-array-b} \Op{\DES{\VAR{result-bit-array}}\DF{\NIL}})} { - Return \retval{result} of bit-wise logical operations + Return \retval{result} of bitwise logical operations (cf.\ operations of \FU{boole}, p.\ \pageref{section:Logic Functions}) on \VAR{bit-array-a} and \VAR{bit-array-b}. If \VAR{result-bit-array} is \T, put result in \VAR{bit-array-a}; if it is \NIL, make a new array for @@ -162,7 +162,7 @@ \subsection{Vector Functions} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -Vectors can as well be manipulated by sequence functions, see +Vectors can as well be manipulated by sequence functions; see section~\ref{section:Sequences}. \begin{LIST}{1cm} diff --git a/clqr-control-structure.tex b/clqr-control-structure.tex index 178cb8d..1019a98 100644 --- a/clqr-control-structure.tex +++ b/clqr-control-structure.tex @@ -759,7 +759,7 @@ named \NIL. } - \IT{(\MC*{DOTIMES} (\VAR{var} \VAR{i} \Op{\VAR{result}}) + \IT{(\MC*{DOTIMES} (\VAR{var} \VAR{i} \Op{\VAR{result}\DF{\NIL}}) \OPn{(\kwd{declare} \OPn{\NEV{\VAR{decl}}})} \Goos{\NEV{\VAR{tag}}\XOR\VAR{form}})} { @@ -769,7 +769,7 @@ form is a \SO{block} named \NIL. } - \IT{(\MC*{DOLIST }(\VAR{var} \VAR{list} \Op{\VAR{result}}) + \IT{(\MC*{DOLIST }(\VAR{var} \VAR{list} \Op{\VAR{result}\DF{\NIL}}) \OPn{(\kwd{declare} \OPn{\NEV{\VAR{decl}}})} \Goos{\NEV{\VAR{tag}}\XOR\VAR{form}})} { diff --git a/clqr-input-output.tex b/clqr-input-output.tex index c669003..7eab787 100644 --- a/clqr-input-output.tex +++ b/clqr-input-output.tex @@ -905,7 +905,7 @@ lists of which a new one is used at each iteration step. } - \IT{\KWD{\TLD}\OP{\VAR{x} \OP{\kwd{,}\Op{\VAR{y}} \Op{\kwd{,}\VAR{z}}}}\KWD{\^{}}} + \IT{\KWD{\TLD}\OP{\VAR{x} \OP{\kwd{,}\VAR{y} \Op{\kwd{,}\VAR{z}}}}\KWD{\^{}}} {\index{\~\^{}@$\sim$\^{}} Leave immediately \kwd{\TLD\boldmath{$<$} \TLD\boldmath{$>$}}, \kwd{\TLD\boldmath{$<$} \TLD:\boldmath{$>$}}, diff --git a/clqr-numbers.tex b/clqr-numbers.tex index 82a6b0d..337a8cf 100644 --- a/clqr-numbers.tex +++ b/clqr-numbers.tex @@ -283,7 +283,7 @@ two's complement representation. \IT{(\FU*{BOOLE} \VAR{operation} \VAR{int-a} \VAR{int-b})} { Return - \retval{value} of bit-wise logical \VAR{operation}. \VAR{operation}s + \retval{value} of bitwise logical \VAR{operation}. \VAR{operation}s are } diff --git a/html/TAGS b/html/TAGS dissimilarity index 75% index f7a4f52..61f78b3 100644 --- a/html/TAGS +++ b/html/TAGS @@ -1,32 +1,26 @@ - -index.html,95 -Common Lisp Quick Reference4,119 -project page976531,973 -Introduction39,1209 -Status62,2149 - -license.html,167 -Common Lisp Quick Reference4,119 -project page976531,973 -License35,1092 -GNU Free Documentation License52,1583 -How to use this License for your documents506,23361 - -printing.html,96 -Common Lisp Quick Reference4,119 -project page976531,974 -Printing35,1093 -Bookbinding51,1823 - -source.html,80 -Common Lisp Quick Reference4,119 -project page976531,973 -LaTeX Source35,1092 - -new-pure.css,0 - -ttt.php,0 - -index.php,0 - -download.php,0 + +index.html,69 +Common Lisp Quick Reference5,178 +Common Lisp Quick Reference13,524 + +license.html,168 +Common Lisp Quick Reference4,119 +project page976534,1157 +License38,1276 +GNU Free Documentation License55,1767 +How to use this License for your documents509,23545 + +printing.html,97 +Common Lisp Quick Reference4,119 +project page976534,1158 +Printing38,1277 +Bookbinding54,2008 + +source.html,81 +Common Lisp Quick Reference4,119 +project page976534,1157 +LaTeX Source38,1276 + +index.php,0 + +download.php,0 diff --git a/html/index.php b/html/index.php index c39fec7..b1c5415 100644 --- a/html/index.php +++ b/html/index.php @@ -58,15 +58,12 @@ A4 and letter paper. After folding the sheets lengthwise, they can easily be turned into a handy booklet.

-

- Although far from perfect, it should be usable now and - would benefit from users sending in error reports or making - suggestions. Please use + Please report any errors. You can use the mailing - list + list or - send me an email. + send an email to trebb@users.berlios.de.

 

diff --git a/html/printing.html b/html/printing.html index 8a386f7..4a493cc 100644 --- a/html/printing.html +++ b/html/printing.html @@ -36,7 +36,7 @@

Printing

- Chose a file which has your paper size (i.e. "-a4-" or US "-letter-") + Choose a file which has your paper size (i.e. "-a4-" or US "-letter-") and "-booklet-" in its name. Then, a page order suitable for nested folios is indicated by "-all"; if you want the folios stacked take a file which says "-four". @@ -56,17 +56,14 @@ One by one, fold the pages in half lengthwise.

As to the nested version, if you have a big enough - (saddle stitch) stapler, put two staples along the spine. + (saddle stitch) stapler, put two staples along the spine. Alternatively, you can sew the pages together with a - heavy thread. Or you simply let the pages unbound. + heavy thread. Or you simply let the pages unbound. The edges of the paper opposite the spine will not line up - perfectly here. + perfectly here.

The variant with stacked folios is suitable for wire or comb binding, or you put some elastic glue along the spine. -

- Currently, I would recommend not to take too much pains - and rather come back later for an improved revision. diff --git a/paper-current.tex b/paper-current.tex index 4bd93a7..140f1b1 100644 --- a/paper-current.tex +++ b/paper-current.tex @@ -1,6 +1,6 @@ -% outsourced page dimensions for A4 paper -\setlength{\paperwidth}{10.5cm} -\setlength{\paperheight}{29.7cm} +% outsourced page dimensions for letter paper +\setlength{\paperwidth}{4.25in} +\setlength{\paperheight}{11in} %%\areaset[10mm]{8cm}{29cm} \typearea[3mm]{20} -\renewcommand{\clearpagebeforeindex}{\clearpage} \ No newline at end of file +%\renewcommand{\clearpagebeforeindex}{\clearpage} -- 2.11.4.GIT