Package Information
- Last Updated
- Minimum Typst Version
- 0.13.1
- Authors
- Louis Heredero
- Categories
- visualization
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/circuiteria:0.2.12. Import in your Typst file
Add this to your .typ file:
#import "@preview/circuiteria:0.2.1": *circuiteria
Circuiteria is a Typst package for drawing block circuit diagrams using the CeTZ package.
Examples
|
|
| A bit of everything | |
|
|
| 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.2.1"
#circuiteria.circuit({
import circuiteria: *
...
})