最近又是一年一度的美赛备战期(2019),想必会有许多萌新(包括我)正在积极地备战中。其中重要的一环想必就是上手Latex,照着往年O奖论文打出一份框架模板,掌握经常用到的Latex语法。了解基础用法之后,再按照实际需要进行扩展,这样学习成本就会比较小,有更多的时间去琢磨写作,模型方面。本博文仅面向新手,大神勿喷!

废话不多说,快速进入正题。

LaTex编写工具

这里强烈推荐使用在线编辑器 OverLeaf(有时不太稳定,建议fq),省去了安装软件的各种麻烦,而且重要的是采用双栏结构,左栏可以写Latex,右栏快速编译渲染得到PDF。同时还可以两人共享编辑,虽然有三人共享功能(7天免费使用权限),但是注册需要跨国银行卡。。

界面如图:

LaTex 学习推荐

这里推荐大神liam的博客 一份其实很短的 LaTeX 入门文档。业界良心!

文末有一处Latex资料,我看了之后特别棒!就是下图的ZIP归档。我正研究如何插入图片和表格,以及各种数学公式,有需要的话去原博客下载哈。

这位大神还提供了一个造福人类的美赛模板,mcmthesis。关于如何使用请看这篇文章-如何使用美赛模板mcmthesis。

快速上手模板

结合模板mcmthesis和Github上一些开源的美赛latex论文库,我花了一个下午的时间进行简单整理,得到了一份较为精简的美赛论文模板。主要包括:

  1. 美赛必备的首页
  2. 目录
  3. 大小标题
  4. 行间行内公式例子
  5. 插入图片
  6. 一些表格例子
  7. 添加参考文献例子
  8. 附录

先看看效果。

想得到上述文件,只需要两个文件:

1. Latex模板文件(.tex): 涵盖所有Latex代码。

2. 参考文献引用文件(.bib):记录参考文献的信息,在.tex 文件中引用。详细了解请看这里。

使用步骤如下:

  1. 在网站overleaf注册账户,然后新建一个project;
  2. 在project中创建一个 demo.tex 文件和article.bib文件,以及添加一张示例图片 404.png;

3. 在article.bib文件中,粘贴以下内容。下面定义了两个文献,分别指明了其引用的标签、作者、标题、期刊、卷、页码、年份。

