forked from HEL/circuiteria
Compare commits
1 Commits
f2ce91ec39
...
main
Author | SHA1 | Date | |
---|---|---|---|
1a0a659ace |
@@ -8,7 +8,6 @@
|
||||
/// - body (none, array, element): A code block in which draw functions have been called
|
||||
/// - length (length, ratio): Optional base unit
|
||||
/// -> none
|
||||
#let circuit(body, length: 2em, font: "Source Sans 3") = {
|
||||
set text(font: font)
|
||||
#let circuit(body, length: 2em) = {
|
||||
canvas(length: length, body)
|
||||
}
|
||||
|
Reference in New Issue
Block a user