QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 3784|回复: 0
打印 上一主题 下一主题

【LaTeX】LaTeX安装&美赛模板(mcmthesis)使用笔记(含代码)

[复制链接]
字体大小: 正常 放大
杨利霞        

5273

主题

82

听众

17万

积分

  • TA的每日心情
    开心
    2021-8-11 17:59
  • 签到天数: 17 天

    [LV.4]偶尔看看III

    网络挑战赛参赛者

    网络挑战赛参赛者

    自我介绍
    本人女,毕业于内蒙古科技大学,担任文职专业,毕业专业英语。

    群组2018美赛大象算法课程

    群组2018美赛护航培训课程

    群组2019年 数学中国站长建

    群组2019年数据分析师课程

    群组2018年大象老师国赛优

    跳转到指定楼层
    1#
    发表于 2020-3-9 14:57 |只看该作者 |倒序浏览
    |招呼Ta 关注Ta
    【LaTeX】LaTeX安装&美赛模板(mcmthesis)使用笔记(含代码)

    安装->美赛模板mcmthesistex环境与编辑器安装选择texlive安装tex环境
    安装tex有许多途径可以选择,这里我选择使用texlive进行安装。
    可以在网站 www.tug.org/texlive/ 获取最新版本免费texlive。

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

    在 texstudio.sourceforge.net 下载texstudio。

    mcmthesis笔记

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

    \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}




    zan
    转播转播0 分享淘帖0 分享分享0 收藏收藏0 支持支持0 反对反对0 微信微信
    您需要登录后才可以回帖 登录 | 注册地址

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

    关于我们| 联系我们| 诚征英才| 对外合作| 产品服务| QQ

    手机版|Archiver| |繁體中文 手机客户端  

    蒙公网安备 15010502000194号

    Powered by Discuz! X2.5   © 2001-2013 数学建模网-数学中国 ( 蒙ICP备14002410号-3 蒙BBS备-0002号 )     论坛法律顾问:王兆丰

    GMT+8, 2025-7-28 01:24 , Processed in 0.318514 second(s), 50 queries .

    回顶部