50 lines
922 B
TeX
50 lines
922 B
TeX
%&latex -*- latex -*-
|
|
|
|
% This is the reference manual for the Scheme Shell.
|
|
|
|
\documentclass[twoside]{report}
|
|
\usepackage{code,boxedminipage,makeidx,palatino,ct,
|
|
headings,mantitle,array,matter,mysize10}
|
|
|
|
% Style issues
|
|
\parskip = 3pt plus 3pt
|
|
\sloppy
|
|
|
|
%\includeonly{syscalls}
|
|
|
|
\input{decls}
|
|
\makeindex
|
|
%%% End preamble
|
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
\include{front}
|
|
|
|
\mainmatter
|
|
\include{intro}
|
|
\include{procnotation}
|
|
\include{syscalls}
|
|
\include{network}
|
|
\include{strings}
|
|
\include{sre}
|
|
\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
|