2021美赛Latex排版

还有两周就打美赛啦!!!这次小组准备用Latex排版,毕竟比word用得舒坦~
下面是官网下载的MCM-ICM_2021_Summary:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% MCM/ICM LaTeX Template %%
%% 2021 MCM/ICM           %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{article}
\usepackage{geometry}
\geometry{left=1in,right=0.75in,top=1in,bottom=1in}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Replace ABCDEF in the next line with your chosen problem
% and replace 1111111 with your Team Control Number
\newcommand{\Problem}{ABCDEF}
\newcommand{\Team}{1111111}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\usepackage{newtxtext}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{newtxmath} % must come after amsXXX\usepackage[pdftex]{graphicx}
\usepackage{xcolor}
\usepackage{fancyhdr}
\lhead{Team \Team}
\rhead{}
\cfoot{}\newtheorem{theorem}{Theorem}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{definition}{Definition}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\graphicspath{{.}}  % Place your graphic files in the same directory as your main document
\DeclareGraphicsExtensions{.pdf, .jpg, .tif, .png}
\thispagestyle{empty}
\vspace*{-16ex}
\centerline{\begin{tabular}{*3{c}}\parbox[t]{0.3\linewidth}{\begin{center}\textbf{Problem Chosen}\\ \Large \textcolor{red}{\Problem}\end{center}}& \parbox[t]{0.3\linewidth}{\begin{center}\textbf{2021\\ MCM/ICM\\ Summary Sheet}\end{center}}& \parbox[t]{0.3\linewidth}{\begin{center}\textbf{Team Control Number}\\ \Large \textcolor{red}{\Team}\end{center}}  \\\hline
\end{tabular}}
%%%%%%%%%%% Begin Summary %%%%%%%%%%%
% Enter your summary here replacing the (red) text
% Replace the text from here ...
\begin{center}
\textcolor{red}{%
Use this template to begin typing the first page (summary page) of your electronic report. This \newline
template uses a 12-point Times New Roman font. Submit your paper as an Adobe PDF \newline
electronic file (e.g. 1111111.pdf), typed in English, with a readable font of at least 12-point type.   \\[2ex]
Do not include the name of your school, advisor, or team members on this or any page.   \\[2ex]
Papers must be within the 25 page limit.    \\[2ex]
Be sure to change the control number and problem choice above.  \\
You may delete these instructions as you begin to type your report here.    \\[2ex]
\textbf{Follow us @COMAPMath on Twitter or COMAPCHINAOFFICIAL on Weibo for the \newline
most up to date contest information.}
}
\end{center}
% to here
%%%%%%%%%%% End Summary %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\pagestyle{fancy}
% Uncomment the next line to generate a Table of Contents
%\tableofcontents
\newpage
\setcounter{page}{1}
\rhead{Page \thepage\ }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Begin your paper here%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
\end

Latex运行之后导出的pdf:


排版美化:

