这份模板是美国大学生数学建模竞赛(MCM/ICM)的论文模板。模板遵循赛事官方的要求,设置了页眉页脚、字体和摘要页等内容。本文档对模板的使用做出了说明。
2024 年的变化如下:
III. 2024年的变化
为了适配新增加的部分,我们增加了 AI 生成内容的排版和引用命令 \AIcite{AI1,AI2,AI3}
官方说这些生成式的内容不计算在 25 页里,因此我们增加了,\AImatter
让总页数的计算在 AI 生成内容之前结束。
排版 AI 生成的内容的时候,用如下的环境排版,与 thebibliography
使用方法一样。
\bibitem{AI1}
Bing AI\\
Query1: write a sort algorithm\\
Output: Sure, I can help you with that. Here is a simple implementation of the selection sort algorithm in Python:
\begin{lstlisting}[language=python]
def selection_sort(arr):
for i in range(len(arr)):
min_idx = i
for j in range(i + 1, len(arr)):
if arr[min_idx] > arr[j]:
min_idx = j
arr[i], arr[min_idx] = arr[min_idx], arr[i]
return arr
\end{lstlisting}
This algorithm sorts an array by repeatedly finding the minimum element from the unsorted part of the array and putting it at the beginning. \href{https://www.geeksforgeeks.org/sorting-algorithms/}{The time complexity of this algorithm is O($n^2$)}.
\bibitem{AI2}
OpenAl Enie (Nov 5, 2023 version, Ernie 4.0)\\
Query1: <insert the exact wording of any subsequent input into the Al tool>\\
Output: <insert the complete output from the second query>
\bibitem{AI3}
Github CoPilot (Feb 3, 2024 version)\\
Query1: <insert the exact wording you input into the Al tool>\\
Output: <insert the complete output fron the Al tool>
\end{ReportAiUse}
排版效果如下:
其他效果图如下:
这次我们建立了交流群,大家可以加入交流。
下载地址,最新版本,更新时间 2024 年 1 月 22 日:
mcmthesis-0122.zip
1 月 24 日更新版本,根据官网提供的 sheet 代码,调整了版面的尺寸 letterpaper 改为 a4paper,调整了字体默认使用 newtx,起始页改为从 sheet 开始计算等。
mcmthesis-0124-update.zip
视频教程:https://www.bilibili.com/video/BV1Kg4y1e7Ti
欢迎大家关注我们公众号,享受精致科研生活: