slidev-theme-tju-academic
v0.1.0
Published
A Slidev theme for TJU academic presentations (thesis defense, group meetings)
Maintainers
Readme
slidev-theme-tju-academic
A Slidev theme for Tianjin University academic presentations, suitable for thesis defense and group meeting slides.
Install
Add the following to your slide's frontmatter:
theme: slidev-theme-tju-academicOr use a local path during development:
theme: ../slidev-tju-academicLayouts
cover — Cover page
---
layout: cover
title: 论文题目
inline:
- 姓名 # first item gets underline
- XX学院
- 20XX级XX硕士生
lines:
- 指导教师:XX 教授 # each item on its own line
- 20XX年X月
---Works for both defense and meeting/paper modes — just change the content:
---
layout: cover
title: Paper Title
inline:
- 姓名(第一作者)
- Co-author A
lines:
- ICSE 20XX
- 20XX年X月
---toc — Table of contents
Uses the TocItem component. Set active on the current section to highlight it; others are dimmed automatically.
---
layout: toc
---
<TocItem n="01" text="选题背景" active />
<TocItem n="02" text="国内外研究现状" />
<TocItem n="03" text="研究思路和方法" />
<TocItem n="04" text="课题开展计划" />content — Content page
---
layout: content
title: 一、选题背景
---
Slide content here...thanks — Thank-you page
---
layout: thanks
main: 感谢各位老师批评指正! # optional, this is the default
lines:
- 答辩人:姓名 # optional extra lines
---License
MIT
