金陵科技学院 LaTeX 幻灯片模板 / Jinling Institute of Technology LaTeX Beamer presentation template
这是一个面向金陵科技学院课程汇报、毕业答辩、科研展示和学术报告的 LaTeX Beamer 幻灯片模板。仓库提供中文与英文两个入口文件,并内置校徽、校园背景、主题色、页脚、标题页、目录页、图表页、公式页和参考文献页示例。
- 金陵科技学院视觉风格:主色为 JIT 蓝
RGB(0, 100, 176),配合深蓝、青蓝与少量暖橙强调色。 - 中英文双版本:
pre-cn.tex使用jitpptthesis-cn.cls,pre-en.tex使用jitpptthesis-en.cls。 - 宽屏输出:默认 16:9,适合课堂展示、会议报告和答辩投影。
- 学术内容组件:内置定义、定理、假设、引理、方法、示例和参考文献样式。
- 适配本地 TeX Live 与 Overleaf,推荐使用 XeLaTeX 编译。
.
├── pre-cn.tex # 中文示例入口
├── pre-en.tex # English demo entry
├── pre.bib # 示例参考文献
├── jitpptthesis-cn.cls # 中文模板类
├── jitpptthesis-en.cls # English template class
├── fig/template/ # 校徽、背景图和示例图片
├── demo/ # README 预览图
├── Makefile # 本地构建脚本
└── SKILL.md # Agent 复用规范
本地编译:
make分别编译中文或英文版本:
make cn
make en手动编译:
xelatex pre-cn
bibtex pre-cn
xelatex pre-cn
xelatex pre-cn英文版本将 pre-cn 替换为 pre-en 即可。
- 在 Overleaf 创建新项目并上传本仓库压缩包。
- 将 Compiler 设置为
XeLaTeX。 - 中文版本主文件选择
pre-cn.tex,英文版本主文件选择pre-en.tex。 - 点击 Recompile 生成 PDF。
- 修改标题、作者、学院、日期:编辑
pre-cn.tex或pre-en.tex开头的\title、\author、\institute、\date。 - 替换校徽或背景:更新
fig/template/jit-logo.png、fig/template/jit-buildings.png,并保持文件路径不变。 - 修改主题色:编辑
.cls文件中的JITCOLOR,默认值为RGB(0, 100, 176)。 - 添加图片:建议放入
fig/下的独立子目录,保持素材和正文分离。
本模板由已有 Beamer 模板整理与本地化改造而来,参考了 Cumtb-Beamer 与 sysu-thesis 等开源项目的组织方式。若所在学院有正式 PPT 或答辩模板规范,请以学院要求为准。
This repository provides a LaTeX Beamer presentation template for Jinling Institute of Technology. It is suitable for course presentations, thesis defenses, research talks, and academic reports. Both Chinese and English demo entries are included.
- JIT-oriented visual identity with the primary color
RGB(0, 100, 176). - Chinese and English variants:
pre-cn.texwithjitpptthesis-cn.cls, andpre-en.texwithjitpptthesis-en.cls. - 16:9 widescreen output for classrooms, meetings, and projectors.
- Built-in academic blocks for definitions, theorems, assumptions, lemmas, methods, examples, equations, figures, and references.
- Works with local TeX Live and Overleaf. XeLaTeX is recommended.
Build both demos:
makeBuild one language:
make cn
make enManual build:
xelatex pre-en
bibtex pre-en
xelatex pre-en
xelatex pre-enUse pre-cn instead for the Chinese version.
Use pre-cn.tex or pre-en.tex as the starting point for new slides. Keep the class files and fig/template/ assets in the same relative paths unless you also update the references inside the class files and demo sources.

