LaTex 模板 - FORMCM

  1. \documentclass{mcmthesis}
  2. \mcmsetup{CTeX = true, % 使用 CTeX 套装时,设置为 true
  3. tcn = 8989, problem = A,
  4. sheet = true, titleinsheet = true, keywordsinsheet = true,
  5. titlepage = true, abstract = false}
  6. %设置摘要页格式,一般按照该设置就行,true表示选择,false表示不选择,需要修改控制号和选择的题目
  7. \usepackage{palatino,amsthm,abstract}
  8. \usepackage{amsmath,amssymb,amstext,wasysym,enumerate,graphicx}
  9. \usepackage{float,booktabs,indentfirst}
  10. \graphicspath{{figures/}}
  11. \setlength{\parindent}{2em} % 首行缩进两个字符
  12. %\usepackage[UTF8, nocap]{ctex} %如果想使用中文输入的话,可以增加该宏包
  13. \title{TITLE TITLE TITLE TITLE}
  14. %\author{\small \href{http://www.latexstudio.net/}
  15. % {\includegraphics[width=7cm]{mcmthesis-logo}}}
  16. %\date{\today}
  17. %正文摘要和控制页摘要名字修改
  18. %\def\abstractname{Abstract}
  19. \def\sheetsummaryname{Summary}
  20. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  21. \begin{document}
  22. \begin{sheetsummary}
  23. sheet Summary
  24. sheet Summary
  25. \end{sheetsummary}
  26. % -----------------------------------------摘要内容
  27. % %正文摘要内容
  28. %\begin{abstract}
  29. %\end{abstract}
  30. %关键词 ;隔开
  31. \begin{keywords}
  32. keywords;keywords;keywords;
  33. \end{keywords}
  34. \maketitle
  35. \tableofcontents%生成目录
  36. \newpage % 开启新的一页
  37. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  38. \section{Introduction}
  39. \subsection{Background}
  40. \subsection{Previous Research}
  41. \subsection{Out work}
  42. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  43. \section{Analysis of the Problem}
  44. \begin{enumerate}
  45. \item
  46. \item
  47. \item
  48. \end{enumerate}
  49. \subsection{Problem one}
  50. \begin{itemize}
  51. \item
  52. \item
  53. \item
  54. \end{itemize}
  55. \subsection{Problem two}
  56. \subsection{Problem three}
  57. \begin{itemize}
  58. \item
  59. \item
  60. \item
  61. \end{itemize}
  62. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  63. \section{Assumptions}
  64. \begin{enumerate}
  65. \item
  66. \item
  67. \item
  68. \end{enumerate}
  69. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  70. \section{Symbols Definition}
  71. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  72. \section{Validating the Model}
  73. \section{Conclusions}
  74. \section{A Summary}
  75. \section{Evaluate of the Mode}
  76. \section{Strengths and weaknesses}
  77. \subsection{Strengths}
  78. \begin{itemize}
  79. \item
  80. \item
  81. \item
  82. \end{itemize}
  83. \begin{thebibliography}{99}
  84. \bibitem{1} D.~E. KNUTH The \TeX{}book the American
  85. Mathematical Society and Addison-Wesley
  86. Publishing Company , 1984-1986.
  87. \bibitem{2}Lamport, Leslie, \LaTeX{}: `` A Document Preparation System '',
  88. Addison-Wesley Publishing Company, 1986.
  89. \end{thebibliography}
  90. %-----------------------------------------附录说明
  91. \begin{appendices}
  92. \section{First appendix}
  93. %\textbf{\textcolor[rgb]{0.98,0.00,0.00}{Input matlab source:}}
  94. %\lstinputlisting[language=Matlab]{./code/mcmthesis-matlab1.m}
  95. \section{Second appendix}
  96. %some more text \textcolor[rgb]{0.98,0.00,0.00}{\textbf{Input C++ source:}}
  97. %\lstinputlisting[language=C++]{./code/mcmthesis-sudoku.cpp}
  98. \end{appendices}
  99. \end{document}
  100. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%--figure--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  101. % 图片部分
  102. \begin{figure}[H]
  103. \small
  104. \centering
  105. \includegraphics[width=8cm]{1.png}
  106. \caption{原始数据散点图} \label{fig:5.1.1}
  107. \end{figure}
  108. \begin{figure}[H]
  109. % 一个2*2图片的排列
  110. \begin{minipage}[h]{0.5\linewidth}
  111. \small
  112. \centering
  113. \includegraphics[width=0.5\textwidth]{4.1.png}
  114. \caption{残差R-1}\label{fig:5.1.4}
  115. \end{minipage}
  116. \begin{minipage}[H]{0.5\linewidth}
  117. \small
  118. \centering
  119. \includegraphics[width=0.5\textwidth]{4.2.png}
  120. \caption{残差R-2}\label{fig:5.1.5}
  121. \end{minipage}
  122. \end{figure}
  123. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%--math--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  124. \begin{equation}
  125. a^2 \label{aa}
  126. \end{equation}
  127. \[
  128. \begin{pmatrix}{*{20}c}
  129. {a_{11} } & {a_{12} } & {a_{13} } \\
  130. {a_{21} } & {a_{22} } & {a_{23} } \\
  131. {a_{31} } & {a_{32} } & {a_{33} } \\
  132. \end{pmatrix}
  133. = \frac{{Opposite}}{{Hypotenuse}}\cos ^{ - 1} \theta \arcsin \theta
  134. \]
  135. \[
  136. p_{j}=\begin{cases} 0,&\text{if $j$ is odd}\\
  137. r!\,(-1)^{j/2},&\text{if $j$ is even}
  138. \end{cases}
  139. \]
  140. \[
  141. \arcsin \theta =
  142. \mathop{{\int\!\!\!\!\!\int\!\!\!\!\!\int}\mkern-31.2mu
  143. \bigodot}\limits_\varphi
  144. {\mathop {\lim }\limits_{x \to \infty } \frac{{n!}}{{r!\left( {n - r}
  145. \right)!}}} \eqno (1)
  146. \]
  147. %--------------------------------------------------------------
  148. $\mathop{A}_{ij}$ and $A_{ij}$ 不一样\\
  149. $\left(123 \right)$ and $123$ and 123 不一样
  150. %--------------------------------------------定理的阐述
  151. \begin{Theorem} \label{thm:latex}
  152. 三角形两边之和大于第三边\LaTeX
  153. \end{Theorem}
  154. %--------------------------------------------引理的阐述
  155. \begin{Lemma} \label{thm:tex}
  156. \TeX .
  157. \end{Lemma}
  158. % -------------------------------------------证明的阐述
  159. \begin{proof}
  160. The proof of theorem.
  161. \end{proof}
  162. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%--table--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  163. \begin{center}
  164. \begin{tabular}{c|cclcrcc}
  165. \hline
  166. Year & theta & $S_1^-$ & $S_2^-$ & $S_3^-$ & $S_4^+$ & $S_5^+$ & $S_6^+$ \\%表格标题
  167. \hline
  168. 2016 & 1 & 0 & 0 & 0.0001 & 0 & 0 & 0 \\
  169. 2017 & 0.9997 & 0.0555 & 0 & 0.2889 & 0.1844 & 0.463 & 0 \\
  170. 2018 & 0.9994 & 0 & 0 & 0.0012 & 0.3269 & 0.7154 & 0 \\
  171. 2019 & 0.9993 & 0 & 0 & 0 & 0.4325 & 1.0473 & 0 \\
  172. 2020 & 0.9991 & 0 & 0 & 0 & 0.5046 & 1.2022 & 0 \\
  173. 2021 & 0.999 & 0 & 0 & 0 & 0.5466 & 1.2827 & 0 \\
  174. 2022 & 0.9989 & 0.0017 & 0 & 0.3159 & 0.562 & 1.2995 & 0 \\
  175. 2023 & 0.9989 & 0 & 0 & 0.0109 & 0.5533 & 1.2616 & 0 \\
  176. 2024 & 0.9989 & 0 & 0 & 0 & 0.5232 & 1.1769 & 0 \\
  177. 2025 & 0.9989 & 0 & 0 & 0.1009 & 0.4738 & 1.0521 & 0 \\
  178. 2026 & 0.9991 & 0 & 0 & 0 & 0.4071 & 0.8929 & 0 \\
  179. 2027 & 0.9992 & 0.0004 & 0 & 0.1195 & 0.3248 & 0.7042 & 0 \\
  180. 2028 & 0.9994 & 0.0164 & 0 & 0.046 & 0.2287 & 0.4902 & 0 \\
  181. 2029 & 0.9997 & 0 & 0 & 0.0609 & 0.12 & 0.2545 & 0 \\
  182. 2030 & 1 & 0 & 0 & 0 & 0 & 0 & 0 \\
  183. \hline
  184. \end{tabular}
  185. \end{center}
  186. \begin{center}
  187. \begin{tabular}{c|cc}
  188. \hline
  189. 年份 & \multicolumn{2}{c}{指标}\\
  190. \hline
  191. 2017 & 0.9997 & 0.0555 \\
  192. 2018 & 0.9994 & 0 \\
  193. 2019 & 0.9993 & 0 \\
  194. \hline
  195. \end{tabular}
  196. \end{center}
  197. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  198. \renewcommand\arraystretch{1.5}
  199. \begin{table}[H]
  200. \centering
  201. \caption{参数估计值}\label{tab-1}
  202. \setlength{\tabcolsep}{7mm}{
  203. \begin{tabular}{lcc}
  204. \hline
  205. 说明& $b_0$&$b_1$\\
  206. \hline
  207. 参数值 & 72.2681 & -0.0304 \\
  208. 参数的置信区间 & [55.8341,88.7020] & [-0.0386, -0.0221]\\
  209. \hline
  210. \end{tabular}
  211. }
  212. \end{table}
  213. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  214. \begin{minipage}{0.5\linewidth}
  215. \begin{tabular}{|c|c|c|}
  216. \hline
  217. \multicolumn{2}{|c|}{\multirow{2}{*}{合并}}&测试\\
  218. \cline{3-3}
  219. \multicolumn{2}{|c|}{}& 0.9997 \\
  220. \hline
  221. 2019 & 0.9993 & 0 \\
  222. \hline
  223. \end{tabular}
  224. \end{minipage}
  225. \begin{minipage}{0.5\linewidth}
  226. \begin{tabular}{c|ccc}
  227. \hline
  228. 年份 & \multicolumn{3}{c}{指标}\\
  229. \hline
  230. \multirow{3}{*}{合并}&2017 & 0.9997 & 0.0555 \\
  231. &2018 & 0.9994 & 0 \\
  232. &2019 & 0.9993 & 0 \\
  233. \hline
  234. \end{tabular}
  235. \end{minipage}
  236. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%--itemize--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  237. %\lipsum[2]
  238. 这里是介绍性文字
  239. \begin{itemize} %条目
  240. \item minimizes the discomfort to the hands, or
  241. \item maximizes the outgoing velocity of the ball.
  242. \end{itemize}
  243. We focus exclusively on the second definition.
  244. \begin{itemize} %条目
  245. \item the initial velocity and rotation of the ball,
  246. \item the initial velocity and rotation of the bat,
  247. \item the relative position and orientation of the bat and ball, and
  248. \item the force over time that the hitter hands applies on the handle.
  249. \end{itemize}
  250. %\lipsum[3]
  251. \begin{itemize}
  252. \item the angular velocity of the bat,
  253. \item the velocity of the ball, and
  254. \item the position of impact along the bat.
  255. \end{itemize}
  256. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%--end--%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

LaTeX模板 - FORMCM的更多相关文章

  1. 国内大学毕业论文 LaTeX 模板集合

    西北工业大学学位论文LaTeX模板 http://code.google.com/p/nwputhesis/ 西北工业大学硕博士论文LaTeX模版 http://code.google.com/p/n ...

  2. 国内大学毕业论文LaTeX模板集合

    国内大学毕业论文LaTeX模板集合 薛瑞尼的清华大学学位论文LaTeX模板http://sourceforge.net/projects/thuthesis/ 北大论文文档 LaTeX 模板 pkut ...

  3. IEEE LaTeX模板使用BibTeX

    IEEE LaTeX 模板使用 BibTeX 在Google Scholar获得的文献引用格式一般是BibTex的,而IEEE Transactions的模板默认用的是BibItem.目前没有什么自动 ...

  4. 【持续更新】一个简洁、易用的美赛LaTeX模板: easyMCM

    目录 1 当前美赛模板通行情况的概述 2 easymcm宏包说明 2.1 与mcmthesis的关系之说明 2.2 easymcm宏包的简介 2.3 美赛模板下载地址 3 常见问题的解决方案 若您无意 ...

  5. 山东大学硕士/博士研究生毕业论文--Latex模板

    山东大学硕士/博士研究生毕业论文Latex模板 模板下载地址:  https://github.com/Tsingke/SDU_thesis_template_for_postgraduate 封皮预 ...

  6. 定制一个支持中英文的简单LaTex模板

    平常写汇报文档什么的,word排版有时还是比较费劲,遂定制一个简单的LaTex模板,中文默认为宋体,英文为LaTex默认字体,支持彩色高亮展示,有目录书签,有页眉展示,大致如下: LaTex代码如下: ...

  7. 【持续更新】一个简洁、易用的美赛 LaTeX 模板: easyMCM

    目录 1 当前美赛模板通行情况的概述 2 EasyMCM 宏包说明 2.1 与 mcmthesis 的关系之说明 2.2 easymcm宏包的简介 2.3 美赛模板下载地址 3 README 摘录 3 ...

  8. 哈尔滨工业大学(深圳)本科毕业设计(论文)LaTeX模板:hitszthesis

    目录 本篇文章的主要内容如下: 目录 引言 Why hitszthesis? 下载方式 编译方式简介 模板说明文档(用户手册) 毕业论文撰写样例 后记 引言 去年发布过哈深本科毕业设计(论文)的LaT ...

  9. Latex安装教程(附美赛论文latex模板)

    @ 目录 Latex简介 安装步骤 texlive下载 配置环境变量 配置Texsudio latex版本helloworld 美赛 latex模板 Latex简介 LaTeX(LATEX,音译&qu ...

随机推荐

  1. Java 内省(Introspector)深入理解

    Java 内省(Introspector)深入理解 一些概念: 内省(Introspector) 是Java 语言对 JavaBean 类属性.事件的一种缺省处理方法. JavaBean是一种特殊的类 ...

  2. pymsql与ORM--python操作MySQL之利器

    pymsql 原生模块 pymsql是python中操作MySQL的模块,其使用方法和MySQLdb几乎相同. 下载安装 pip3 install pymysql 使用操作 1.执行SQL impor ...

  3. SKBUFFER详解

    纯属转载,不敢侵犯别人产权!! 一. SKB_BUFF的基本概念1. 一个完整的skb buff组成(1) struct sk_buff--用于维护socket buffer状态和描述信息(2) he ...

  4. javascript 之 typeof 与 instanceof

    1.typeof:返回一个表达式的数据类型的字符串 返回结果为js的数据类型,包括number,boolean,string,object,undefined,function. var a = 1; ...

  5. python学习笔记(十六)内置函数zip、map、filter的使用

    1.zip,就是把两个或者多个list,合并到一起,如果想同时循环2个list的时候,就使用zip.示例如下: l1 = ['a','b','c','e','f','g'] l2 = [,,] l3= ...

  6. PHP 语言结构(Language constructs)和函数的区别

    相信大家经常看到对比一些PHP应用中,说用isset() 替换 strlen(),isset比strlen执行速度快等. 例子: if ( isset($username[5]) ) { // The ...

  7. 如何使用别人的代码 (特指在MFC里面 或者推广为C++里面)

    别人写了一堆代码,给了你源代码.在C++里面 应该是  头文件(.h)和源文件(.cpp).  那么我们如何使用他们呢?? 第一步:将其包含进来 如下图  ,不论是头文件还是源文件都如此 第二步:告诉 ...

  8. Python(异常处理)

    一 错误和异常 程序中难免出现错误,而错误分成两种 1.语法错误(这种错误,根本过不了python解释器的语法检测,必须在程序执行前就改正) 2.逻辑错误(逻辑错误) 什么是异常 异常就是程序运行时发 ...

  9. oracle 数据库误删数据,误删表的恢复

    1.某表的数据误删了,那么可以查询这个表某一时间节点之前的数据,并放到一个新建的表里. create table temptable as select * from t_billdefi  as O ...

  10. Tfs更新 TfsConfig

    Start TfsJobAgent TfsServiceControl unquiesce 更新serviving状态 TfsConfig diagnose /scope:updates TfsCon ...