% The paper is formatted in LaTex Version 2.09. % Figures are available upon request from the author. % However, the first four figures are identical with % the first four figures in ref.[39], Phys. Fluids, % vol.6, 3063 (1994) and can be obtained there. % The macro "seceq.sty" is included in the following % file, which numbers equations sequentially by section. % It should be included in the directory when formatting % the LaTex file for the printer. If numbering by section % is not desired, then the "seceq" may simply be omitted % from the "documentstyle" command below. % %%%%%%%%%%%%%%%%%%%%%%%%% %% seceq.sty macro %% %%%%%%%%%%%%%%%%%%%%%%%%% % % ripped off by jonathan from euthesis.sty % % numbers equations consecutively within sections % **************************************** % * MISCELLANEOUS * % **************************************** % % EQUATION and EQNARRAY -- put here because it must follow \chapter definition % % \newcounter{equation} % \@addtoreset{equation}{section} % Makes \chapter reset 'equation' counter. \def\theequation{\thesection.\arabic{equation}} % \jot = 3pt % Extra space added between lines of an eqnarray environment % The macro \@eqnnum defines how equation numbers are to appear in equations. % \def\@eqnnum{(\theequation)} %\def\@eqnnum{{\rm (\thesection .\theequation)}} % BODY