一、引用宏
这个在每个模板里都有,还有页眉页脚页数,不必赘述。
\documentclass[final,3p,times]{elsarticle}
\usepackage{graphicx, amssymb}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{epsfig}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{graphics}
\usepackage{multirow}
\usepackage{threeparttable}
\usepackage{amsthm}
\usepackage[noend]{algpseudocode}
\usepackage{algorithmicx,algorithm}
\newtheorem{theorem}{Theorem}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\theoremstyle{remark}
\newtheorem{remark}{Remark}
\theoremstyle{proposition}
\newtheorem{proposition}{Proposition}
\theoremstyle{example}
\newtheorem{example}{Example}
\theoremstyle{corollary}
\newtheorem{corollary}{Corollary}
\theoremstyle{property}
\newtheorem{property}{Property}
\renewcommand{\algorithmicrequire}{ \textbf{Input:}} %Use Input in the format of Algorithm
\renewcommand{\algorithmicensure}{ \textbf{Output:}} %UseOutput in the format of Algorithm
\begin{document}
Please wr