框架:
\documentclass[12pt]{article} %\usepackage[utf8]{fontenc} \usepackage[doublespacing]{setspace} \usepackage{textcomp} \usepackage{amsmath,amssymb} \usepackage{fancyhdr} \usepackage{lastpage} \pagestyle{fancy} \lhead{Team \# control number} \rhead{Page \thepage{} of \pageref{Lastpage} } \cfoot{} \begin{document} \begin{center} {\Large Title} Title of the Paper \end{center} \tableofcontents \section{Introduction} A restatement of the context problem, and a brief descriptionof your approach to the problem and your results. \section{Related Prior Work} A brief survey of existing research and results \section{Assumptions and Justifications} A list of your assumptions and justifications \section{Model Design} A description of your model, which mey be broken into multiple sections and subsections \section{Sensitivity Testing} A description of model testing \section{Strengths and Weaknesses} A description of strengths and weaknesses of your models \section{Conclusions} A description of your major reosultss and contributions \begin{thebibliography}{99} A list of reference \end{thebibliography} \end{document}
元素:
%新建页 \newpage \section{\myfont 小标题1} %/正文/ 你好! %/脚注/ 脚注\footnote{脚注内容}。 %/公式/ 公式1:$3^2+4^2=5^2$ 公式2: \begin{equation} 1+2+3+\dots+(n-1)+n = \frac{n(n+1)}{2} \end{equation} %/插入表格/ \begin{center} \begin{tabular}{l|c r} \hline 参数&均值&标准差\\ \hline $\alpha$&0.3&0.15\\ $\beta$&0.98&0.25\\ $\gamma$&0.75&0.33 \end{tabular} \end{center} %附录页 \newpage \begin{appendix} \section{附录1}附录1 \section{附录2}附录2 \end{appendix} \end{document}