为了提前准备好,我自己加了一些宏包,分享给大家:
1、 标题和summary
2、 无序输入
3、表格、图片插入
4、 附录代码

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% MCM/ICM LaTeX Template %%
%% 2021 MCM/ICM           %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{article}
\usepackage{geometry}
\geometry{left=1in,right=0.75in,top=1in,bottom=1in}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Replace ABCDEF in the next line with your chosen problem
% and replace 1111111 with your Team Control Number
\newcommand{\Problem}{C}
\newcommand{\Team}{111111}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\usepackage{newtxtext}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{newtxmath} % must come after amsXXX\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{fancyhdr}
\lhead{Team \Team}
\rhead{}
\cfoot{}\newtheorem{theorem}{Theorem}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{definition}{Definition}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%================================
\usepackage{enumerate}%\item 需要
\usepackage{tabularx}% \table
\usepackage{booktabs}%  \toprule
\usepackage{float}%图片浮动
\usepackage{graphicx}
\usepackage{bm}% reference
\usepackage{indentfirst}
\setlength{\parindent}{2em} %2em代表首行缩进两个字符
\usepackage{listings}%代码
%================================
\begin{document}
%\graphicspath{{.}}  % Place your graphic files in the same directory as your main document
%\DeclareGraphicsExtensions{.pdf, .jpg, .tif, .png}
\thispagestyle{empty}
\vspace*{-16ex}
\centerline{\begin{tabular}{*3{c}}\parbox[t]{0.3\linewidth}{\begin{center}\textbf{Problem Chosen}\\ \Large \textcolor{red}{\Problem}\end{center}}& \parbox[t]{0.3\linewidth}{\begin{center}\textbf{2021\\ MCM/ICM\\ Summary Sheet}\end{center}}& \parbox[t]{0.3\linewidth}{\begin{center}\textbf{Team Control Number}\\ \Large \textcolor{red}{\Team}\end{center}}  \\\hline
\end{tabular}}%==========================================
\renewcommand{\abstractname}{Summary}%=====================================
%%%%%%%%%%% Begin Summary %%%%%%%%%%%
% Enter your summary here replacing the (red) text
% Replace the text from here ...\begin{center}\large\textbf{  { A System of Interstate Energy Cooperation Goals Based on Data Insight}}\end{center}
\begin{abstract}To address the above-mentioned challenge, we propose.... Then a XX model is proposed as ....
We propose ... based on .... Then we employ an XX model as .... The results show .... Lastly, we analyze ... to find ....According to our empirical results, we propose some confident (sales) strategies and recommendations for .... We write a letter to (the marketing director of Sunshine Company) to summarize our analysis and results, together with our recommendations./ to assist with ..., we propose ...Our framework shows a strong accuracy, robustness. It can be easily implemented to other data with our source codes.\textbf{Keywords}: ext-Based Measure, Informative Text Selection, Reputation Quantification, Sales Strategy Formation
\end{abstract}
% to here
%%%%%%%%%%% End Summary %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\pagestyle{fancy}
% Uncomment the next line to generate a Table of Contents
\tableofcontents
\newpage
\setcounter{page}{1}
\rhead{Page \thepage\ }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{Introduction}
\subsection{Problem Background}
To solve this problem,  we need to construct the time-space based bathtub temperature model to
determine the optimal strategy which could achieve the following three objectives:
\begin{enumerate}[\quad\bf1.]\item To keep the temperature \textbf{even} throughout the bathtub;\item To keep the temperature as close as possible to the \textbf{initial} temperature;\item \textbf{Not to waste} the water too much.
\end{enumerate}
\subsection{Our work}
\begin{enumerate}[\bf 1.]\item work1.\item work2.\item work3.\item work4.
\end{enumerate}
\section{Preparation of the Models}\subsection{Assumptions}
To simplify our model and eliminate the complexity, we make the following main assumptions in this literature. All assumptions will be re-emphasized once they are used in the construction of our model:
\begin{enumerate}[\bfseries 1.]\item e assume that the data given by official can fully solve the problem of the topic and do not need to obtain additional data as auxiliary information.\item Assumption2.\item Assumption3.
\end{enumerate}
\subsection{Notations}
In this work, we use the nomenclature in  \textbf{Table \ref{Ntt}} in the model construction. Other nonefrequent-used symbols will be introduced once they are used.\begin{table}[H]\begin{center}\caption{Notations}\begin{tabular}{cl}\toprule\multicolumn{1}{m{3cm}}{\centering Symbol}&\multicolumn{1}{m{8cm}}{\centering Definition}\\\midrule$I$&The Intensity of the Heat Source\\$k$&The Material's Conductivity\\$h$&The Heat Transfer Coefficient\\$c$&The Heat Capacity of Water (=4200 J/(kg$\cdot^\circ$C))\\$\rho$&The Density of Water (=10$^3$ kg/m$^3$)\\\bottomrule\end{tabular}\label{Ntt}\end{center}
\end{table}
\section{Data Preprocessing}
\begin{figure}[!htbp]\small\centering\includegraphics[width=7cm]{./pictures/11.png}\includegraphics[width=7cm]{./pictures/13.png}\caption{analysis of customers}\label{nt}
\end{figure}\subsection{Default Value Processing}
\subsection{Abnormal Value Processing}
\subsection{Data Synthesis and Classification}
\section{Model Construction}
\textbf{Partial Differential Equation Method} (\textbf{PDE-Method}) \cite{10} is very uesful.We use \textbf{PDE-Toolbox} in \textbf{MATLAB} software to solve .... \textbf{Figure \ref{jj}} shows the structure of our model, which can be
divided into two parts: \textbf{PDE Solving Model} and \textbf{Analysing Model}.
\begin{figure}[H]%\usepackage{float}\small\centering\includegraphics[width=14cm]{./pictures/model.png}\caption{The Structure of Model}\label{jj}
\end{figure}
\section{Targets and Action}
\section{Senitivity Analysis}\label{condition}
\section{ Strengths and Weaknesses}
\subsection{Strengths}
\begin{itemize}\item Strength1.\item Strength2.\item Strength3.
\end{itemize}
\subsection{Weaknesses}
\begin{itemize}\item Weakness1.\item Weakness2.
\end{itemize}
\section{conclusion}
Different methods may show different ranks of effect according to the users' demand, the conditions
outside the bathtub and of the bathtub, and so on. However, according to our research in Section
\ref{condition}, these recommended methods are still useful under various conditions, if the details
(e.g. the temperature and the time of period) are properly adjusted. So the users can choose and
adjust the bath strategy based on the rules below:\paragraph{Rule I}
\emph{High temperature and large flux can make the water attach the optimum temperature earlier,meanwhile it may cause uneven temperature and waste of water.}
\paragraph{Rule II}
\emph{Evenness comes from continuous inflow with appropriate temperature, a little higher than theoptimum temperature in usual.}
\paragraph{Rule III}
\emph{The best strategy to have an excellent bath is to heat up the water before it cool down.}\clearpage
\section*{Memo}\addcontentsline{toc}{section}{Memo}\begin{flushleft}Dear users:\end{flushleft}Thank you very much for choosing our bathtubs. Each piece of your support is our valuable treasurewhich can encourage us to develop better bathtubs.We express our sincere thanks to you and yourfamily!For this kind of bathtub, we have some suggestions for you:\begin{enumerate}[\bf 1.]\item You don't have to worry about the full-water condition, because when the bathtub is fullof water, the overflow drain can drain out the excess water.\item With the consideration that you will have your special demands on the bath water, we giveyou some suggestion through so that you can choose what you prefer(or just freestyle you bath).\end{enumerate}
\clearpage
\begin{thebibliography}{99}\addcontentsline{toc}{section}{References}  %引用部分标题("Refenrence")的重命名\bibitem{5}Bailyn M., A Survey of Thermodynamics. \emph{American Institute of Physics}, 1997:23.\bibitem{6}Louis C.B., Convective Heat Transfer (2nd ed.). \emph{Wiley-Interscience}, 2003:107.\bibitem{7}Frank I., Theodore L.B., David D., Adrienne S.L., Fundamentals of Heat and Mass Transfer(6th ed.). \emph{John Wiley \& Sons.}, 2007:260-261.\bibitem{8}Marek R., Straub J., Analysis of the Evaporation Coeffcient and the CondensationCoeffcient of Water. \emph{International Journal of Heat and Mass Transfer}, 2001(44):39-53.\bibitem{9}Tao W.Q., Heat Transfer (4th ed.) (in Chinese). \emph{Higher Educational Press},2006:2-5.\bibitem{10}Lu J.A., Shang A., Xie J., Gu P., MATLAB-Solution of Partial Differential Equations (inChinese). \emph{Wuhan University Press}, 2001.\end{thebibliography}\clearpage\section*{Appendices}\addcontentsline{toc}{section}{Appendices}\noindent Appendix1:%下面的是配置是可以写中文注释的python环境:%\usepackage{listings}%\usepackage{color}\definecolor{dkgreen}{rgb}{0,0.6,0}\definecolor{gray}{rgb}{0.5,0.5,0.5}\definecolor{mauve}{rgb}{0.58,0,0.82}\lstset{   frame=shadowbox,                           % shadowbox framedrulesepcolor= \color{gray},%框的颜色language=Python,aboveskip=3mm,belowskip=3mm,showstringspaces=false,columns=flexible,basicstyle={\small\ttfamily},numbers=left,%设置行号位置none不显示行号%numberstyle=\tiny\courier, %设置行号大小  numberstyle=\tiny\color{gray},keywordstyle=\color{blue},commentstyle=\color{dkgreen},stringstyle=\color{mauve},breaklines=true,breakatwhitespace=true,escapeinside=``,%逃逸字符(1左面的键),用于显示中文例如在代码中`中文...`tabsize=4,extendedchars=false %解决代码跨页时,章节标题,页眉等汉字不显示的问题  }\begin{lstlisting}from sklearn.svm import SVCclassifier = SVC(kernel = 'rbf',C=0.8, random_state = 0,class_weight={0:20,1:24})#classifier = SVC(kernel = 'rbf',C=1.2, random_state = 0)classifier.fit(X_train, y_train)# Predicting the Test set resultsy_pred = classifier.predict(X_test)\end{lstlisting}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}

