Skip to content

Commit

Permalink
Added both ways of importing in main.typ
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegacraft authored Jul 2, 2023
1 parent 536756c commit 00e0682
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/main.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#import "/lib.typ": *
// #import "/lib.typ": * // For local testing
#import "@preview/plotst:0.1.0": *

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

0 comments on commit 00e0682

Please sign in to comment.