fenjalien/cirCeTZ
Fork: 11 Star: 119 (更新于 2024-11-02 09:11:25)
license: Apache-2.0
Language: Typst .
A port of circuitikz to Typst using CeTZ!
circuitypst
THERES WORK ON THE DEV BRANCH THIS PROJECT ISN'T DEAD
A port of circuitikz
to Typst using typst-canvas
. Due to the size of circuitikz
features will be ported as I need them for my own work, if theres a feature you need feel free to make an issue, PR or contact me through Typst's discord (same username)!
"Installation"
Because of Typst's current lack of package management the library expects to be placed in the same folder as typst-canvas
.
typst-canvas/
circuitypst/
You can either clone the repository or download it as a .zip
and extract it to the required location.
Usage
To get started node
and to
should be imported from circuitypst.typ
, ideally inside typst-canvas
's canvas
function.
Here is a template:
#import "typst-canvas/canvas.typ": canvas
#canvas(length: 1cm, debug: false, {
import "typst-canvas/draw.typ": *
import "circuitypst/circuitypst.typ": node, to
...
})
Also see examples/
for some examples.
Requirements for First Stable Release
- Reference manual (doesn't have to inclued tutorials, just a list of currently supported components)
- Tests
- CI
- More components?
最近版本更新:(数据更新于 2024-09-21 18:36:03)
主题(topics):
typst
fenjalien/cirCeTZ同语言 Typst最近更新仓库
2024-08-21 01:55:24 mintyfrankie/brilliant-CV
2024-07-07 20:49:57 Enter-tainer/typst-preview
2024-05-20 00:37:24 johanvx/typst-undergradmath
2024-04-02 10:09:33 Leedehai/typst-physics
2024-03-18 05:41:13 cetz-package/cetz
2024-02-25 19:42:03 sahasatvik/typst-theorems