English | 简体中文
本项目是一个出于演示和评估的目的创建的 TI 风格电子元件规格书模板。
如果你觉得本项目有用请点亮⭐小星星⭐。
本开源项目出于演示和评估的目的创建,并无意侵犯任何版权和商标。作者与 TI 并无任何关联。
- 简单易学: 使用 Typst 易于编写和阅读,如果你会编写 Markdown,那 Typst 没太大的不同。
- 可自定义: 模板完全开源,你可以完全自定义,这里的 TI 风格只是个例子。
- 编译飞快: 一两秒即可编译输出 PDF,而不是 LaTeX 需要的几分钟甚至更久。
- 如果你还没有 Typst 就先安装:
演示的模板用到了思源黑体和思源宋体,可以到 Adobe 的官方仓库下载: [https://github.com/adobe-fonts/source-han-sans] (https://github.com/adobe-fonts/source-han-sans) 并安装到操作系统中;
winget install --id Typst.Typst
- 克隆本仓库到本地
git clone https://github.com/oldrev/tids.git
- 构建示例 PDF 文件:
typst compile demo-ds.zh.typ
- 赏玩生成的
demo-ds.zh.pdf
PDF 文件。
- 把模板文件
tids.zh.typ
复制到你的项目目录里,如果是编写英文的规格书就用tids.typ
。 - 导入模板文件并调用
tids()
函数:See#import "tids.typ": tids #show: doc => tids(ds_metadata: ( title: [YourDSTitle], product: [YourProductName], product_url: "https://github.com/oldrev/tids", revision: [CurrentRevision], publish_date: [PublishedOn] ), features: [features for the title page], applications: [application information for the title page], desc: [description content for the title page], rev_list: [revision list], doc: doc ) // ... The content of your document
demo-ds.zh.typ
for details.
- Youtube: TODO
- 哔哩哔哩: TODO
发现任何 bugs 或者有任何改进建议请不要犹豫,赶紧发 Issue 和 PR。
本项目使用 Apache 2.0 协议授权.