Skip to content

MrDynimate/NEIE_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEIE_template

一个用于重庆大学(卓工院)本科毕业论文的 LaTeX 模板


目录


简介

毕设论文模板, 根据重庆大学卓工院发布的 Word 模板格式以及重庆大学毕业论文规范制作。

推荐工作流:TeX Live + VS Code (LaTeX Workshop Extension) / TeXStudio,overleaf没有测试,但是应该也可以

有问题请加q2198266904,每年模板可能有变动,维护靠大家


安装与使用

  1. 确保已安装 TeX Live
    (测试环境为 TeX Live 2023)
  2. 克隆本项目到本地:
    git clone https://github.com/HabitGraylight/NEIE_template.git
  3. 进入项目目录:
    cd NEIE_template
  4. 编译:
    # Windows:
    .\build.bat
    # Linux:
    ./build.sh

文件结构

NEIE_template/
├── main.tex               # 主文档
├── config/                # 配置文件
│   ├── style/             # 样式文件
│   │   ├── essay.sty      # 正文样式
│   │   ├── appendix.sty   # 附录样式
│   │   ├── acknowledgements.sty # 致谢样式
│   │   ├── abstract.sty   # 摘要样式
│   │   ├── content.sty    # 目录样式
│   │   ├── cquthesis-cover.sty # 封面样式
│   │   ├── reference.sty  # 参考文献样式
│   └── fonts/             # 字体资源
├── assets/                # 资源文件
│   ├── images/            # 图片
│   └── bib/               # 文献
│       └── references.bib # 文献数据库
├── README.md              # 项目说明文件
└── document.cls           # 文档类文件

About

Contributing to the LaTeX thesis template for the College of Energy and Power Engineering at Chongqing University.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 99.2%
  • Other 0.8%