Skip to content

Commit

Permalink
remove unnecessary mkpath
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Oct 21, 2024
1 parent ee226f5 commit 7400490
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/how-to/match-figure-size-font-sizes-and-dpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ cp(Makie.assetpath("fonts", "TeXGyreHerosMakie-Regular.otf"), "./texgyre.otf")
run(`$(Typst_jll.typst()) compile --font-path . document.typ output.svg`)
mkpath("../public") # hide
# mv("document.pdf", abspath("../public/matched-figure-size-font-size-dpi.pdf")) # hide
nothing # hide
```

Expand Down

0 comments on commit 7400490

Please sign in to comment.