% Copyright 2005-2017 Cisco Systems, Inc. % % Licensed under the Apache License, Version 2.0 (the "License"); % you may not use this file except in compliance with the License. % You may obtain a copy of the License at % % http://www.apache.org/licenses/LICENSE-2.0 % % Unless required by applicable law or agreed to in writing, software % distributed under the License is distributed on an "AS IS" BASIS, % WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. % See the License for the specific language governing permissions and % limitations under the License. \documentclass{csug8} \chapterpicturesfalse % \let\cleardoublepage=\relax\includeonly{threads} \usepackage{scheme} \schemeinit (case-sensitive #t) \endschemeinit \generated (let ([d (current-date)]) (printf "\\def\\revisiondate{~a ~d}" (case (date-month d) [(1) "January"] [(2) "February"] [(3) "March"] [(4) "April"] [(5) "May"] [(6) "June"] [(7) "July"] [(8) "August"] [(9) "September"] [(10) "October"] [(11) "November"] [(12) "December"]) (date-year d))) \endgenerated \iflatex \usepackage{graphicx} \usepackage{color} \definecolor{formdefcolor}{gray}{.8} \fi \iflatex \usepackage{makeidx} % \ifdraft \usepackage{showidx} \fi \ifdraft\setlength\overfullrule{5pt}\else\setlength\overfullrule{0pt}\fi \tolerance=1000 \makeindex \fi % also fix Revised date and version in copyright.stex \ifhtml \def\copyrightnotice{\raw{
Chez Scheme Version 9 User's Guide
Copyright © 2017 Cisco Systems, Inc.
Licensed under the Apache License Version 2.0
(full copyright notice.).
Revised} \revisiondate\raw{ for Chez Scheme Version 9.5.1
about this book
}}
\documenttitle[csug.css]{Chez Scheme Version 9 User's Guide}
\fi
\newcommand{\ChezScheme}{\textsl{Chez~Scheme}}
\newcommand{\PetiteChezScheme}{\textsl{Petite~Chez~Scheme}}
\newcommand{\TSPLFOUR}{\emph{The Scheme Programming Language, 4th Edition}}
\iflatex
\newcommand{\dash}{\raise.5ex\hbox to 1em{\leaders\hrule\hfil}}
\fi
\ifhtml
\newcommand{\dash}{---}
\fi
\iflatex
\font\titlefont=cmbxsl10 at 18pt
\font\subtitlefont=cmbxsl10 at 15pt
\fi
% \iflatex
% \setlength{\pdfpagewidth}{6in}
% \setlength{\pdfpageheight}{9in}
% \fi
\begin{document}
\iflatex
\parskip=4pt
\parindent=0pt
\fi
\frontmatter
\ifhtml
\raw{\raw{
![]() |
Chez Scheme Version 9 User's Guide |