1.标题和summary:

2.目录(格式不完整,大家可以根据自己的文章内容来修改):

3.标准的三线表格和图片的插入:

4.References、Memo和代码:



最后附上tex文件链接:y298,祝愿大家美赛打得漂亮!
更新(2月2日)请看下一篇文章:2021美赛Latex排版美化 完整代码2


2021美赛Latex排版美化 完整代码1相关推荐

  1. 2021美赛Latex排版美化 完整代码2

    今天是2月2号,还有三天就打美赛了,我在2021美赛Latex排版美化 完整代码1的基础上又做了一些补充,希望可以帮助到大家. 文章目录 一.2021美赛新要求 二.带颜色的表格 三.公式 四.目录超 ...

  2. 美赛 LaTex排版笔记

    美赛 LaTex排版笔记 1.基础操作与总排版 基础操作 中文排版 字体与字号调节 首行缩进 新开一页 加粗 序列 (1)无序序列 (2)有序序列 (3)步骤描述 分行与分段 强制垂直距离 2.数学 ...

  3. [美赛F奖][数学建模][经验贴]2021美赛F奖的那些事

    写在前面 2021美赛都过去半年了,一直也在忙各种各样的事情,刚好上学期有一门项目管理的课程,课程论文写的就是美赛经验,偷个懒直接改下排版复制上来,以作留念 贴个奖状~~ 一.引言 项目是一个组织为实 ...

  4. 2021美赛数据分析全网首发(R语言 )

    目录 引言 1.统计数据准确性 1.1 MCM 1.2 ICM 2.各个赛题参加人数及其比例 2.1 透视图表 2.2 分析 3.各个题目获奖人数 4.各个题目获奖比例 5.总结与资源 引言 北京时间 ...

  5. 2021电赛F题视觉教程+代码免费开源

    2021电赛F题视觉教程+代码免费开源 最近好多要电赛题的源码,其他csdn营销号下载都需要会员或钱,正好最近课设又要做一遍电赛小车题,哥们先把代码开源了,饿死营销号 电赛宝藏链接: 四天三夜,那布满 ...

  6. 2021美赛F题解题思路

    新队伍,大家都差不多是小白,借鉴的博客:(19条消息) 2021年美赛F题总结_wzu_cza123的博客-CSDN博客_美赛2021f题 一.数据的查找和处理 二.TOPSIS 1.TOPSIS熵权 ...

  7. 2021美赛各题翻译

    备注:纯机器翻译,肯定会有不足,英文原题见评论 A题:真菌 碳循环描述了地球整个地球化学循环中碳交换的过程,是地球上生命的重要组成部分.碳循 环的一部分包括化合物的分解,这使碳得以更新并以其他形式使用 ...

  8. 2021美赛D题思路

    2021美赛D题翻译和思路 团队为建模国一获得者,有丰富建模经验,因为需保证建模思路的完整性,更新较慢,怕被D.新号. D题翻译 D题思路 问题一:使用Impact_data数据集或其中的一部分来创建 ...

  9. 美赛latex模板单独修改目录的行间距

    美赛 latex模板mcmthesis 单独修改目录的行间距 mcmthesis.cls第113行 \setlength\parskip{.5\baselineskip}%正文的行间距 \renewc ...

