Skip to content

Commit 4d72a1e

Browse files
Core 921 alegbra 1 pdf (#575)
* Use iconCondensedLabel for notes * Style `section.numbered-exercises` as `EverydayExercises` * Style unit page titles the same as chapter page titles * Add borderless table an unindented list styles to algebra-1 * Visually hide solutions in algebra-1 * Add baseline max-width for images in algebra-1 * Add text-only title support for algebra-1 * Style `th` in `tbody` within `corn` * Update note styles * Add `os-raise-noindent` for `data-type=injected-exercise` * Style practice question numbers in bold to match exercises * Remove unindented style This wasn't working as intended. The lists without this style are closer to the desired result. * Make `TextOnlyChapterTitle` a little easier to reuse if needed * Possible fix for table problems * Try to match exercise styles as best as possible * Changelog * Use static max-width for table images * Use flex display for notes instead of table-cell * Add table color overrides for algebra-1 * Add borders/horizontal rule to check-understanding * Adjust title widths for notes * Avoid breaks in section.check-understanding * Compile style * Fix th[scope=col] styling in thead Since these can be in either head or body. * Set image width to 3in in no-class note * Add vertical-align top to exercises containing media * Use uniform max width/height for most images * Exercise answer margins * Black icon note font; boxed self-check * Add fix for labeled graphs * Add extra margin to headings and notes * Fix image scaling in exercises - Make exercise images smaller - Limit max-width to 95% so that the images never overlap the numbering * Add banding to os-eoc Currently only practice sections * Add document class notes New icon borrowed from cardboard with theme recolor * Fix document note Come to find this note does not have title. That is kind of weird. This should work, though. Tip: the icon is added to the first child and that first child will align with the icon. * Fix contemporary math style These width/height settings weren't doing anything until I made it possible to adjust them. I don't know why they were there to begin with. * Add generic example title style for algebra-1 * Enable page banding for custom-eoc in algebra-1 * Ensure problem paras are full width * Custom question numbering * Prepare for new release * Remove duplicated ModuleSectionWithBorderShape * Inconsistent naming of table first/last row
1 parent ca1bc20 commit 4d72a1e

31 files changed

+1695
-302
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [v2.12.0] - 2025-08-25
12+
1013
- Add `UnitToc` to `corn`
1114
- Use `UnitToc` in `algebra-1`
15+
- Style `exercises` differently in `algebra-1` so they are more cohesive
16+
- Style tables containing figures with 100% width in `algebra-1`
17+
- Style `th` in `tbody` within `corn`
18+
- Add `text-only` title support for `algebra-1`
19+
- Add baseline `max-width` for images in `algebra-1`
20+
- Visually hide `solutions` in `algebra-1`
21+
- Add borderless table to `algebra-1`
22+
- Style unit page titles the same as chapter page titles in `algebra-1`
23+
- Style `section.numbered-exercises` as `EverydayExercises`
24+
- Use `IconCondensedNoteWithSubtitleShape` for notes in `algebra-1`
1225
- Add `folio_new` to `corn`
1326
- Use `folio_new` in `algebra-1`
27+
- Add `IconCondensedNoteWithoutTitleShape` to `corn`
28+
- Add `GenericExampleTitleShape` to `corn`
1429

1530
## [v2.11.0] - 2025-05-20
1631

0 commit comments

Comments
 (0)