@article{konishi:1999ab,author = {Konishi, Seiki and Nakajima, Kyoichi and Uchida, Idai and Kikyo, Hideyuki and Kameyama, Masashi and Miyashita, Yasushi},title = {Common inhibitory mechanism in human inferior prefrontal cortex revealed by event-related functional MRI},journal = {Brain},volume = {122},number = {5},pages = {981},year = {1999},
}@article{refName,author = {qiuyh},title = {article's title},journal = {journal name},volume = {20},number = {40},year = {2019}
}

3. 复制以下内容到demo.tex文件中。

\documentclass{mcmthesis}
\mcmsetup{CTeX = false, tcn = 1915646, problem = A,   % 修改控制号和选题号sheet = true, titleinsheet = true, keywordsinsheet = true,titlepage = false, abstract = true}
\usepackage{palatino}
\usepackage{lipsum}
\usepackage{amsmath}  % 此处引入数学公式的包
\usepackage{graphicx} % 用于插入图片% 控制页 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 论文标题
\title{The \LaTeX{} Template for MCM Version \MCMversion}  % 修改标题
\date{\today}\begin{document}
\begin{abstract}
% 摘要部分
Here is the main abstract part. \\ Go to the next line.
% 关键词
\begin{keywords}
keyword1; keyword2
\end{keywords}
\end{abstract}% 目录页 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\maketitle         % 控制序列
\tableofcontents   % 生成目录
\newpage% 基础用法 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 标题 -----------------------------------------
\section{Basic usage of latex}
\subsection{This is a subsection (title)}
\subsubsection{This is a subsubsection}
\paragraph{Here is a paragraph.}Write some texts. \\ % 换行符
No indent.\subsection{This is unordered items}
% 无序符号----------------------------------------
\begin{itemize}
\item minimizes the discomfort to the hands, or
\item maximizes the outgoing velocity of the ball.
\end{itemize}
We focus exclusively on the second definition.
\begin{itemize}
\item the initial velocity and rotation of the ball,
\item the initial velocity and rotation of the bat,
\item the relative position and orientation of the bat and ball, and
\item the force over time that the hitter hands applies on the handle.
\end{itemize}% 数学公式和相关标签 ------------------------------
\subsection{Math formula}
% 行内公式
This is an inline formula. $a = \sqrt{b + c}$.
% 行间公式, 带编号
\begin{equation}
E = mc^2
\end{equation}
\begin{equation}
F = ma
\end{equation}
% 定理
\begin{Theorem} \label{thm:latex}
\LaTeX
\end{Theorem}
% 引理
\begin{Lemma} \label{thm:tex}
\TeX .
\end{Lemma}
% 证明
\begin{proof}
The proof of theorem.
\end{proof}% 图片 -------------------------------------------------------
\subsection{Picture}
\subsubsection{Insert picture directly.}
% 插入图片,不推荐, 图片路径可使用相对路径和绝对路径, 无排序
\includegraphics[scale=0.2]{404.png}  % scale 缩放比例 0.1%使用figure浮动窗体
\subsubsection{Insert picture with figure.}
\begin{figure}[ht]   % ht 表示here  top
\centering
\includegraphics[scale=0.2]{404.png}
\caption{this is a figure demo}
\label{fig:label}
\end{figure}% 表格 -------------------------------------------------------
\subsection{Table}\subsubsection{Table-1}
\begin{tabular}{|l|c|r|}\hline
OS & Release & Editor\\\hline
Windows & MikTeX & TexMakerX \\\hline
Unix/Linux & teTeX & Kile \\\hline
Mac OS & MacTeX & TeXShop \\\hline
General & TeX Live & TeXworks \\\hline
\end{tabular}\subsubsection{Table-2}
\begin{tabular}{|r r|}
% r代表row, 使用 | 来划分,如果 r | r中间的|去掉,那么列之间元素无直线划分
\hline
1234 & 5678 \\ \hline
1 &  2 \\ \hline
3 & 4 \\ \hline
\end{tabular}\subsubsection{Table-3}
\begin{tabular}{ll}
\hline
symbols&definitions\\
\hline
$v_i$& velocity of ball before collision\\
$v_f$& velocity of ball after collision\\
$V_f$& velocity of bat after collision\\
$S$ & the shear modulus the bat\\
$Y$ & Young’s modulus of the bat\\
\hline
\end{tabular}% 文献引用 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Cite}
Here is a example to cite the referenced article\cite{konishi:1999ab}. \\
Another article\cite{refName}.\section{Analysis of the Problem}
\[\begin{pmatrix}{*{20}c}{a_{11} } & {a_{12} } & {a_{13} }  \\{a_{21} } & {a_{22} } & {a_{23} }  \\{a_{31} } & {a_{32} } & {a_{33} }  \\\end{pmatrix}= \frac{{Opposite}}{{Hypotenuse}}\cos ^{ - 1} \theta \arcsin \theta
\]
\lipsum[9]\[p_{j}=\begin{cases} 0,&\text{if $j$ is odd}\\r!\,(-1)^{j/2},&\text{if $j$ is even}\end{cases}
\]\lipsum[10]\[\arcsin \theta  =\mathop{{\int\!\!\!\!\!\int\!\!\!\!\!\int}\mkern-31.2mu\bigodot}\limits_\varphi{\mathop {\lim }\limits_{x \to \infty } \frac{{n!}}{{r!\left( {n - r}\right)!}}} \eqno (1)
\]\section{Calculating and Simplifying the Model  }
\lipsum[11]\section{The Model Results}
\lipsum[6]\section{Validating the Model}
\lipsum[9]\section{Conclusions}
\lipsum[6]\section{A Summary}
\lipsum[6]\section{Evaluate of the Mode}
\lipsum[7]\section{Strengths and weaknesses}
\lipsum[12]\subsection{Strengths}
\begin{itemize}
\item \textbf{Applies widely}\\
This  system can be used for many types of airplanes, and it also
solves the interference during  the procedure of the boarding
airplane,as described above we can get to the  optimization
boarding time.We also know that all the service is automate.
\end{itemize}\subsection{Weakness}
\begin{itemize}
\item \textbf{Improve the quality of the airport service}\\
Balancing the cost of the cost and the benefit, it will bring in
more convenient  for airport and passengers.It also saves many
human resources for the airline.
\end{itemize}% 引用文献 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\bibliography{article}      % 指定article 代表同目录下的article.bib文件
\bibliographystyle{ieeetr}  % 定义文献引用的格式% 附录 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{appendices}
\section{First appendix}
\lipsum[13]
Here are simulation programmes we used in our model as follow.\\
\end{appendices}\end{document}

使用的图片404.png在此。

404.png
​​​​​​

好啦,到此就可以快速地了解论文基本构成,进行模仿编写啦,别忘了修改控制号,和标题噢。

美赛加油!Fighting!!

