% [TABLE_CONTENTS_OCTAVE.tex] %%%%%%%%%%%%%%%%%%%% INPUT OF *.MAC FILES %%%%%%%%%%%%%%%%%%% % CONTENTS OF THE THREE *.MAC FILES % [format.mac] shortcuts for horizontal and vertical spacings (\th,\mni), special symbols (\club) % [fonts.mac] fonts% % [macros.mac] boxes, time stamp, fractions \input fonts.mac \input format.mac \input macros.mac \input pstricks % need for centring \input epsf % need for importing eps5.94 in \topglue 0pt % p. 156 \topskip -10truept % p. 141 % this works for my famille \nopagenumbers % \vsize = 8.50 in {\hsize = 5.94 in % FOR 8.5 X 11 %\vsize = 21.6 truecm = 8.50 in %{\hsize = 15.1 truecm = 5.94 in \voffset = 1.0truecm % linux \hoffset = 0.70truecm % linux \topskip = 20 pt \baselineskip = 14pt % default = 12pt %%%%%%%%%%%%%%%%%%%%%%%% SOF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% {\rm % %%Type . %\phantom{header} \centerline{ \bfsixteen Table of Contents} % title of section % \vskip 12pt % \item{}A \raise3pt\hbox{\star}, here and in the text, indicates a special topic. As indicated by the double star, section 18 involves a more complicated situation. % \vskip 12pt % \item{}Section 01:\phantom{A}\q A sample Octave session % % \vskip 12truept\nin % \item{}Section 02:\phantom{A}\q Common functions % \vskip 12truept\nin % \item{}Section 03:\phantom{A}\q Defining your own functions % \vskip 12truept\nin % \item{}Section 04:\phantom{A}\q Vectors -- basic concepts % \vskip 12truept\nin % \item{}Section 05:\phantom{A}\q Functions of vectors; data analysis; statistics, part 1 % \vskip 12truept\nin % \item{}Section 06:\phantom{A}\q Vectors of indices; products of elements % \vskip 12truept\nin % \item{}Section 06A:\q Pick a number, part 1\th\raise3pt\hbox{\star} % \vskip 12truept\nin % \item{}Section 07:\phantom{A}\q Graphing % \vskip 12truept\nin % % \item{}Section 08:\phantom{A}\q Finding the roots of a polynomial and the zeros of a function % \vskip 12truept\nin % \item{}Section 09:\phantom{A}\q Working with vector logic % \vskip 12truept\nin % % \item{}Section 10:\phantom{A}\q Matrices; statistics, part 2 % \vskip 12truept\nin % % \item{}Section 11:\phantom{A}\q Simultaneous equations % \vskip 12truept\nin % % \item{}Section 12:\phantom{A}\q Programs; for-loops % \vskip 12truept\nin % \item{}Section 13:\phantom{A}\q More on for-loops % % \vskip 12truept\nin % \item{}Section 14:\phantom{A}\q Conditional statements; input from the keyboard % \vskip 12truept\nin % \item{}Section 15:\phantom{A}\q While-loops; alphanumeric texts % \vskip 12truept\nin % \item{}Section 15A:\q Pick a number, part 2\th\raise3pt\hbox{\star} % \vskip 12truept\nin % \item{}Section 16:\phantom{A}\q Binomial coefficients and probabilities\th\raise3pt\hbox{\star} % \vskip 12truept\nin % \item{}Section 17:\phantom{A}\q Tossing coins on a computer, part 1\th\raise3pt\hbox{\star} % \vskip 12truept\nin % % \item{}Section 18:\phantom{A}\q Tossing coins on a computer, part 2\th\raise3pt\hbox{\star}\raise3pt\hbox{\star} % \vskip 12truept\nin % % \item{}Section 19:\phantom{A}\q Statistics, part 3; bar graphs % \vfill\eject % \phantom{bar graphs} \vskip 3.0truecm \centerline{\bf Typographical notes} \mni This book was set in pure \TeX. \mni The main part of the text is set in ``ptmr8t at 12.5pt'' (Times with the 256 character Cork encoding). Bold and italics were ``ptmb8t at 12.5pt'' and ``ptmri8t at 12.5pt'' respectively. \mni Programs and Octave output are set in ``cmtt10 at 12.5pt'' (Computer Modern typewriter, i.e.\ equally spaced, type). \mni Graphs were saved in *.eps (\gl``encapsulated postscript\gl'') format and imported using \TeX\ and PSTricks commands of the form: % yes PSTricks \mni % this is the WIDTH of the imported graph, \centerline{ % \bsl centerline\lbr\gl\bsl epsfxsize\th = \th 11.0 truecm\bsl epsfbox\lbr birthday\_\gl connected.eps\rbr\rbr\rbr % }% end centerline % % \bni % The diagram in section 17 was drawn using the \TeX\ and PSTricks commands: \sni {\leftskip = 1.0truecm \bsl hskip 2.7truecm\sni \bsl psline[linewidth\th =\th 5pt](0,\th 0)(4,\th 0)\sni \bsl psline[linewidth\th =\th 2pt](4,\th 0)(10,\th 0) \par} % \mni Special spacing and font macros were written by the author and imported into the \TeX\ files. \mni % % %%%%%%%%%%%%%%%%%%%%% KEEP THIS ENDING!!! % %%%%%%%%%%%%%%%%%%%%% \vfill\eject %% } % ends \rm \par} % ends \hsize \bye