1995-11-03 23:41:53 -05:00
|
|
|
%&latex -*- latex -*-
|
|
|
|
|
|
|
|
% This is the reference manual for the Scheme Shell.
|
|
|
|
|
|
|
|
\documentclass[twoside]{report}
|
1997-04-04 17:40:44 -05:00
|
|
|
\usepackage{code,boxedminipage,makeidx,palatino,ct,
|
1995-11-03 23:41:53 -05:00
|
|
|
headings,mantitle,array,matter,mysize10}
|
|
|
|
|
2000-02-15 11:04:21 -05:00
|
|
|
\usepackage[dvipdfm,hyperindex,hypertex,
|
2001-02-25 14:51:56 -05:00
|
|
|
pdftitle={scsh manual, release 0.5.3},
|
2000-02-15 11:04:21 -05:00
|
|
|
pdfauthor={Olin Shivers and Brian D.~Carlstrom}
|
|
|
|
colorlinks=true,linkcolor=blue,pagecolor=blue,urlcolor=blue,
|
|
|
|
pdfstartview=FitH,pdfview=FitH]{hyperref}
|
|
|
|
|
|
|
|
% These fonts are good choices for screen-readable pdf, but the man needs
|
|
|
|
% a pass over the layout, since the this tt font will blow out the width
|
|
|
|
% of some examples, making them wrap and generally screwing them up. Maybe this
|
|
|
|
% should also be a LaTeX option, so we can get palatino on the hardcopy
|
|
|
|
% runs and these fonts on pdf runs...
|
|
|
|
%\renewcommand{\rmdefault}{phv}
|
|
|
|
%\renewcommand{\sfdefault}{phv}
|
|
|
|
%\renewcommand{\ttdefault}{pcr}
|
|
|
|
|
1995-11-03 23:41:53 -05:00
|
|
|
% Style issues
|
|
|
|
\parskip = 3pt plus 3pt
|
|
|
|
\sloppy
|
|
|
|
|
1997-03-10 21:49:52 -05:00
|
|
|
%\includeonly{syscalls}
|
|
|
|
|
1995-11-03 23:41:53 -05:00
|
|
|
\input{decls}
|
|
|
|
\makeindex
|
|
|
|
%%% End preamble
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\frontmatter
|
|
|
|
\include{front}
|
|
|
|
|
|
|
|
\mainmatter
|
|
|
|
\include{intro}
|
|
|
|
\include{procnotation}
|
|
|
|
\include{syscalls}
|
|
|
|
\include{network}
|
|
|
|
\include{strings}
|
1999-09-08 11:18:25 -04:00
|
|
|
\include{sre}
|
1995-11-03 23:41:53 -05:00
|
|
|
\include{rdelim}
|
|
|
|
\include{awk}
|
|
|
|
\include{miscprocs}
|
|
|
|
\include{running}
|
|
|
|
\include{changes}
|
|
|
|
\include{todo}
|
|
|
|
|
|
|
|
\backmatter
|
|
|
|
\printindex
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
% General things to do when converting ASCII text to LaTeX:
|
|
|
|
% Build a set of \breakondash, \breakondot, \breakonslash commands
|
|
|
|
% that will enable breaking in \tt. This is better than \=, etc.
|
|
|
|
%
|
|
|
|
% Check for ..., quote char, double-dashes --
|
|
|
|
% Double-word check
|
|
|
|
% lambda -> \l
|