1
0
forked from HEL/circuiteria

split up sources into manageable files

This commit is contained in:
2024-05-16 23:35:53 +02:00
parent c9155a0b99
commit 6d6c357534
12 changed files with 768 additions and 0 deletions

6
src/circuit.typ Normal file
View File

@ -0,0 +1,6 @@
#import "@preview/cetz:0.2.2": canvas
#let circuit(body, length: 2em) = {
set text(font: "Source Sans 3")
canvas(length: length, body)
}