Administrator
发布于 2026-04-30 / 21 阅读
0
0

桂电学位论文

  • 桂电 latex 模板地址

https://github.com/YanMing-lxb/GUET_Thesis_LaTeX

主要是需要仓库地址中.cls文件,可以构成的论文写作目录架构可以如下

theis_latex/
├── Chapters/                           #章节内容/摘要/致谢等
│   ├── Abstract.tex
│   ├── appendix.tex
│   └── chapter1.tex
├── Pictures/                           #封面logo
│   ├── Guet-logo-black.pdf
│   └── Guet-logo.pdf
├── References/                         #参考文献
│   └── references.bib
├── figure/                             #实验数据
│   ├── L1_R_L2_Ric_Compare-eps-converted-to.pdf
│   └── L1_R_L2_Ric_Compare.eps
├── latex_template/                     #latex格式模板文件
│   └── GUET-Thesis.cls
├── main.pdf                            #最终编译生成的pdf文件
└── main.tex                            #入口文件


评论