Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 2.35 KB

README.zh_cn.md

File metadata and controls

75 lines (55 loc) · 2.35 KB

tids: A TI-Style Datasheet Template for Typst

English | 简体中文

本项目是一个出于演示和评估的目的创建的 TI 风格电子元件规格书模板。

Demo

如果你觉得本项目有用请点亮⭐小星星⭐。

声明

本开源项目出于演示和评估的目的创建,并无意侵犯任何版权和商标。作者与 TI 并无任何关联。

特性

  • 简单易学: 使用 Typst 易于编写和阅读,如果你会编写 Markdown,那 Typst 没太大的不同。
  • 可自定义: 模板完全开源,你可以完全自定义,这里的 TI 风格只是个例子。
  • 编译飞快: 一两秒即可编译输出 PDF,而不是 LaTeX 需要的几分钟甚至更久。

快速上手

  1. 如果你还没有 Typst 就先安装:
    winget install --id Typst.Typst
    演示的模板用到了思源黑体和思源宋体,可以到 Adobe 的官方仓库下载: [https://github.com/adobe-fonts/source-han-sans] (https://github.com/adobe-fonts/source-han-sans) 并安装到操作系统中;
  2. 克隆本仓库到本地
    git clone https://github.com/oldrev/tids.git
  3. 构建示例 PDF 文件:
    typst compile demo-ds.zh.typ
  4. 赏玩生成的 demo-ds.zh.pdf PDF 文件。

使用

  1. 把模板文件 tids.zh.typ 复制到你的项目目录里,如果是编写英文的规格书就用 tids.typ
  2. 导入模板文件并调用 tids() 函数:
    #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
    See demo-ds.zh.typ for details.

演示视频

  • Youtube: TODO
  • 哔哩哔哩: TODO

参与贡献

发现任何 bugs 或者有任何改进建议请不要犹豫,赶紧发 Issue 和 PR。

授权协议

本项目使用 Apache 2.0 协议授权.