安装->美赛模板mcmthesis

  • tex环境与编辑器安装
    • 选择texlive安装tex环境
    • 安装texstudio作为编辑器
  • mcmthesis笔记
  • 模板代码与链接

tex环境与编辑器安装

选择texlive安装tex环境

安装tex有许多途径可以选择,这里我选择使用texlive进行安装。
可以在网站 www.tug.org/texlive/ 获取最新版本免费texlive。

  1. 进入网站后,选择 在How to acquire TeX Live中onDVD;
  2. 在链接到的网页中选择ISO image入口进入下载镜像页面;
  3. 选择最近的镜像网站下载,进入镜像网站后,选择texlive2018.iso(texlive2018为目前最新版本,未来会有2019、2020等,推荐下载最新版)文件大小3GB左右;
  4. 下载完成后,在镜像文件夹内,以管理员身份运行install-tl-advanced.bat,按提示操作,完成。

安装texstudio作为编辑器

在 texstudio.sourceforge.net 下载texstudio。

mcmthesis笔记

  1. 选择文档类型为mcmthesis,此宏包已经被CTAN收录,无需额外安装。
\documentclass{mcmthesis}
  1. mcmthesis官方说明文档可以通过命令提示符窗口打开。官方文档中包含论文格式控制方法。
texdoc mcmthesis

模板代码与链接

