├── .ecrc
├── .editorconfig
├── .markdownlint.yaml
├── README.draft.md
├── README.md
├── assets
└── wechat-qrcode.jpeg
└── toc.sh
/.ecrc:
--------------------------------------------------------------------------------
1 | {
2 | "Exclude": [".git"]
3 | }
4 |
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | root = true
2 |
3 | [*]
4 | indent_style = space
5 | indent_size = 2
6 | charset = utf-8
7 | trim_trailing_whitespace = true
8 | insert_final_newline = true
9 |
--------------------------------------------------------------------------------
/.markdownlint.yaml:
--------------------------------------------------------------------------------
1 | # markdownlint config file
2 | # Playground: https://dlaa.me/markdownlint/
3 | # Rules: https://github.com/DavidAnson/markdownlint/tree/main#rules--aliases
4 |
5 | default: true
6 |
7 | # MD013 - Line length
8 | MD013:
9 | line_length: 1000
10 |
11 | # MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
12 | MD024:
13 | siblings_only: true
14 |
--------------------------------------------------------------------------------
/README.draft.md:
--------------------------------------------------------------------------------
1 | # Awesome Typst 中文版
2 |
3 | 列表收集了 [Typst](https://github.com/typst/typst) 相关的资源,扩展,应用等。
4 |
5 | 本列表由 [Typst 中文社区](https://typst.cn) 维护,欢迎提交 PR 一起维护。微信群:
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | ## 官方项目链接
14 |
15 | - [typst.app](https://typst.app): Typst 官网和 Typst 在线 App.
16 | - [Typst 文档](https://typst.app/docs)
17 | - [GitHub](https://github.com/typst/typst)
18 | - [博客](https://typst.app/blog/)
19 | - 社交媒体: [Discord] [Instagram] [LinkedIn] [Twitter]
20 |
21 | [discord]: https://discord.gg/2uDybryKPe
22 | [instagram]: https://instagram.com/typstapp/
23 | [linkedin]: https://www.linkedin.com/company/typst/
24 | [twitter]: https://twitter.com/typstapp/
25 |
26 | ## 文档和教程
27 |
28 | ### 文档
29 | - [Typst中文文档](https://github.com/Zuttergutao/Typstdocs-Zh-CN-): 随便翻译的Typst中文文档
30 |
31 | ## 第三方工具
32 |
33 | ### 工具
34 |
35 | - [yank](https://addons.mozilla.org/en-US/firefox/addon/yank/):Firefox 扩展,用到了 typst 作为内容输出格式支持 , Yank URL and title of current tab, format to a chosen markup language, and copy to clipboard (supports typst link format)
36 | - [typst-bot](https://github.com/mattfbacon/typst-bot):discord 机器人,支持 typst 渲染 ,A discord bot to render Typst code
37 | - [typst-fmt](https://github.com/astrale-sharp/typst-fmt/): typ 文件格式化工具,An in development Typst formatter (PR welcomed)
38 | - [typst-live](https://github.com/ItsEthra/typst-live): 基于浏览器的 PDF 自动刷新工具,Hot reloading of pdf in web browser
39 | - [typst-pandoc](https://github.com/lvignoli/typst-pandoc): Pandoc 集成 ,Typst custom reader and writer for Pandoc
40 |
41 | ### 编辑器
42 |
43 | - [Drafts](https://github.com/limads/drafts): Typst 的编辑器(WIP),Drafts is an editor for technical writing that leverages the Typst typesetting system.
44 | - [typster](https://github.com/wflixu/typster): Tauri 编写的 typst 阅读和编辑器,typst reader and editor
45 |
46 |
47 | ## 模板
48 |
49 | ### 官方
50 |
51 | - [typst/templates](https://github.com/typst/templates): 官方提供的模板,可以下载,也可以直接在 typst.app 在线服务中使用
52 |
53 | ### 中国大学论文
54 |
55 | - [pkuthss-typst](https://github.com/lucifer1004/pkuthss-typst): 北京大学学位论文模板,Typst template for dissertations in Peking University (PKU).
56 | - [BUAA-typst](https://github.com/cherichy/BUAA-typst): 北京航空航天大学学位论文模板
57 | - [bupt-typst](https://github.com/QQKdeGit/bupt-typst): 北京邮电大学本科学士学位论文模板
58 | - [HUST-typst-template](https://github.com/werifu/HUST-typst-template): 用于华科毕业设计(本科)的 typst 模板。
59 | - [SHU-Bachelor-Thesis-Typst](https://github.com/shuosc/SHU-Bachelor-Thesis-Typst): 上海大学本科毕业论文 typst 模板 (开发ing)
60 | - [sysu-thesis-typst](https://github.com/howardlau1999/sysu-thesis-typst): 中山大学学位论文 Typst 模板
61 | - [ZJGSU-typst-template](https://github.com/jujimeizuo/ZJGSU-typst-template): 浙江工商大学毕业设计(本科)的 typst 模板。
62 | - [CQUPTypst](https://github.com/jerrita/CQUPTypst): 一个 Typest 模板,但是大专
63 | - [zjut-report-typst](https://github.com/zjutjh/zjut-report-typst): 浙江工业大学一些实验报告的 Typst 模板, Some report templates of Zhejiang University of Technology.
64 | - [HIT-Thesis-Typst](https://github.com/chosertech/HIT-Thesis-Typst): 适用于哈尔滨工业大学学位论文的 Typst 模板
65 |
66 |
67 | ### 论文
68 |
69 | - [typst-apa7ish](https://github.com/mrwunderbar666/typst-apa7ish): APA格式第七版模板, Typst Template that (mostly) complies with APA7 Style (Work in Progress).
70 | - [ieee-typst-template](https://github.com/bsp0109/ieee-typst-template): IEEE 论文的模板,A template to write IEEE Papers in Typst
71 | - [simple-typst-thesis](https://github.com/zagoli/simple-typst-thesis): 编写简单论文的模板,A template useful for writing simple thesis in Typst
72 |
73 | - [SimplePaper](https://github.com/1bitbool/SimplePaper): SimplePaper 是 Typst 的模版,用于生成简单的论文。
74 | - [typst-templates](https://github.com/eigenein/typst-templates): 个人编写的模板,Templates for Typst
75 | - [typst-templates](https://github.com/haxibami/typst-template): 个人编写的模板,My typst templates
76 | - [typstry](https://github.com/qjcg/typstry): 个人编写的模板,A Tapestry of Typst Templates & Examples
77 | - [tyspt-mla9-template](https://github.com/wychwitch/tyspt-mla9-template): MLA 第九版模板,An MLA 9th edition template
78 | - [writable-gm-screen-inserts](https://github.com/LLBlumire/writable-gm-screen-inserts):类似游戏 cheat sheet, Writable Game Master Screen Inserts
79 |
80 | - [simple-typst-thesis](https://github.com/zagoli/simple-typst-thesis): 简单的论文模板 ,This template defines a frontpage with a centered title and author informations, and an optional logo.
81 |
82 | ### 信件
83 | - [typst-din-5008-letter](https://github.com/ludwig-austermann/typst-din-5008-letter): DIN 5008 标准的商务文稿模板, A template for DIN 5008 inspired typst letter. Furthermore, there is a envelope template.
84 |
85 | ### 笔记
86 | - [vex-typst-notebook](https://github.com/frosty884/vex-typst-notebook): Vex 机器人比赛工程笔记模板 ,This repository contains an open source VEX Robotics notebook template for use with the Typst note-taking app.
87 | - [typst-notebook](https://github.com/Fr4nk1in-USTC/typst-notebook): 简单的笔记模板 ,A simple template for taking notes in Typst.
88 |
89 |
90 | ### 任务 工作 作业
91 |
92 | - [assignment-template](https://github.com/AntoniosBarotsis/typst-assignment-template): 简单的作业模板,A simple assignment template
93 | - [typst-assignment-template](https://github.com/astrale-sharp/typst-assignement-template.git): 作业模板,Yet another simple assignment template
94 | - [typst-homework-template](https://github.com/OriginCode/typst-homework-template): 作业模板,A simple homework template inspired by the LaTeX homework template by Adam Blank
95 | - [typst-assignment-template](https://github.com/gRox167/typst-assignment-template.git): 作业模板,Yet another simple assignment template with a cover and several useful math symbols.
96 |
97 | ### 简历
98 |
99 | - [uniquecv-typst](https://github.com/gaoachao/uniquecv-typst): 一个使用Typst编写的简历模板,基于uniquecv。
100 | - [typst-cv-miku](https://github.com/ice-kylin/typst-cv-miku): 简历模板,有多种版本,包括中文 ,This is a simple, elegant, academic style CV template for typst. Support for English and Chinese (and more).
101 | - [alta-typst](https://github.com/GeorgeHoneywood/alta-typst): 一份简历模板,参考 `AltaCV`,A simple Typst CV template, inspired by AltaCV by LianTze Lim
102 | - [attractive-typst-resume](https://github.com/Harkunwar/attractive-typst-resume):一份有吸引力的简历模板, A modern looking, attractive CV/Resume template by Harkunwar Kochar
103 | - [moderncv.typst](https://github.com/giovanniberti/moderncv.typst): 参考 `moderncv` 的简历模板 ,A CV template inspired by LaTeX's `moderncv`
104 | - [resume.typ](https://github.com/wusyong/resume.typ): 简历模板,Simple and ergonimic template to generate resume and CV
105 | - [simplecv](https://github.com/LaurenzV/simplecv): 一份简单的简历模板,SimpleCV is a simple and elegant CV template written in Typst
106 | - [typst-cv-template](https://github.com/skyzh/typst-cv-template): 好像是模板作者自己的简历,Chi CV Template (For Typst)
107 | - [typst-resume-template](https://github.com/bamboovir/typst-resume-template): 一份简历模板,Aesthetic style inspired by the Awesome-CV project
108 | - [vercanard](https://github.com/elegaanz/vercanard): 一份彩色的简历模板,A colorful resume template for Typst.
109 | - [awesomeCV-Typst](https://github.com/mintyfrankie/awesomeCV-Typst) - 一份参考 `Awesome-CV` 的简历模版,支持多语言简历管理, An opinionated, relived CV template inspired by the LaTeX `Awesome-CV` project, but with multilingual support and more
110 | - [Chinese-Resume-in-Typst](https://github.com/OrangeX4/Chinese-Resume-in-Typst): 使用 Typst 编写的中文简历, 语法简洁, 样式美观, 开箱即用, 可选是否显示照片
111 |
112 | ### 学术海报
113 |
114 | - [typst-poster](https://github.com/pncnmnp/typst-poster): 一份学术海报模板,An academic poster template
115 |
116 | ### 演示文稿
117 |
118 | - [typst-slides](https://github.com/andreasKroepelin/typst-slides): 创建演示文稿的模板,A template for creating slides in Typst
119 |
120 |
121 | ## 库和工具类
122 |
123 | ### 格式 工具
124 |
125 | - [typst-index](https://github.com/RolfBremer/typst-index): 创建索引的工具库, Automatically create a handcrafted index in typst. This typst component allows the automatic creation of an Index page with entries that have been manually marked in the document by its authors. This, in times of advanced search functionality, seems somewhat outdated, but a handcrafted index like this allows the authors to point the reader to just the right location in the document.
126 | - [typst-tablex](https://github.com/PgBiel/typst-tablex): 表格组件, More powerful and customizable tables in Typst.
127 | - [typst-diagbox](https://github.com/PgBiel/typst-diagbox): 对角线分割符,A library for diagonal line dividers in Typst tables
128 | - [typst-ansi_render](https://github.com/8LWXpg/typst-ansi_render): ANSI 转义序列渲染,ANSI Escape Sequence Renderer
129 |
130 | ### 图形 色彩
131 |
132 | - [typst-canvas](https://github.com/johannes-wolf/typst-canvas): Typst Canvas 库
133 | - [typst-palette](https://github.com/kaarmu/typst-palette): 调色板工具包,A package of color palettes for Typst
134 | - [typst-plot](https://github.com/johannes-wolf/typst-plot): 绘图库,A library for plotting line charts
135 | - [typst-boxes](https://github.com/lkoehl/typst-boxes): 可以绘制彩色的文本框,还有一种可以旋转的便利贴样式,A library to draw colorful boxes.
136 | - [typst-color-emoji](https://github.com/silent-dxx/typst-color-emoji):emoji 库, A simple library for drawing color emoji for Typst. Drawing using twemoji and openmoji open-source emoji libraries.
137 |
138 | ### 语言 文本
139 |
140 | - [notes.typ](https://github.com/tbug/notes.typ): 脚注,尾注,Footnotes, endnotes, notes.
141 | - [leipzig-gloss](https://gitea.everydayimshuflin.com/greg/typst-lepizig-glossing): 莱比锡标注系统支持库,A library that provides primitives for creating glossing rules according to Leipzig.
142 | - [typst-ipa](https://github.com/imatpot/typst-ipa): ASCII 码,国际音标转换,🔄 ASCII / IPA conversion for Typst
143 |
144 | ### 数学
145 |
146 | - [Formal-Methods-Typst](https://github.com/txtxj/Formal-Methods-Typst): 用于书写形式化中数理逻辑证明题
147 | - [commutative-diagrams](https://gitlab.com/giacomogallina/typst-cd):交换图/交换图表库, A library for creating commutative diagrams
148 | - [typst-theorems](https://github.com/sahasatvik/typst-theorems): 一个辅助编号的库,A library for creating numbered theorem environments
149 | - [typst-undergradmath](https://github.com/johanvx/typst-undergradmath): `undergradmath` Typst 移植,A Typst port of [undergradmath](https://gitlab.com/jim.hefferon/undergradmath)
150 | - [typst-undergradmath-zh](https://github.com/AlexanderMisel/typst-undergradmath-zh) : Typst大学数学,一个大学数学常用符号在Typst中如何输入的总结,A Typst port of undergradmath
151 |
152 | ### 物理 化学 电学
153 |
154 | - [circuitypst](https://github.com/fenjalien/circuitypst): 移植 `circuitikz` 实现电路图形的支持 ,A port of circuitikz to Typst using typst-canvas
155 | - [typst-physics](https://github.com/Leedehai/typst-physics): 物理符号库,A library for usual physics notations, e.g. vectors, matrices, derivatives, Dirac brakets, tensors, isotopes
156 |
157 | ### 杂项
158 |
159 | - [typst-timetable](https://github.com/ludwig-austermann/typst-timetable): 时刻表模板 ,A typst template for timetables
160 | - [typst-algorithms](https://github.com/platformer/typst-algorithms): 用于编写算法,为代码的工具包,Typst module for writing algorithms. Use the algo function for writing pseudocode and the code function for writing codeblocks with line numbers.
161 | - [typst-truthtable](https://github.com/PgBiel/typst-truthtable): 生成真值表的库 , A library for generating truth tables
162 | - [typst-raytracer](https://github.com/SeniorMars/typst-raytracer): raytracer in typst
163 |
164 | ## 编程
165 |
166 | - [jupyter2typst](https://github.com/dermesser/jupyter2typst): 将 `jupyter notebooks` 转换成 `typst ` 代码的工具 ,A handy tool for converting jupyter notebooks into typst code for producing PDFs.
167 | - [typst.ts](https://github.com/Myriad-Dreamin/typst.ts): 在 javascript 环境中渲染 typ 文件 ,Typst.ts allows you to independently run the Typst compiler and exporter (renderer) in your browser.
168 | - [inktyp](https://github.com/herlev/inktyp): Inkscape 插件,用于在 inkscape 中插入 typst 公式, Insert and edit typst equations in inkscape.
169 | - [typst-egui](https://github.com/mattfbacon/typst-egui): 在 egui 中显示 Typst 文档 ,Very restricted proof-of-concept for showing Typst documents inside egui.
170 | - [typst-py](https://github.com/messense/typst-py): Typst 的 Python 绑定, Python binding to typst, a new markup-based typesetting system that is powerful and easy to learn.
171 | - [Typst xmake](https://github.com/star-hengxing/typst-xmake): 使用 xmake 编译 typst ,实现伪热更新 , Use xmake as build system to compile typst to pdf.
172 | - [leetcode.typ](https://github.com/lucifer1004/leetcode.typ): 在 Typst 中刷 Leetcode 题目
173 |
174 | ## 编辑器集成插件
175 |
176 | ### 通用
177 |
178 | - [frozolotl/tree-sitter-typst](https://github.com/frozolotl/tree-sitter-typst):TreeSitter 插件, A tree-sitter grammar with a focus on correctness.
179 | - [SeniorMars/tree-sitter-typst](https://github.com/SeniorMars/tree-sitter-typst):TreeSitter 插件, A TreeSitter parser for the Typst File Format
180 |
181 | ### Emacs
182 |
183 | - [typst-mode.el](https://github.com/Ziqi-Yang/typst-mode.el): Emacs 插件,An Emacs major mode for the `typst` markup-based typesetting system
184 |
185 | ### 语言服务 LSP
186 |
187 | - [typst-lsp](https://github.com/nvarner/typst-lsp): typst lsp, rust 编写,A brand-new language server for Typst, plus a VS Code extension
188 |
189 | ### Obsidian
190 |
191 | - [obsidian-typst](https://github.com/fenjalien/obsidian-typst): obsidian 插件,Renders typst code blocks in Obsidian into images using Typst through the power of WASM!
192 |
193 | ### Vim
194 |
195 | - [typst.nvim](https://github.com/SeniorMars/typst.nvim): nvim 插件, WIP. Goals: Treesitter highlighting, snippets, and a smooth intergration with neovim
196 | - [typst.vim](https://github.com/kaarmu/typst.vim): Vim 插件,Vim plugin for Typst
197 |
198 | ### VSCode
199 |
200 | - [Typst LSP VS Code Extension](https://marketplace.visualstudio.com/items?itemName=nvarner.typst-lsp) ,VSCode 插件
201 | - [typst-preview-vscode](https://github.com/Enter-tainer/typst-preview-vscode): VSCode Typst 预览插件, Preview your Typst files in vscode instantly
202 |
203 | ### 其他
204 |
205 | - [typst-action](https://github.com/lvignoli/typst-action): Github Action 支持,Build Typst documents using GitHub actions
206 |
207 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Awesome Typst 中文版
2 |
3 | 列表收集了 [Typst](https://github.com/typst/typst) 相关的资源,扩展,应用等。
4 |
5 | 本列表由 [Typst 中文社区](https://typst.cn) 维护,欢迎提交 PR 一起维护。微信群:
6 |
7 |
8 |
9 |
10 |
11 |
12 | ## 目录
13 |
14 | - [Awesome Typst 中文版](#awesome-typst-%E4%B8%AD%E6%96%87%E7%89%88)
15 | - [官方项目链接](#%E5%AE%98%E6%96%B9%E9%A1%B9%E7%9B%AE%E9%93%BE%E6%8E%A5)
16 | - [文档和教程](#%E6%96%87%E6%A1%A3%E5%92%8C%E6%95%99%E7%A8%8B)
17 | - [文档](#%E6%96%87%E6%A1%A3)
18 | - [第三方工具](#%E7%AC%AC%E4%B8%89%E6%96%B9%E5%B7%A5%E5%85%B7)
19 | - [工具](#%E5%B7%A5%E5%85%B7)
20 | - [编辑器](#%E7%BC%96%E8%BE%91%E5%99%A8)
21 | - [模板](#%E6%A8%A1%E6%9D%BF)
22 | - [官方](#%E5%AE%98%E6%96%B9)
23 | - [中国大学论文](#%E4%B8%AD%E5%9B%BD%E5%A4%A7%E5%AD%A6%E8%AE%BA%E6%96%87)
24 | - [论文](#%E8%AE%BA%E6%96%87)
25 | - [信件](#%E4%BF%A1%E4%BB%B6)
26 | - [笔记](#%E7%AC%94%E8%AE%B0)
27 | - [任务 工作 作业](#%E4%BB%BB%E5%8A%A1-%E5%B7%A5%E4%BD%9C-%E4%BD%9C%E4%B8%9A)
28 | - [简历](#%E7%AE%80%E5%8E%86)
29 | - [学术海报](#%E5%AD%A6%E6%9C%AF%E6%B5%B7%E6%8A%A5)
30 | - [演示文稿](#%E6%BC%94%E7%A4%BA%E6%96%87%E7%A8%BF)
31 | - [库和工具类](#%E5%BA%93%E5%92%8C%E5%B7%A5%E5%85%B7%E7%B1%BB)
32 | - [格式 工具](#%E6%A0%BC%E5%BC%8F-%E5%B7%A5%E5%85%B7)
33 | - [图形 色彩](#%E5%9B%BE%E5%BD%A2-%E8%89%B2%E5%BD%A9)
34 | - [语言 文本](#%E8%AF%AD%E8%A8%80-%E6%96%87%E6%9C%AC)
35 | - [数学](#%E6%95%B0%E5%AD%A6)
36 | - [物理 化学 电学](#%E7%89%A9%E7%90%86-%E5%8C%96%E5%AD%A6-%E7%94%B5%E5%AD%A6)
37 | - [杂项](#%E6%9D%82%E9%A1%B9)
38 | - [编程](#%E7%BC%96%E7%A8%8B)
39 | - [编辑器集成插件](#%E7%BC%96%E8%BE%91%E5%99%A8%E9%9B%86%E6%88%90%E6%8F%92%E4%BB%B6)
40 | - [通用](#%E9%80%9A%E7%94%A8)
41 | - [Emacs](#emacs)
42 | - [语言服务 LSP](#%E8%AF%AD%E8%A8%80%E6%9C%8D%E5%8A%A1-lsp)
43 | - [Obsidian](#obsidian)
44 | - [Vim](#vim)
45 | - [VSCode](#vscode)
46 | - [其他](#%E5%85%B6%E4%BB%96)
47 |
48 | ## 官方项目链接
49 |
50 | - [typst.app](https://typst.app): Typst 官网和 Typst 在线 App.
51 | - [Typst 文档](https://typst.app/docs)
52 | - [GitHub](https://github.com/typst/typst)
53 | - [博客](https://typst.app/blog/)
54 | - 社交媒体: [Discord] [Instagram] [LinkedIn] [Twitter]
55 |
56 | [discord]: https://discord.gg/2uDybryKPe
57 | [instagram]: https://instagram.com/typstapp/
58 | [linkedin]: https://www.linkedin.com/company/typst/
59 | [twitter]: https://twitter.com/typstapp/
60 |
61 | ## 文档和教程
62 |
63 | ### 文档
64 | - [Typst中文文档](https://github.com/Zuttergutao/Typstdocs-Zh-CN-): 随便翻译的Typst中文文档
65 |
66 | ## 第三方工具
67 |
68 | ### 工具
69 |
70 | - [yank](https://addons.mozilla.org/en-US/firefox/addon/yank/):Firefox 扩展,用到了 typst 作为内容输出格式支持 , Yank URL and title of current tab, format to a chosen markup language, and copy to clipboard (supports typst link format)
71 | - [typst-bot](https://github.com/mattfbacon/typst-bot):discord 机器人,支持 typst 渲染 ,A discord bot to render Typst code
72 | - [typst-fmt](https://github.com/astrale-sharp/typst-fmt/): typ 文件格式化工具,An in development Typst formatter (PR welcomed)
73 | - [typst-live](https://github.com/ItsEthra/typst-live): 基于浏览器的 PDF 自动刷新工具,Hot reloading of pdf in web browser
74 | - [typst-pandoc](https://github.com/lvignoli/typst-pandoc): Pandoc 集成 ,Typst custom reader and writer for Pandoc
75 |
76 | ### 编辑器
77 |
78 | - [Drafts](https://github.com/limads/drafts): Typst 的编辑器(WIP),Drafts is an editor for technical writing that leverages the Typst typesetting system.
79 | - [typster](https://github.com/wflixu/typster): Tauri 编写的 typst 阅读和编辑器,typst reader and editor
80 |
81 |
82 | ## 模板
83 |
84 | ### 官方
85 |
86 | - [typst/templates](https://github.com/typst/templates): 官方提供的模板,可以下载,也可以直接在 typst.app 在线服务中使用
87 |
88 | ### 中国大学论文
89 |
90 | - [pkuthss-typst](https://github.com/lucifer1004/pkuthss-typst): 北京大学学位论文模板,Typst template for dissertations in Peking University (PKU).
91 | - [BUAA-typst](https://github.com/cherichy/BUAA-typst): 北京航空航天大学学位论文模板
92 | - [bupt-typst](https://github.com/QQKdeGit/bupt-typst): 北京邮电大学本科学士学位论文模板
93 | - [HUST-typst-template](https://github.com/werifu/HUST-typst-template): 用于华科毕业设计(本科)的 typst 模板。
94 | - [SHU-Bachelor-Thesis-Typst](https://github.com/shuosc/SHU-Bachelor-Thesis-Typst): 上海大学本科毕业论文 typst 模板 (开发ing)
95 | - [sysu-thesis-typst](https://github.com/howardlau1999/sysu-thesis-typst): 中山大学学位论文 Typst 模板
96 | - [ZJGSU-typst-template](https://github.com/jujimeizuo/ZJGSU-typst-template): 浙江工商大学毕业设计(本科)的 typst 模板。
97 | - [CQUPTypst](https://github.com/jerrita/CQUPTypst): 一个 Typest 模板,但是大专
98 | - [zjut-report-typst](https://github.com/zjutjh/zjut-report-typst): 浙江工业大学一些实验报告的 Typst 模板, Some report templates of Zhejiang University of Technology.
99 | - [HIT-Thesis-Typst](https://github.com/chosertech/HIT-Thesis-Typst): 适用于哈尔滨工业大学学位论文的 Typst 模板
100 |
101 |
102 | ### 论文
103 |
104 | - [typst-apa7ish](https://github.com/mrwunderbar666/typst-apa7ish): APA格式第七版模板, Typst Template that (mostly) complies with APA7 Style (Work in Progress).
105 | - [ieee-typst-template](https://github.com/bsp0109/ieee-typst-template): IEEE 论文的模板,A template to write IEEE Papers in Typst
106 | - [simple-typst-thesis](https://github.com/zagoli/simple-typst-thesis): 编写简单论文的模板,A template useful for writing simple thesis in Typst
107 |
108 | - [SimplePaper](https://github.com/1bitbool/SimplePaper): SimplePaper 是 Typst 的模版,用于生成简单的论文。
109 | - [typst-templates](https://github.com/eigenein/typst-templates): 个人编写的模板,Templates for Typst
110 | - [typst-templates](https://github.com/haxibami/typst-template): 个人编写的模板,My typst templates
111 | - [typstry](https://github.com/qjcg/typstry): 个人编写的模板,A Tapestry of Typst Templates & Examples
112 | - [tyspt-mla9-template](https://github.com/wychwitch/tyspt-mla9-template): MLA 第九版模板,An MLA 9th edition template
113 | - [writable-gm-screen-inserts](https://github.com/LLBlumire/writable-gm-screen-inserts):类似游戏 cheat sheet, Writable Game Master Screen Inserts
114 |
115 | - [simple-typst-thesis](https://github.com/zagoli/simple-typst-thesis): 简单的论文模板 ,This template defines a frontpage with a centered title and author informations, and an optional logo.
116 |
117 | ### 信件
118 | - [typst-din-5008-letter](https://github.com/ludwig-austermann/typst-din-5008-letter): DIN 5008 标准的商务文稿模板, A template for DIN 5008 inspired typst letter. Furthermore, there is a envelope template.
119 |
120 | ### 笔记
121 | - [vex-typst-notebook](https://github.com/frosty884/vex-typst-notebook): Vex 机器人比赛工程笔记模板 ,This repository contains an open source VEX Robotics notebook template for use with the Typst note-taking app.
122 | - [typst-notebook](https://github.com/Fr4nk1in-USTC/typst-notebook): 简单的笔记模板 ,A simple template for taking notes in Typst.
123 |
124 |
125 | ### 任务 工作 作业
126 |
127 | - [assignment-template](https://github.com/AntoniosBarotsis/typst-assignment-template): 简单的作业模板,A simple assignment template
128 | - [typst-assignment-template](https://github.com/astrale-sharp/typst-assignement-template.git): 作业模板,Yet another simple assignment template
129 | - [typst-homework-template](https://github.com/OriginCode/typst-homework-template): 作业模板,A simple homework template inspired by the LaTeX homework template by Adam Blank
130 | - [typst-assignment-template](https://github.com/gRox167/typst-assignment-template.git): 作业模板,Yet another simple assignment template with a cover and several useful math symbols.
131 |
132 | ### 简历
133 |
134 | - [uniquecv-typst](https://github.com/gaoachao/uniquecv-typst): 一个使用Typst编写的简历模板,基于uniquecv。
135 | - [typst-cv-miku](https://github.com/ice-kylin/typst-cv-miku): 简历模板,有多种版本,包括中文 ,This is a simple, elegant, academic style CV template for typst. Support for English and Chinese (and more).
136 | - [alta-typst](https://github.com/GeorgeHoneywood/alta-typst): 一份简历模板,参考 `AltaCV`,A simple Typst CV template, inspired by AltaCV by LianTze Lim
137 | - [attractive-typst-resume](https://github.com/Harkunwar/attractive-typst-resume):一份有吸引力的简历模板, A modern looking, attractive CV/Resume template by Harkunwar Kochar
138 | - [moderncv.typst](https://github.com/giovanniberti/moderncv.typst): 参考 `moderncv` 的简历模板 ,A CV template inspired by LaTeX's `moderncv`
139 | - [resume.typ](https://github.com/wusyong/resume.typ): 简历模板,Simple and ergonimic template to generate resume and CV
140 | - [simplecv](https://github.com/LaurenzV/simplecv): 一份简单的简历模板,SimpleCV is a simple and elegant CV template written in Typst
141 | - [typst-cv-template](https://github.com/skyzh/typst-cv-template): 好像是模板作者自己的简历,Chi CV Template (For Typst)
142 | - [typst-resume-template](https://github.com/bamboovir/typst-resume-template): 一份简历模板,Aesthetic style inspired by the Awesome-CV project
143 | - [vercanard](https://github.com/elegaanz/vercanard): 一份彩色的简历模板,A colorful resume template for Typst.
144 | - [awesomeCV-Typst](https://github.com/mintyfrankie/awesomeCV-Typst) - 一份参考 `Awesome-CV` 的简历模版,支持多语言简历管理, An opinionated, relived CV template inspired by the LaTeX `Awesome-CV` project, but with multilingual support and more
145 | - [Chinese-Resume-in-Typst](https://github.com/OrangeX4/Chinese-Resume-in-Typst): 使用 Typst 编写的中文简历, 语法简洁, 样式美观, 开箱即用, 可选是否显示照片
146 |
147 | ### 学术海报
148 |
149 | - [typst-poster](https://github.com/pncnmnp/typst-poster): 一份学术海报模板,An academic poster template
150 |
151 | ### 演示文稿
152 |
153 | - [typst-slides](https://github.com/andreasKroepelin/typst-slides): 创建演示文稿的模板,A template for creating slides in Typst
154 |
155 |
156 | ## 库和工具类
157 |
158 | ### 格式 工具
159 |
160 | - [typst-index](https://github.com/RolfBremer/typst-index): 创建索引的工具库, Automatically create a handcrafted index in typst. This typst component allows the automatic creation of an Index page with entries that have been manually marked in the document by its authors. This, in times of advanced search functionality, seems somewhat outdated, but a handcrafted index like this allows the authors to point the reader to just the right location in the document.
161 | - [typst-tablex](https://github.com/PgBiel/typst-tablex): 表格组件, More powerful and customizable tables in Typst.
162 | - [typst-diagbox](https://github.com/PgBiel/typst-diagbox): 对角线分割符,A library for diagonal line dividers in Typst tables
163 | - [typst-ansi_render](https://github.com/8LWXpg/typst-ansi_render): ANSI 转义序列渲染,ANSI Escape Sequence Renderer
164 |
165 | ### 图形 色彩
166 |
167 | - [typst-canvas](https://github.com/johannes-wolf/typst-canvas): Typst Canvas 库
168 | - [typst-palette](https://github.com/kaarmu/typst-palette): 调色板工具包,A package of color palettes for Typst
169 | - [typst-plot](https://github.com/johannes-wolf/typst-plot): 绘图库,A library for plotting line charts
170 | - [typst-boxes](https://github.com/lkoehl/typst-boxes): 可以绘制彩色的文本框,还有一种可以旋转的便利贴样式,A library to draw colorful boxes.
171 | - [typst-color-emoji](https://github.com/silent-dxx/typst-color-emoji):emoji 库, A simple library for drawing color emoji for Typst. Drawing using twemoji and openmoji open-source emoji libraries.
172 |
173 | ### 语言 文本
174 |
175 | - [notes.typ](https://github.com/tbug/notes.typ): 脚注,尾注,Footnotes, endnotes, notes.
176 | - [leipzig-gloss](https://gitea.everydayimshuflin.com/greg/typst-lepizig-glossing): 莱比锡标注系统支持库,A library that provides primitives for creating glossing rules according to Leipzig.
177 | - [typst-ipa](https://github.com/imatpot/typst-ipa): ASCII 码,国际音标转换,🔄 ASCII / IPA conversion for Typst
178 |
179 | ### 数学
180 |
181 | - [Formal-Methods-Typst](https://github.com/txtxj/Formal-Methods-Typst): 用于书写形式化中数理逻辑证明题
182 | - [commutative-diagrams](https://gitlab.com/giacomogallina/typst-cd):交换图/交换图表库, A library for creating commutative diagrams
183 | - [typst-theorems](https://github.com/sahasatvik/typst-theorems): 一个辅助编号的库,A library for creating numbered theorem environments
184 | - [typst-undergradmath](https://github.com/johanvx/typst-undergradmath): `undergradmath` Typst 移植,A Typst port of [undergradmath](https://gitlab.com/jim.hefferon/undergradmath)
185 | - [typst-undergradmath-zh](https://github.com/AlexanderMisel/typst-undergradmath-zh) : Typst大学数学,一个大学数学常用符号在Typst中如何输入的总结,A Typst port of undergradmath
186 |
187 | ### 物理 化学 电学
188 |
189 | - [circuitypst](https://github.com/fenjalien/circuitypst): 移植 `circuitikz` 实现电路图形的支持 ,A port of circuitikz to Typst using typst-canvas
190 | - [typst-physics](https://github.com/Leedehai/typst-physics): 物理符号库,A library for usual physics notations, e.g. vectors, matrices, derivatives, Dirac brakets, tensors, isotopes
191 |
192 | ### 杂项
193 |
194 | - [typst-timetable](https://github.com/ludwig-austermann/typst-timetable): 时刻表模板 ,A typst template for timetables
195 | - [typst-algorithms](https://github.com/platformer/typst-algorithms): 用于编写算法,为代码的工具包,Typst module for writing algorithms. Use the algo function for writing pseudocode and the code function for writing codeblocks with line numbers.
196 | - [typst-truthtable](https://github.com/PgBiel/typst-truthtable): 生成真值表的库 , A library for generating truth tables
197 | - [typst-raytracer](https://github.com/SeniorMars/typst-raytracer): raytracer in typst
198 |
199 | ## 编程
200 |
201 | - [jupyter2typst](https://github.com/dermesser/jupyter2typst): 将 `jupyter notebooks` 转换成 `typst ` 代码的工具 ,A handy tool for converting jupyter notebooks into typst code for producing PDFs.
202 | - [typst.ts](https://github.com/Myriad-Dreamin/typst.ts): 在 javascript 环境中渲染 typ 文件 ,Typst.ts allows you to independently run the Typst compiler and exporter (renderer) in your browser.
203 | - [inktyp](https://github.com/herlev/inktyp): Inkscape 插件,用于在 inkscape 中插入 typst 公式, Insert and edit typst equations in inkscape.
204 | - [typst-egui](https://github.com/mattfbacon/typst-egui): 在 egui 中显示 Typst 文档 ,Very restricted proof-of-concept for showing Typst documents inside egui.
205 | - [typst-py](https://github.com/messense/typst-py): Typst 的 Python 绑定, Python binding to typst, a new markup-based typesetting system that is powerful and easy to learn.
206 | - [Typst xmake](https://github.com/star-hengxing/typst-xmake): 使用 xmake 编译 typst ,实现伪热更新 , Use xmake as build system to compile typst to pdf.
207 | - [leetcode.typ](https://github.com/lucifer1004/leetcode.typ): 在 Typst 中刷 Leetcode 题目
208 |
209 | ## 编辑器集成插件
210 |
211 | ### 通用
212 |
213 | - [frozolotl/tree-sitter-typst](https://github.com/frozolotl/tree-sitter-typst):TreeSitter 插件, A tree-sitter grammar with a focus on correctness.
214 | - [SeniorMars/tree-sitter-typst](https://github.com/SeniorMars/tree-sitter-typst):TreeSitter 插件, A TreeSitter parser for the Typst File Format
215 |
216 | ### Emacs
217 |
218 | - [typst-mode.el](https://github.com/Ziqi-Yang/typst-mode.el): Emacs 插件,An Emacs major mode for the `typst` markup-based typesetting system
219 |
220 | ### 语言服务 LSP
221 |
222 | - [typst-lsp](https://github.com/nvarner/typst-lsp): typst lsp, rust 编写,A brand-new language server for Typst, plus a VS Code extension
223 |
224 | ### Obsidian
225 |
226 | - [obsidian-typst](https://github.com/fenjalien/obsidian-typst): obsidian 插件,Renders typst code blocks in Obsidian into images using Typst through the power of WASM!
227 |
228 | ### Vim
229 |
230 | - [typst.nvim](https://github.com/SeniorMars/typst.nvim): nvim 插件, WIP. Goals: Treesitter highlighting, snippets, and a smooth intergration with neovim
231 | - [typst.vim](https://github.com/kaarmu/typst.vim): Vim 插件,Vim plugin for Typst
232 |
233 | ### VSCode
234 |
235 | - [Typst LSP VS Code Extension](https://marketplace.visualstudio.com/items?itemName=nvarner.typst-lsp) ,VSCode 插件
236 | - [typst-preview-vscode](https://github.com/Enter-tainer/typst-preview-vscode): VSCode Typst 预览插件, Preview your Typst files in vscode instantly
237 |
238 | ### 其他
239 |
240 | - [typst-action](https://github.com/lvignoli/typst-action): Github Action 支持,Build Typst documents using GitHub actions
241 |
242 |
--------------------------------------------------------------------------------
/assets/wechat-qrcode.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/typst-cn/awesome-typst-cn/615a12573d119902af9d04947122827d744056bb/assets/wechat-qrcode.jpeg
--------------------------------------------------------------------------------
/toc.sh:
--------------------------------------------------------------------------------
1 | #/bin/sh
2 |
3 | # cargo install markdown-toc sd
4 |
5 | toc=`md-toc README.draft.md --bullet "-" --header "## 目录"`
6 |
7 | cat README.draft.md | sd "" "${toc}" > README.md
--------------------------------------------------------------------------------