Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change

## [Unreleased]

### Changed

- Simplify course template.
- Update requirements for `lxml` to version 6 for compatibility with python 3.14 on Windows.

## [2.33.1] - 2025-12-11

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

### Changed

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

## [2.33.0] - 2025-12-06

Expand Down
2 changes: 1 addition & 1 deletion templates/course/project.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<project ptx-version="2">
<targets>
<!-- Main course for html or pdf -->
<target name="web" source="main.ptx" format="html"
<target name="course" source="main.ptx" format="html"
publication="publication.ptx" deploy-dir="course" />
<target name="print" source="main.ptx" format="pdf"
output-filename="course.pdf" publication="publication.ptx" />
Expand Down
Loading