diff --git a/docs/src/how-to/match-figure-size-font-sizes-and-dpi.md b/docs/src/how-to/match-figure-size-font-sizes-and-dpi.md index 232858756b6..7f9132c5848 100644 --- a/docs/src/how-to/match-figure-size-font-sizes-and-dpi.md +++ b/docs/src/how-to/match-figure-size-font-sizes-and-dpi.md @@ -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 ```