# 数学建模论文 **Repository Path**: kuqilin/math-paper ## Basic Information - **Project Name**: 数学建模论文 - **Description**: 我们小组的数学建模论文远程仓库,方便版本控制。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-29 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数学论文 ``` git config --global user.name "username" git config --global user.email "emailAddress" ``` 推送时,先`git remote -v`看看有没有把`https://gitee.com/kuqilin/math-paper.git`加入,使用`git remote add https://gitee.com/kuqilin/math-paper.git` 以后推送用`git push`可以直接到远程仓库。 要编译,请使用`XeLaTeX`并且初次编译,请按照`XeLaTex -> BibTeX -> XeLaTeX -> XeLaTeX`的顺序。 每次写之前要记得`git pull`拉取远程最新版本。 每次写完要`git add <文件>`然后`git commit -m "<推送注释>"` 最后`git push` 注意,使用`git status`可以查看当前状态。