Drawing block circuits with Typst made easy, using CeTZ
Go to file
2024-11-10 01:43:03 +01:00
doc updated manual 2024-11-10 01:40:50 +01:00
gallery added gallery example for resistors/capacitors 2024-11-10 01:43:03 +01:00
src fixed wrong capacitor symbol 2024-11-10 01:40:32 +01:00
gallery.bash added gallery rendering script 2024-05-18 18:08:36 +02:00
LICENSE Initial commit 2024-05-16 21:34:50 +00:00
manual.pdf updated manual 2024-11-10 01:40:50 +01:00
manual.typ updated manual 2024-11-10 01:40:50 +01:00
README.md prepared for publication + bumped to 0.1.0 2024-10-02 21:09:48 +02:00
typst.toml prepared for publication + bumped to 0.1.0 2024-10-02 21:09:48 +02:00

circuiteria

Circuiteria is a Typst package for drawing block circuit diagrams using the CeTZ package.

Perry the platypus

Examples

A bit of eveything
Wires everywhere
Groups Rotated

Note


These circuit layouts were copied from a digital design course given by prof. S. Zahno and recreated using this package

Click on the example image to jump to the code.

Usage

For more information, see the manual

To use this package, simply import circuiteria and call the circuit function:

#import "@preview/circuiteria:0.1.0"
#circuiteria.circuit({
  import circuiteria: *
  ...
})