diff --git a/README.md b/README.md index 89221b2..360fb0d 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](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. +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. -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)_ +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)_ -![basic example](examples/basic.png) +![basic example](basic.png) ### Preamble ```typst diff --git a/examples/basic.pdf b/basic.pdf similarity index 100% rename from examples/basic.pdf rename to basic.pdf diff --git a/examples/basic.png b/basic.png similarity index 100% rename from examples/basic.png rename to basic.png diff --git a/examples/basic.typ b/basic.typ similarity index 100% rename from examples/basic.typ rename to basic.typ diff --git a/examples/differential_calculus.pdf b/differential_calculus.pdf similarity index 100% rename from examples/differential_calculus.pdf rename to differential_calculus.pdf diff --git a/examples/differential_calculus.typ b/differential_calculus.typ similarity index 100% rename from examples/differential_calculus.typ rename to differential_calculus.typ diff --git a/docs/manual_template.pdf b/docs/manual_template.pdf deleted file mode 100644 index 4518f93..0000000 Binary files a/docs/manual_template.pdf and /dev/null differ diff --git a/docs/manual.pdf b/manual.pdf similarity index 100% rename from docs/manual.pdf rename to manual.pdf diff --git a/docs/manual.typ b/manual.typ similarity index 100% rename from docs/manual.typ rename to manual.typ diff --git a/docs/manual_examples.pdf b/manual_examples.pdf similarity index 100% rename from docs/manual_examples.pdf rename to manual_examples.pdf diff --git a/docs/manual_examples.typ b/manual_examples.typ similarity index 100% rename from docs/manual_examples.typ rename to manual_examples.typ diff --git a/docs/manual_template.typ b/manual_template.typ similarity index 100% rename from docs/manual_template.typ rename to manual_template.typ