1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
%
% tcng.tex - tcng reference manual
%
% Written 2001-2004 by Werner Almesberger
% Copyright 2001 EPFL-ICA
% Copyright 2001,2002 Bivio Networks, Network Robots
% Copyright 2002-2004 Werner Almesberger
%
%%beginskip
\documentclass{book}
\usepackage{url,epsfig,ifthen}
\begin{document}
\title{Traffic Control -- Next Generation \\
~\\
Reference Manual}
\author{Werner Almesberger}
\date{September 28, 2004}
%%endskip
%%def%:=
% fool removal of initial blanks
%:\begin{description}
%: \item[]
%:\end{description}
%:\begin{verbatim}
%:
%: Traffic Control - Next Generation
%: Reference Manual
%:
%: Werner Almesberger
%:
%: September 28, 2004
%:
%:\end{verbatim}
\input preamble.inc
\chapter{Introduction}
\label{chpintro}
\input intro.inc
\chapter{The \prog{tcng} language}
\label{chptcng}
\input tcng.inc
\chapter{Traffic control compiler}
\label{chptcc}
\input tcc.inc
\chapter{Traffic control simulator}
\label{chptcsim}
\input tcsim.inc
\chapter{The external interface}
\label{chpext}
\input external.inc
\appendix
\chapter{Parameter reference}
\label{appparam}
\input param.inc
% Bibliography
\begin{thebibliography}{RFC2698}
%%beginskip
\let\mybibitem=\bibitem
\def\bibitem#1{\mybibitem[#1]{#1}}
%%endskip
\input bib.inc
\end{thebibliography}
\end{document}
|