We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa8303 commit 5a59aa2Copy full SHA for 5a59aa2
main.typ
@@ -1,9 +1,10 @@
1
#import "@preview/ilm:1.4.0": *
2
+#import "@preview/mannot:0.2.1": *
3
4
#import "@preview/codly:1.2.0": *
-#show: codly-init.with()
5
-
6
-#import "@preview/mannot:0.2.1": *
+#import "@preview/codly-languages:0.1.1": *
+#show: codly-init
7
+#codly(languages: codly-languages)
8
9
#import "@preview/fletcher:0.5.4" as fletcher: node
10
#let diagram = fletcher.diagram.with(node-stroke: .1em)
0 commit comments