diff --git a/README.md b/README.md index 360fb0d..89221b2 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ your own projects. ## Manual and Examples Get acquainted with `typst-theorems` by checking out the minimal example below! -You can read the [manual](manual.pdf) for a full walkthrough of functionality offered by this module; flick through [manual_examples](manual_examples.pdf) and its [typ file](manual_examples.typ) to just see the examples. +You can read the [manual](docs/manual.pdf) for a full walkthrough of functionality offered by this module; flick through [manual_examples](docs/manual_examples.pdf) and its [typ file](docs/manual_examples.typ) to just see the examples. -The [differential_calculus.typ](differential_calculus.typ) ([render](differential_calculus.pdf)) project provides a practical use case. _(Hastily translated from my notes written in LaTeX)_ +The [differential_calculus.typ](examples/differential_calculus.typ) ([render](examples/differential_calculus.pdf)) project provides a practical use case. _(Hastily translated from my notes written in LaTeX)_ -![basic example](basic.png) +![basic example](examples/basic.png) ### Preamble ```typst diff --git a/manual.pdf b/docs/manual.pdf similarity index 100% rename from manual.pdf rename to docs/manual.pdf diff --git a/manual.typ b/docs/manual.typ similarity index 100% rename from manual.typ rename to docs/manual.typ diff --git a/manual_examples.pdf b/docs/manual_examples.pdf similarity index 100% rename from manual_examples.pdf rename to docs/manual_examples.pdf diff --git a/manual_examples.typ b/docs/manual_examples.typ similarity index 100% rename from manual_examples.typ rename to docs/manual_examples.typ diff --git a/docs/manual_template.pdf b/docs/manual_template.pdf new file mode 100644 index 0000000..4518f93 Binary files /dev/null and b/docs/manual_template.pdf differ diff --git a/manual_template.typ b/docs/manual_template.typ similarity index 100% rename from manual_template.typ rename to docs/manual_template.typ diff --git a/basic.pdf b/examples/basic.pdf similarity index 100% rename from basic.pdf rename to examples/basic.pdf diff --git a/basic.png b/examples/basic.png similarity index 100% rename from basic.png rename to examples/basic.png diff --git a/basic.typ b/examples/basic.typ similarity index 100% rename from basic.typ rename to examples/basic.typ diff --git a/differential_calculus.pdf b/examples/differential_calculus.pdf similarity index 100% rename from differential_calculus.pdf rename to examples/differential_calculus.pdf diff --git a/differential_calculus.typ b/examples/differential_calculus.typ similarity index 100% rename from differential_calculus.typ rename to examples/differential_calculus.typ