diff --git a/build.py b/build.py index c61e709..888ec9a 100644 --- a/build.py +++ b/build.py @@ -32,7 +32,7 @@ def build_details(): def build(build_dir: str): - input_root = Path('./packages').resolve() + input_root = Path('./src').resolve() output = input_root / build_dir print('[PyTeX] Getting git repository information...') extra_header, repo_description = build_details() diff --git a/packages/environments/fancythm.pysty b/src/environments/fancythm.pysty similarity index 100% rename from packages/environments/fancythm.pysty rename to src/environments/fancythm.pysty diff --git a/packages/environments/thmstyle.pysty b/src/environments/thmstyle.pysty similarity index 100% rename from packages/environments/thmstyle.pysty rename to src/environments/thmstyle.pysty diff --git a/packages/lecture-notes/lectures.pysty b/src/lecture-notes/lectures.pysty similarity index 100% rename from packages/lecture-notes/lectures.pysty rename to src/lecture-notes/lectures.pysty diff --git a/packages/lecture-notes/script.pycls b/src/lecture-notes/script.pycls similarity index 100% rename from packages/lecture-notes/script.pycls rename to src/lecture-notes/script.pycls diff --git a/packages/math/faktor.pysty b/src/math/faktor.pysty similarity index 100% rename from packages/math/faktor.pysty rename to src/math/faktor.pysty diff --git a/packages/math/math.pysty b/src/math/math.pysty similarity index 100% rename from packages/math/math.pysty rename to src/math/math.pysty diff --git a/packages/math/mathalias.pysty b/src/math/mathalias.pysty similarity index 100% rename from packages/math/mathalias.pysty rename to src/math/mathalias.pysty diff --git a/packages/math/mathfig.pysty b/src/math/mathfig.pysty similarity index 100% rename from packages/math/mathfig.pysty rename to src/math/mathfig.pysty diff --git a/packages/math/mathfixes.pysty b/src/math/mathfixes.pysty similarity index 100% rename from packages/math/mathfixes.pysty rename to src/math/mathfixes.pysty diff --git a/packages/math/mathfont.pysty b/src/math/mathfont.pysty similarity index 100% rename from packages/math/mathfont.pysty rename to src/math/mathfont.pysty diff --git a/packages/math/mathop.pysty b/src/math/mathop.pysty similarity index 100% rename from packages/math/mathop.pysty rename to src/math/mathop.pysty diff --git a/packages/math/mathsymb.pysty b/src/math/mathsymb.pysty similarity index 100% rename from packages/math/mathsymb.pysty rename to src/math/mathsymb.pysty diff --git a/packages/math/unicodechar.pysty b/src/math/unicodechar.pysty similarity index 100% rename from packages/math/unicodechar.pysty rename to src/math/unicodechar.pysty diff --git a/packages/misc/hypersetup.pysty b/src/misc/hypersetup.pysty similarity index 100% rename from packages/misc/hypersetup.pysty rename to src/misc/hypersetup.pysty diff --git a/packages/misc/incfig.pysty b/src/misc/incfig.pysty similarity index 100% rename from packages/misc/incfig.pysty rename to src/misc/incfig.pysty diff --git a/packages/misc/vocab.pysty b/src/misc/vocab.pysty similarity index 100% rename from packages/misc/vocab.pysty rename to src/misc/vocab.pysty diff --git a/packages/utils/counters.pysty b/src/utils/counters.pysty similarity index 100% rename from packages/utils/counters.pysty rename to src/utils/counters.pysty diff --git a/packages/utils/findpackage.pysty b/src/utils/findpackage.pysty similarity index 100% rename from packages/utils/findpackage.pysty rename to src/utils/findpackage.pysty diff --git a/packages/wip/bibliography.pysty b/src/wip/bibliography.pysty similarity index 100% rename from packages/wip/bibliography.pysty rename to src/wip/bibliography.pysty diff --git a/packages/wip/enumerate.pysty b/src/wip/enumerate.pysty similarity index 100% rename from packages/wip/enumerate.pysty rename to src/wip/enumerate.pysty diff --git a/packages/wip/exsheet.pysty b/src/wip/exsheet.pysty similarity index 100% rename from packages/wip/exsheet.pysty rename to src/wip/exsheet.pysty diff --git a/packages/wip/figures.pysty b/src/wip/figures.pysty similarity index 100% rename from packages/wip/figures.pysty rename to src/wip/figures.pysty diff --git a/packages/wip/gag.pysty b/src/wip/gag.pysty similarity index 100% rename from packages/wip/gag.pysty rename to src/wip/gag.pysty diff --git a/packages/wip/lang-input.pysty b/src/wip/lang-input.pysty similarity index 100% rename from packages/wip/lang-input.pysty rename to src/wip/lang-input.pysty diff --git a/packages/wip/proof.pysty b/src/wip/proof.pysty similarity index 100% rename from packages/wip/proof.pysty rename to src/wip/proof.pysty diff --git a/packages/wip/removed.pysty b/src/wip/removed.pysty similarity index 100% rename from packages/wip/removed.pysty rename to src/wip/removed.pysty diff --git a/packages/wip/restate.pysty b/src/wip/restate.pysty similarity index 100% rename from packages/wip/restate.pysty rename to src/wip/restate.pysty