Skip to content

Repository files navigation

JIT LaTeX Beamer Template

金陵科技学院 LaTeX 幻灯片模板 / Jinling Institute of Technology LaTeX Beamer presentation template

Chinese demo

English demo

中文说明

这是一个面向金陵科技学院课程汇报、毕业答辩、科研展示和学术报告的 LaTeX Beamer 幻灯片模板。仓库提供中文与英文两个入口文件,并内置校徽、校园背景、主题色、页脚、标题页、目录页、图表页、公式页和参考文献页示例。

特点

  • 金陵科技学院视觉风格:主色为 JIT 蓝 RGB(0, 100, 176),配合深蓝、青蓝与少量暖橙强调色。
  • 中英文双版本:pre-cn.tex 使用 jitpptthesis-cn.clspre-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 使用

  1. 在 Overleaf 创建新项目并上传本仓库压缩包。
  2. 将 Compiler 设置为 XeLaTeX
  3. 中文版本主文件选择 pre-cn.tex,英文版本主文件选择 pre-en.tex
  4. 点击 Recompile 生成 PDF。

定制方式

  • 修改标题、作者、学院、日期:编辑 pre-cn.texpre-en.tex 开头的 \title\author\institute\date
  • 替换校徽或背景:更新 fig/template/jit-logo.pngfig/template/jit-buildings.png,并保持文件路径不变。
  • 修改主题色:编辑 .cls 文件中的 JITCOLOR,默认值为 RGB(0, 100, 176)
  • 添加图片:建议放入 fig/ 下的独立子目录,保持素材和正文分离。

致谢

本模板由已有 Beamer 模板整理与本地化改造而来,参考了 Cumtb-Beamersysu-thesis 等开源项目的组织方式。若所在学院有正式 PPT 或答辩模板规范,请以学院要求为准。

English

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.

Features

  • JIT-oriented visual identity with the primary color RGB(0, 100, 176).
  • Chinese and English variants: pre-cn.tex with jitpptthesis-cn.cls, and pre-en.tex with jitpptthesis-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.

Quick Start

Build both demos:

make

Build one language:

make cn
make en

Manual build:

xelatex pre-en
bibtex pre-en
xelatex pre-en
xelatex pre-en

Use pre-cn instead for the Chinese version.

Reuse Notes

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.

About

Jinling Institute of Technology LaTeX Beamer presentation template with Chinese and English demos

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages