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
|
\documentstyle[verbatim,tr2latex/troffman,makeidx]{book}
\textheight=660pt
\textwidth=15cm
\topmargin=-27pt
\oddsidemargin=0.7cm
\evensidemargin=0.7cm
\marginparwidth=60pt
\def\vector#1{\left( \begin{array}{c} #1 \end{array}\right)}
\def\matrixq#1{\left( \begin{array}{cc} #1 \end{array}\right)}
\makeindex
\includeonly{Chap1,Chap2,Chap3,Chap4,Chap5,Chap6,Chap7,Chap8,Chap2-1,Chap2-2,Chap2-3,Chap2-4,Chap2-5,Chap3-1,Chap3-2,Chap3-3,Chap3-4}
%\includeonly{Chap3-1}
\begin{document}
\input{couvert.tex}
\chapter{Programming}
\include{Chap1}
\chapter{Graphic Library }
\include{Chap2}
\chapter{Utilities and Elementary Functions}
\include{Chap3}
\chapter{General System and Control macros}
\include{Chap4}
\chapter{Robust control toolbox}
\include{Chap5}
\chapter{Non-linear tools (optimization and simulation) }
\include{Chap6}
\chapter{Signal Processing toolbox}
\include{Chap7}
\include{Chap2-3}
\chapter{Polynomial calculations}
\include{Chap8}
\chapter{Linear Algebra}
\include{Chap2-1}
\chapter{Metanet}
\include{Chap2-2}
\chapter{Scicos}
\include{Chap2-5}
\chapter{Sound}
\include{Chap2-6}
\chapter{Cumulative Distribution Functions, Inverses, Random variables}
\include{Chap2-7}
\chapter{Tools for dynamical systems}
\include{Chap2-4}
\chapter{Tools for fractal analysis}
\include{Chap3-1}
\chapter{TCL/Tk interface}
\include{Chap3-2}
\chapter{Language and data translation tools}
\include{Chap3-3}
\chapter{Interprocess communication toolbox}
\include{Chap3-4}
\printindex
\end{document}
|