Skip to content

Commit 9ecd257

Browse files
committed
simplify course template
1 parent e588e05 commit 9ecd257

File tree

14 files changed

+125
-1062
lines changed

14 files changed

+125
-1062
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,18 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
99

1010
## [Unreleased]
1111

12+
### Changed
13+
14+
- Simplify course template.
15+
- Update requirements for `lxml` to version 6 for compatibility with python 3.14 on Windows.
16+
1217
## [2.33.1] - 2025-12-11
1318

1419
Includes updates to core through commit: [1c97959](https://github.com/PreTeXtBook/pretext/commit/1c97959297d51749717f9b34ce5da131c960b92d)
1520

1621
### Changed
1722

1823
- Improved `course` template and updated readme's for main templates.
19-
- Update requirements for `lxml` to version 6 for compatibility with python 3.14 on Windows.
2024

2125
## [2.33.0] - 2025-12-06
2226

templates/course/project.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<project ptx-version="2">
55
<targets>
66
<!-- Main course for html or pdf -->
7-
<target name="web" source="main.ptx" format="html"
7+
<target name="course" source="main.ptx" format="html"
88
publication="publication.ptx" deploy-dir="course" />
99
<target name="print" source="main.ptx" format="pdf"
1010
output-filename="course.pdf" publication="publication.ptx" />

0 commit comments

Comments
 (0)