美赛论文Latex简易模板 | 快速上手(附注释)相关推荐

  1. 2023年美赛论文写作方法——图表篇:美赛O奖中那些好看的图表是如何制作的?

    思路:永久更新,全网最新最全,持续更新中,查看最下方QQ群获取. 2023年美赛论文写作方法--图表篇:美赛O奖中那些好看的图表是如何制作的? 相信很多关注七七的小伙伴们都知道数模论文最重要的是:简洁 ...

  2. 2021数模美赛论文提交具体规则和注意事项汇总!

    针对美赛论文提交与竞赛规则,工作室为小伙伴们整理了如下注意事项,请小伙伴们仔细阅读,提前做好准备~ 目录 一.竞赛开始前 二.竞赛期间 三.竞赛结束后 一.竞赛开始前 1. 题目查看 竞赛问题将在20 ...

  3. 关于美赛论文书写经验

    下面我分享几点我认为在数学建模中非常重要的写作经验. [注]本人做的是机理建模题目,以下经验仅供参考. 比赛前 [模板]自己一定要先做好写作模板,这样可以在写的过程中就可以注意论文每章的篇幅.后期调可 ...

  4. 一款学生党实测好用的美赛论文翻译软件推荐

    参加美赛,很重要的一个问题就是翻译的问题.大多数情况下,参赛队员们都是不会像英语大神一样全英一以贯之,而是采用先汉语再翻译的套路.这时候选择什么翻译软件就成了一个很重要的问题. 笔者今年在选择美赛C题 ...

  5. 数模美赛论文模板(笔记)

    文档类型:mcmthesis 模板代码与链接: \documentclass{mcmthesis} \mcmsetup{CTeX = true,tcn = 0000,problem = A,sheet ...

  6. 数学建模国赛论文格式及模板

    目录 一.标题 二.摘要 三.正文 1.内容格式 2.公式格式 3.表格格式 4.图片格式 四.参考文献 五.附录 六.支撑材料 七.终极模板 一.标题 此内容包含论文题目和正文中各级标题的格式. 标 ...

  7. 2023年美赛论文写作方法——题目与摘要篇

    2023年美国大学生数学建模竞赛:论文题目和摘要的写作规范与技巧 思路:永久更新,全网最新最全,持续更新中,查看最下方QQ群获取. 首先,让我们来看看写一篇论文的重要性: 数学建模论文是数模竞赛中最重 ...

  8. 关于2021年 美赛论文 提交失败的解决方法

    部分同学反馈,提交邮件总是不成功怎么办? 对于这种情况,需要给组委会发邮件说明情况.今年的参赛人数较多,最后集中在同一时间段提交,部分同学可能会提交失败. 如果没有提交成功,可联系组委会受理邮箱:j. ...

  9. 一篇关于数学建模美赛论文撰写的心得

    在数学建模比赛中,论文是队伍最终成果的呈现,也是评委评判获奖等级的唯一依据.因此,论文的重要性无须赘述. 最理想的情况是第一天上午确定选题阅读过相关论文之后,下午就开始写论文,最晚第二天早上必须开始写 ...

最新文章

  1. 转:国内优秀npm镜像推荐及使用
  2. 数字图像处理:第十二章 小波变换
  3. 记第一次线下AWD感受及复现
  4. 性能优化--布局优化技巧
  5. hadoop 单机伪分布式安装步骤
  6. 【Java】辨析jvm.dll、java.exe、javaw.exe、javaws.exe
  7. JAVA设置流中当前位置_Java程序来标记此输入流中的当前位置
  8. 使用VSCode编写LaTeX
  9. Collectors.summingLong()
  10. Alpha版本发布说明
  11. 【Java程序员面试】直接被SpringBoot干趴?NONONO!拒绝做冤大头!!
  12. 工业相机镜头 参数概念
  13. form表单提交方式
  14. win7系统盘瘦身四大招:
  15. 码链的重大突破,提升国产二维码技术话语权
  16. 软件测试转行做产品经理,转型产品经理,测试工程师的出路!
  17. 如何学好C++语言—酷壳
  18. HTML+CSS大作业 电影网站设计——电影介绍(11页) 大学生电影网页作品 电影网页设计作业模板 学生网页制作源代码下载
  19. vue 给iframe设置src_vue项目中,iframe的src动态赋值
  20. 500万相机芯片尺寸_工业CCD相机芯片靶面尺寸的计算

热门文章

  1. 从0开始学Git——Git的常用配置
  2. AngularJs错误
  3. Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to current location: “/zhu“
  4. 接口测试平台代码实现146: 平台主题-夏日清凉5
  5. 《交互式程序设计 第2版》一1.2 交互领域中的编程
  6. 网页链接跳转qq聊天界面以及QQ群是什么实现的
  7. Python物理建模初学者指南
  8. 大华监控服务器状态变更,大华监控存储设置教程
  9. 人人皆可操作的108个抖音项目:汽车领域细分及玩法变现 (7)
  10. window 10中 administrator用户获取管理员权限