forked from HEL/circuiteria
split up sources into manageable files
This commit is contained in:
6
src/circuit.typ
Normal file
6
src/circuit.typ
Normal 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)
|
||||
}
|
Reference in New Issue
Block a user