Latex2021数模国赛模板使用

Posted Z|Star

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Latex2021数模国赛模板使用相关的知识,希望对你有一定的参考价值。

本文用于排版时快速复制需要的内容框架。
所用模板为2021Latex国赛模板

插入图片

width根据需要改.

\\begin{figure}[H]
	\\centering
	\\includegraphics[width=8cm]{../../所用图片/12.png}
	\\caption{问题一流程图}
\\end{figure}

连续实心点

\\begin{itemize}
\\item 
\\item 
\\item 
\\end{itemize}

插入公式

\\begin{equation}

\\end{equation}

插入图片

\\begin{figure}[H]
	\\small
	\\centering
	\\includegraphics[width=12cm]{../../所用图片/1.png}
	\\caption{任务分布图} 
\\end{figure}

字体加粗

\\textbf{}

插入表格(带底注)

\\begin{table}[H]
	\\centering
	\\begin{threeparttable}       
	\\begin{tabular}{|c|c|c|c|c|}
	\\hline
	任务号码  & 原任务标价 & 原任务执行情况 & 现任务标价 & 现任务执行情况 \\\\ \\hline
	A0001 & 66    & 0       & 51    & 1       \\\\ \\hline
	A0002 & 60    & 0       & 61    & 1       \\\\ \\hline
	A0003 & 60    & 1       & 61    & 1       \\\\ \\hline
	A0004 & 75    & 0       & 59    & 1       \\\\ \\hline
	A0005 & 60    & 0       & 61    & 1       \\\\ \\hline
	\\multicolumn{5}{|c|}{......}              \\\\ \\hline
	A0831 & 60    & 0       & 61    & 0       \\\\ \\hline
	A0832 & 72    & 1       & 51    & 1       \\\\ \\hline
	A0833 & 85    & 1       & 66.5  & 1       \\\\ \\hline
	A0834 & 60    & 1       & 61    & 1       \\\\ \\hline
	A0835 & 85    & 1       & 66.5  & 1       \\\\ \\hline
	\\end{tabular}
	\\begin{tablenotes}
		\\footnotesize
		\\item 注:由于篇幅有限,这里仅展示部分数据。
	\\end{tablenotes}
	\\caption{问题二任务标价与执行情况}
\\end{threeparttable}     
\\end{table}

插入表格(不带底注)

\\begin{table}[H]
	\\centering
	\\begin{tabular}{|c|c|c|c|}
		\\hline
		打包任务数 & 个数 & 打包任务数 & 个数 \\\\ \\hline
		20    & 8  & 10    & 8  \\\\ \\hline
		19    & 13 & 9     & 6  \\\\ \\hline
		18    & 15 & 8     & 2  \\\\ \\hline
		17    & 11 & 7     & 16 \\\\ \\hline
		16    & 5  & 6     & 12 \\\\ \\hline
		15    & 8  & 5     & 11 \\\\ \\hline
		14    & 7  & 4     & 14 \\\\ \\hline
		13    & 6  & 3     & 15 \\\\ \\hline
		12    & 4  & 2     & 14 \\\\ \\hline
		11    & 5  &       &    \\\\ \\hline
	\\end{tabular}
	\\caption{附件三任务打包表}
\\end{table}

以上是关于Latex2021数模国赛模板使用的主要内容,如果未能解决你的问题,请参考以下文章

通俗易懂的Latex教程文档

2021国赛数学建模赛题与分析

基于SPSS的Fisher线性判别分析(国赛数模2020C第二题为例)

国赛数模2017B思路汇总第二部分(题目二)

国赛数模2017B思路汇总第一部分(题目一)

2019数模国赛总结