\documentclass{mcmthesis}
\mcmsetup{CTeX = true,tcn = 0000,problem = A,sheet = true,titleinsheet = true,keywordsinsheet = true,titlepage = true,abstract = true}
\usepackage{palatino}
\usepackage{lipsum}
\title{The \LaTeX{} Template for MCM Version \MCMversion}
\author{\small \href{http://www.latexstudio.net/}{\includegraphics[width=7cm]{mcmthesis-logo}}}
\date{\today}
\begin{document}
\begin{abstract}
\lipsum[1]
\begin{keywords}
keyword1; keyword2
\end{keywords}
\end{abstract}
\maketitle
\section{Introduction}\lipsum[2]
\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}
\lipsum[3]
\begin{itemize}
\item the angular velocity of the bat,
\item the velocity of the ball, and
\item the position of impact along the bat.
\end{itemize}
\lipsum[4]
\emph{center of percussion} [Brody 1986], \lipsum[5]\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{Other Assumptions}
\lipsum[6]
\begin{itemize}
\item
\item
\item
\item
\end{itemize}\lipsum[7]\section{Analysis of the Problem}
\begin{figure}[h]
\small
\centering
\includegraphics[width=12cm]{mcmthesis-aaa.eps}
\caption{aa} \label{fig:aa}
\end{figure}\lipsum[8] \eqref{aa}
\begin{equation}
a^2 \label{aa}
\end{equation}\[\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}\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.
\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. \item \textbf{}
\end{itemize}\begin{thebibliography}{99}
\bibitem{1} D.~E. KNUTH   The \TeX{}book  the American
Mathematical Society and Addison-Wesley
Publishing Company , 1984-1986.
\bibitem{2}Lamport, Leslie,  \LaTeX{}: `` A Document Preparation System '',
Addison-Wesley Publishing Company, 1986.
\bibitem{3}\url{http://www.latexstudio.net/}
\bibitem{4}\url{http://www.chinatex.org/}
\end{thebibliography}\begin{appendices}\section{First appendix}\lipsum[13]Here are simulation programmes we used in our model as follow.\\\textbf{\textcolor[rgb]{0.98,0.00,0.00}{Input matlab source:}}
\lstinputlisting[language=Matlab]{./code/mcmthesis-matlab1.m}\section{Second appendix}some more text \textcolor[rgb]{0.98,0.00,0.00}{\textbf{Input C++ source:}}
\lstinputlisting[language=C++]{./code/mcmthesis-sudoku.cpp}\end{appendices}
\end{document}

代码中对控制页、公式、图片、代码的调用进行了示例,因为没有相关图片链接,运行代码时会报错
在此处获取相应压缩包,含图片与代码,解压后直接运行mcmthesis-demo.tex即可:https://pan.baidu.com/s/1YFlss2SfSSegH4AP0IGqJw

【LaTeX】LaTeX安装美赛模板(mcmthesis)使用笔记(含代码)相关推荐

  1. 美赛模板修改【超全版】

    文章目录 效果 去掉模板中重复的两个摘要 去掉摘要页的Summary 添加目录并更改目录页页眉 调整页边距 在目录中显示References标题 表格 伪代码 小文章或书信等的部分 原理.引理与证明 ...

  2. 2021年美赛准备(学习笔记) 2016年C题优质基金挑战

    2021年美赛准备(学习笔记) 2016年C题优质基金挑战 2021年美赛准备 2021年美赛准备(学习笔记) 2016年C题优质基金挑战 题目 怎么解决问题 算法的选择 背景 数据处理 数据填充 最 ...

  3. 【LaTeX】快速使用数学建模美赛模板写一篇有模有样的论文——在线LaTeX、公式编辑

    在今年二月,有幸在指导老师的指导和两位十分厉害的队友的通力合作下通过E题拿了一个H奖,属实十分荣幸. 我在队伍里是专门负责论文写作的,因此在参赛前需要找到最顺手的武器,在此我也将我再比赛中使用的工具分 ...

  4. LaTeX详细安装+电子科大模板运行

    !!!一定要下2019版(下过2015缺包太严重了),清华镜像texlive下载,下载2019.iso https://mirrors.tuna.tsinghua.edu.cn/CTAN/system ...

  5. 2023美赛春季赛Z题模型代码

    已经完成模型代码,仅供大家参考,需要更多请看文末 一.问题分析 首先需要收集与奥运会举办城市/国家相关的历史数据.这需要涉及诸如经济.土地利用.人类满意度(包括运动员和观众).旅行.基础设施建设.环境 ...

  6. 美赛论文Latex简易模板 | 快速上手(附注释)

    最近又是一年一度的美赛备战期(2019),想必会有许多萌新(包括我)正在积极地备战中.其中重要的一环想必就是上手Latex,照着往年O奖论文打出一份框架模板,掌握经常用到的Latex语法.了解基础用法 ...

  7. 【数学建模美赛】【LaTeX】论文模板

    [数学建模美赛][LaTeX]论文模板 0 引言 在数学建模竞赛中,往往论文的版面与美观占一定的分数,而大多数都利用word排版,因为word排版简单方便,但在最后转pdf时会出现版面的错乱情况,所以 ...

  8. 美赛 LaTex排版笔记

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

  9. LaTex 美赛笔记

    美赛模板下载网址: https://www.latexstudio.net/ 很多友友不知道texstudio自带教程的~ 超级nb的! 打开控制台 win+R 输入 texdoc lshort-zh ...

最新文章

  1. [BUUCTF-pwn]——[BJDCTF 2nd]rci
  2. C++ Qt全局异常处理器_QT教程
  3. 【OCR技术系列之八】端到端不定长文本识别CRNN代码实现
  4. python中setup什么意思_一个关于python3中setup.py小概念
  5. python中列表操作
  6. HDU2075 A|B?【水题】
  7. 货物与产品的区别_商品与一般物品和其他产品有什么区别?
  8. Jconsole/jvisualvm远程监控weblogic中间件配置
  9. mysql dbf导入数据库_MySQL数据库如何导入dbf格式数据?
  10. 从SynchronizedCollection说起
  11. 190430每日一句
  12. 如何管理好一个团队 怎样管理好一个团队 如何带领一个团队
  13. 一种高效查找树-radix的实现
  14. python编写关不掉的流氓表白软件——快去找你爱的他表白吧
  15. 臀部肌群锻炼方法大全
  16. 从《计算机网络》到TCP/IP
  17. var/let/const、块级作用域、TDZ、变量提升
  18. 磨金石教育摄影技能干货分享|优秀艺术类摄影作品欣赏
  19. html里的常用特殊符号表示大全
  20. Imagination NNA 为 UNISOC 5G 智能手机芯片提供动力

热门文章

  1. oracle Plsql 执行update或者delete时卡死问题解决办法
  2. 记Outlook插件与Web页面交互的各种坑 (含c# HttpWebRequest 连接https 的完美解决方法)
  3. webpack多页面开发与懒加载hash解决方案
  4. idea 文件只读不可编辑--解决方法
  5. vim“用sudo写”技巧如何工作?
  6. android okhttputils传数组,okhttp传递数组参数
  7. mysql执行语句返回主键_mysql语句insert后返回主键
  8. Git:clone时报错403
  9. Android:Eclipse+ADT+Android SDK 搭建安卓开发环境
  10. openopc.opcerror: dispatch: 无效的类字符串_实战PyQt5: 064-MV框架中的Model类