pretext 2.36.0__tar.gz → 2.36.1.dev20260115064647__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/PKG-INFO +1 -1
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/__init__.py +1 -1
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/resources/core.zip +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/resources/pelican.zip +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/resources/resource_hash_table.json +9 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/resources/rs_cache.zip +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/resources/templates.zip +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pyproject.toml +1 -1
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/LICENSE +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/README.md +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/__main__.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/cli.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/codechat.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/constants.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/core/__init__.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/core/braille_format.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/core/pretext.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/logger.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Alignment.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Arrays.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Bibliography.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Boxes.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Breaking.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Crossref.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Floats.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/FontSelection.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Footnotes.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Index.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Lists.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Pictures.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Quotations.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Sectioning.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Sentences.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Space.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Tabbing.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Themes/__init__.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Themes/default/__init__.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Themes/default/default-layout.jinja2 +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Themes/default/document-layout.jinja2 +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Thms.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Verbatim.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/__init__.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/babel.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/graphicx.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/hyperref.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/lipsum.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/longtable.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/math.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/misc.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/natbib.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/p.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/subfig.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/textcomp.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/tikzcd.jinja2 +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/tikzpicture.jinja2 +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/url.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/wrapfig.jinja2s +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/project/__init__.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/project/generate.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/project/xml.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/resources/__init__.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/server.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/types.py +0 -0
- {pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/utils.py +0 -0
|
@@ -19,7 +19,7 @@ from single_version import get_version
|
|
|
19
19
|
VERSION = get_version("pretext", Path(__file__).parent.parent)
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
CORE_COMMIT =
|
|
22
|
+
CORE_COMMIT = '2764f29c3754384e21c0733bc7c49adbfc1d0e0e'
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
def activate() -> None:
|
|
Binary file
|
|
Binary file
|
{pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/resources/resource_hash_table.json
RENAMED
|
@@ -549,5 +549,14 @@
|
|
|
549
549
|
"pretext-cli.yml": "29aa4729d4fcbf839bc1b40b5b5489c2cdc0cbef80929944bc5db362fc475ca1",
|
|
550
550
|
"pretext-deploy.yml": "a1bc0694b9f9f89ef02a5c30e678cd722a79f160b7452238274605671a23e280",
|
|
551
551
|
"installPandoc.sh": "8e0e428b16cff35223a3e8eabc8fec96dd1cc5d3502cf287b8ea2b9213b09e41"
|
|
552
|
+
},
|
|
553
|
+
"2.36.1.dev20260115064647": {
|
|
554
|
+
"project.ptx": "3964b43dc4869f209391ebdcecd14b2e44da4d8c6ef9c88c8ee0b2b252474552",
|
|
555
|
+
"codechat_config.yaml": "3d9eabbddaca58685521c1eddc886b0a180e8381f8ff7b577828809ad66b7ca4",
|
|
556
|
+
".gitignore": "67492e1581b65c771deb4f6cc932d0e86f7cbf0bd637c25f94b33e8c86660a38",
|
|
557
|
+
"devcontainer.json": "32f1df5425ee06979806a056bd625e5c03d6932203bb36be45934a16a3e3d9c1",
|
|
558
|
+
"pretext-cli.yml": "e6fd6c513e8abc5e843319b4443d9b3d9bf8ef67127e87ce742b27d055f43a06",
|
|
559
|
+
"pretext-deploy.yml": "2056f3191a23104084a3c156684578da030feaf26006c3f3bec584afafbaf8ed",
|
|
560
|
+
"installPandoc.sh": "e7f04e6fa30b3207ca48aad414e87aceab7ff627829279668cdbde85dee8f630"
|
|
552
561
|
}
|
|
553
562
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# ----------------
|
|
12
12
|
[tool.poetry]
|
|
13
13
|
name = "pretext"
|
|
14
|
-
version = "2.36.
|
|
14
|
+
version = "2.36.1.dev20260115064647"
|
|
15
15
|
description = "A package to author, build, and deploy PreTeXt projects."
|
|
16
16
|
readme = "README.md"
|
|
17
17
|
homepage = "https://pretextbook.org"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pretext-2.36.0 → pretext-2.36.1.dev20260115064647}/pretext/plastex/Themes/default/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|