Skip to content

Commit 00e0682

Browse files
authored
Added both ways of importing in main.typ
1 parent 536756c commit 00e0682

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

example/main.typ

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#import "/lib.typ": *
1+
// #import "/lib.typ": * // For local testing
2+
#import "@preview/plotst:0.1.0": *
23

34
#let print(desc: "", content) = {
45
desc
@@ -209,4 +210,4 @@
209210
// graph overlapping. Should make it possible to lay one graph onto another. Usefull when wanting to draw mathematical equations into a scatter plot
210211
// util for mean, median, quartil <- Karla
211212
// titles for axes (partly done) <- Karla, Gewi
212-
// fix axis titles being on wrong side
213+
// fix axis titles being on wrong side

0 commit comments

Comments
 (0)