scsh-0.5/doc/scsh-manual/xman.tex

39 lines
614 B
TeX

%&latex -*- latex -*-
% This is the reference manual for the Scheme Shell.
\documentclass[twoside]{report}
\usepackage{code,boxedminipage,draftfooters,makeidx,palatino,ct,
headings,mantitle,array,matter,a4}
% Style issues
\parskip = 3pt plus 3pt
\sloppy
\input{decls}
\makeindex
%%% End preamble
\begin{document}
\frontmatter
\include{front}
\mainmatter
\include{intro}
\include{procnotation}
\include{syscalls}
\include{network}
\include{strings}
\include{rdelim}
\include{awk}
\include{miscprocs}
\include{running}
\include{changes}
\include{todo}
\backmatter
\printindex
\end{document}