1 Star 3 Fork 1

Astro-Lee / YNU-thesis-bachelor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

YNU-thesis-bachelor

Sync to Gitee Compile LaTeX document Repo Size

联系方式

邮箱:liruizhi0871[AT]gmail.com

介绍

云南大学本科毕业论文(设计) LaTeX 模板根据《云南大学本科学生毕业论文(设计)工作要求及规范》《云南大学本科毕业论文(设计)写作规范(试行)》编写,个人能力、精力有限,不保证完全符合规范!此外,该模板未经学校官方核准,如有顾虑,请不要使用!

建议

  • 入门推荐阅读lshort-zh-cn
  • 任务期限在三个月以内不推荐新手使用 LaTeX

编辑

在线:Overleaf

本地:安装发行版软件 + Visual Studio Code 编辑器 + LaTeX Workshop 插件

在Visual Studio Code中使用快捷键Ctrl+p调出搜索框,搜索settings.json,并在其中添加如下代码:

"latex-workshop.view.pdf.viewer":"tab",
"latex-workshop.view.pdf.internal.synctex.keybinding": "double-click",
"latex-workshop.intellisense.package.enabled": true,
"latex-workshop.latex.autoClean.run": "onFailed",
"latex-workshop.message.error.show": false,
"latex-workshop.message.warning.show": false,

"latex-workshop.latex.recipes": [
    {
      "name": "latexmk 🔃",
      "tools": ["latexmk"]
    },],

"latex-workshop.latex.tools": [
    {
        "name": "latexmk",
        "command": "latexmk",
        "args": [],
        "env": {}
    },],

更多配置参考LaTeX Workshop WiKi

编译

仅支持XeLaTeX编译器,可使用 latexmk 命令进行编译:

  • 编译命令:latexmk
  • 清除编译过程中产生的辅助文件:latexmk -c

PDF转Word

可使用 Adobe PDF to Word 转换 *.pdf 文件。第二次转换文件时需要登录 Adobe 账号才能下载,建议在浏览器的“无痕浏览”、“隐私模式”等模式下访问以跳过强制登录(via. hnuthesis)。

压缩PDF文件

压缩PDF文件

Star History

Star History Chart

MIT License Copyright (c) 2021 Astro-Lee Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

云南大学本科学生毕业论文 (设计) LaTeX 模板 展开 收起
TeX/LaTeX 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TeX/LaTeX
1
https://gitee.com/Astro-Lee/YNU-thesis-bachelor.git
git@gitee.com:Astro-Lee/YNU-thesis-bachelor.git
Astro-Lee
YNU-thesis-bachelor
YNU-thesis-bachelor
main

搜索帮助