Richard Otis added section_Algorithms_begin_algorithm_H__.tex  over 8 years ago

Commit id: 1320a731d59bf83954f0865799157b110af8c615

deletions | additions      

         

\section{Algorithms}  \begin{algorithm}[H]  \KwData{this text}  \KwResult{how to write algorithm with \LaTeX2e }  initialization\;  \While{not at end of this document}{  read current\;  \eIf{understand}{  go to next section\;  current section becomes this one\;  }{  go back to the beginning of current section\;  }  }  \caption{How to write algorithms}  \end{algorithm}