最新文章

  1. 如何使WINCE启动时自动运行应用程序
  2. Android camera开发(11)---Camera软件架构
  3. drools 7.x执行指定的drl文件
  4. 2018-12-20 第二章Java 预习作业
  5. 数据结构题集(C语言版)——第一张 绪论(1~6)
  6. HTML标签常用标签
  7. PCB正片和负片的个人理解
  8. 猪圈密码 摩斯密码 QWE加密 栅栏加密 当铺密码
  9. mysql 获取一条数据_MySQL数据库中随机获取一条或多条记录
  10. Web(七)CSS页面布局-网页布局页面的制作
  11. 做了三年数据分析,给你的几点建议
  12. opencv 手选roi区域_如何用opencv实现感兴趣区域ROI的选取
  13. win7配置C语言VS2010,开发Windows7软件的绝配:Visual Studio 2010
  14. c语言中unsigned long,unsigned long 的用法
  15. CISSP AIO7 学习笔记 - 第一章 安全和风险管理 1.4-1.10小节
  16. Soo 防环机制, 在配置了之后如果show 出来还是没有生效,建议clear 一下bgp,最好实验就是 把 物理接口给 shutdown--在no shutdown ,就好了,记住,!!!
  17. [VisionPro] C#脚本介绍
  18. 字节 KB MB GB 换算与定义
  19. uni-simple-router 注意事项
  20. XML文件中不允许出现的字符

热门文章

  1. 首发 | 杭派工程师五年生存现状报告
  2. Permit.js – 用于构建多状态原型的 jQuery 插件
  3. (翻译)黑底白字样式的使用时机
  4. python怎么变成动图_python可以做动图吗
  5. Solar Tracker
  6. JavaEE学习08(解决项目导入eclipse后项目中的红错号)
  7. imvu为什么显示无法连接服务器,IMVU服务器错误怎么办 服务器无法连接解决办法...
  8. 为什么无线AP标称的速率和实际速率不一致?(空口速率)
  9. TUP第25期:IT自动化运维
  10. Mysql多表查询效率的研究(一)