锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲精品美女久久久久99,99久久99久久久精品齐齐,91麻豆国产精品91久久久http://www.shnenglu.com/luyulaile/category/19842.htmlI canzh-cnFri, 23 Nov 2012 16:13:35 GMTFri, 23 Nov 2012 16:13:35 GMT60Latex 琛ㄦ牸http://www.shnenglu.com/luyulaile/archive/2012/11/22/195518.htmlluisluisWed, 21 Nov 2012 17:07:00 GMThttp://www.shnenglu.com/luyulaile/archive/2012/11/22/195518.htmlhttp://www.shnenglu.com/luyulaile/comments/195518.htmlhttp://www.shnenglu.com/luyulaile/archive/2012/11/22/195518.html#Feedback0http://www.shnenglu.com/luyulaile/comments/commentRss/195518.htmlhttp://www.shnenglu.com/luyulaile/services/trackbacks/195518.html\begin{tabular}{|c|c|c|c|c|c|} \hline Accuracy & General & test 1 & test 2 & test 3 & test 4\tabularnewline \hline
]]>Latex 涓彃鍏ヤ唬鐮?/title>http://www.shnenglu.com/luyulaile/archive/2012/10/31/194135.htmlluisluisWed, 31 Oct 2012 13:30:00 GMThttp://www.shnenglu.com/luyulaile/archive/2012/10/31/194135.htmlhttp://www.shnenglu.com/luyulaile/comments/194135.htmlhttp://www.shnenglu.com/luyulaile/archive/2012/10/31/194135.html#Feedback0http://www.shnenglu.com/luyulaile/comments/commentRss/194135.htmlhttp://www.shnenglu.com/luyulaile/services/trackbacks/194135.htmlhttp://en.wikibooks.org/wiki/LaTeX/Algorithms_and_Pseudocode Typesetting using the algorithm2e package
The algorithm2e package (first released 1995, latest updated December 2009 according to the v4.01 manual) allows typesetting algorithms with a lot of customization. The package is loaded like
\usepackage[options]{algorithm2e}
and a simple example, taken from the v4.01 manual, is
\begin{algorithm}[H] \SetAlgoLined \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}
\begin{itemize} \item First level, itemize, first item \begin{itemize} \item Second level, itemize, first item \item Second level, itemize, second item \begin{enumerate} \item Third level, enumerate, first item \item Third level, enumerate, second item \end{enumerate} \end{itemize} \item First level, itemize, second item \end{itemize} ==
\begin{figure} \centering \subfigure[Small Box with a Long Caption]{ \label{fig:subfig:a} %% label for first subfigure \includegraphics[width=1.0in]{graphic.eps}} \hspace{1in} \subfigure[Big Box]{ \label{fig:subfig:b} %% label for second subfigure \includegraphics[width=1.5in]{graphic.eps}} \caption{Two Subfigures} \label{fig:subfig} %% label for entire figure \end{figure}