Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/preview/touying-simpl-nwpu/0.1.0/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
MIT License
Copyright (c) 2024 tzhtaylor (Original Work)
Copyright (c) 2026 Ramana (Modifications)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
45 changes: 45 additions & 0 deletions packages/preview/touying-simpl-nwpu/0.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# 西北工业大学 Touying 幻灯片主题

基于 Touying 构建的西北工业大学(NWPU)演示模板,使用学校官网提供的蓝色/白色校标,并以 NWPU 蓝 `#0054A3` 作为默认主色。

## 快速使用

```typst
#import "@preview/touying:0.6.1": *

Check warning on line 8 in packages/preview/touying-simpl-nwpu/0.1.0/README.md

View check run for this annotation

Typst package check / @preview/touying-simpl-nwpu:0.1.0

packages/preview/touying-simpl-nwpu/0.1.0/README.md#L8

This import seems to use an older version of the package.
#import "@preview/touying-simpl-nwpu:0.1.0": *

#show: nwpu-theme.with(config-info(
title: [Your Title],
subtitle: [Your Subtitle],
author: [Author],
date: datetime.today(),
institution: [Northwestern Polytechnical University],
))

#title-slide()
#outline-slide()

= Section

== Slide Title

Slide content.

== End <touying:unoutlined>

#end-slide[Thank you!]
```

也可运行:

```sh
typst init @preview/touying-simpl-nwpu:0.1.0
```

## 视觉资源

模板中的 NWPU 蓝色与白色校标来自西北工业大学官网。其他背景和装饰均由 Typst 原生图形生成,不依赖其他高校的视觉资源。

## License

MIT License。学校名称与校标的使用应遵循西北工业大学相关规范。
Loading
Loading