{sub-Condition} {Do a lot} } \ElseIf{Condition 2} { Do Otherwise \; \tcc{Now this is a for loop} \For{sequence} { loop instructions } } \Else { Do the rest } \tcc{Now this is a While loop} \While{Condition} { Do something\; } \caption{Example code} \end{algorithm} \...
\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...
\end{example}\begin{example}{Test2}Hello world!\end{example}\end{document} 显示: 算法(伪代码) 需要使用\usepackage{algorithm}和\usepackage{algorithmic}宏包,if、for等关键字要按照规范书写,如\IF \ENDIF。 例子: \documentclass{article}\usepackage[UTF8]{ctex}\usepackage{algorithm} % 排版算法\usep...
Code Issues Pull requests My collection of LaTeX-related stuff latex latex-template latex-examples latex-class latex-style Updated Feb 6, 2019 TeX BaseMax / TexSample Sponsor Star 9 Code Issues Pull requests A guide document with some example file for Tex, Latex. bash tex latex latex...
\usepackage{algorithm} \usepackage{algorithmicx} \usepackage{algpseudocode} \usepackage{setspace} \errorcontextlines\maxdimen \makeatletter \newcommand*{\algrule}[1][\algorithmicindent]{\makebox[#1][l]{\hspace*{.5em}\thealgruleextra\vrule height \thealgruleheight depth \thealgruledepth}}%...
\label{code:fram:select} \RETURN $E_n$; %算法的返回值 \end{algorithmic} \end{algorithm} 排版结果如下: 例5 最后一个例子: \begin{algorithm}[h] \caption{An example for format For \& While Loop in Algorithm} \begin{algorithmic}[1] ...
伪代码: [plain]viewplaincopy\documentclass[11pt]{article} \usepackage{CJK} \usepackage[top=2cm,bottom=2cm,left=2cm,right=2cm]{geometry} \usepackage{algorithm} \usepackage{algorithmicx LaTeX中两个子图左右排列 {natbib} \usepackage{amssymb,amsmath} \usepackage{geometry} \geometry{left=2cm,right=...
install ctex latexmk# 化学 & 电子sudo tlmgr install mhchem chemfig circuitikz# 排版sudo tlmgr install multirow ifoddpage relsize titlesec# 图表sudo tlmgr install epstopdf subfigure appendix# 字符 & 字体sudo tlmgr install ulem xcolor environ letltxmacro enumitem stringenc trimspaces soul algorithm2e ...
\label{code:fram:select} \\ \Return EnEn; \end{algorithmic} \end{algorithm} example 2代码:\begin{algorithm}[h] \caption{An example for format For \& While Loop in Algorithm} \begin{algorithmic}[1] \For{each i∈[1,9]i∈[1,9]} \State initialize a tree TiTi with only ...
20. \label{code:fram:select} \\ 21. \Return $E_n$; 22. \end{algorithmic} 23. \end{algorithm} 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. example 2 代码: 1. \begin{algorithm}[h] ...