Version v0.12.1 of SILE has been released and is available for download! See the included CHANGELOG.md or review the commit history for more explicit details.
Summary of Improvements
The first minor release in the v0.12.x series brings several new features relevant to paragraph shaping.
Didier Willis has fleshed out the linebreak mechanism with full parity of LaTeX's settings including hangingIndent
and parShape
.
Having fully featured paragraph-wise hanging indent settings enabled a new package, dropcaps, to provide much more robust dropcap functionality than the previous floating frame mechanism we used for this.
(Note the dropcap package documentation did not make it in the manual at release time, see the example on the website or the manual from a newer release for usage.)
Additionally the paragraph shape callback function can now be used to create fancy paragraph shapes using any geometry you can specify or calculate.
Bugfixes in this release cover several issues with French language, PDF metadata encoding, color fonts, book class headers, and more.
Features
- build: Accommodate SOURCE_DATE_EPOCH for reproducible builds (16c81a8)
- classes: Add \noop function for versatile SILE.call() use (2b04507)
- core: Add OpenType post (v1) table parser (a985aed)
- core: Implement Knuth's hangAfter and hangIndent (5417189)
- core: Implement paragraph duration hanging indent settings (18ee23b)
- core: Implement paragraph shaping (parshape) (c2c0235)
- packages: Add dropcaps package (cb9105a)
- packages: Add shift, raise, and size options to dropcaps (0a88948)
- packages: Implement color option for dropcaps (d042bcf)
- packages: Use font's post table to determine underline position (ae1b929)
Bug Fixes
-
backends: Move Lua 5.1 macro so covers whole file (9b40772)
-
classes: Reset state when calling running headers (ec0a7b8)
-
classes: Unnumbered book sections shall not display a number in running headers (4afde42)
-
Fixes name of accented math symbol, eliminates duplicate newStandardHspace assignment (4c38f1a), closes #1274
-
languages: Correct hyphenation after apostrophe in French and Catalan (4c93891)
-
languages: Correct synchronisation between indexes in French word breaking (94ca931)
-
languages: Repair broken French hyphenation patterns (c25d9d7)
-
packages: Add \pdf:metadata support for dates (1b87305)
-
packages: Apply OpenType x and y offsets to color fonts (d66dc5f), closes #1147
-
packages: Correct rebox to not output duplicate content (2802d9b)
-
packages: Don't over-isolate functions run in Pandoc imports (#1254) (84507a5)
-
utilities: Fix UTF-16 encode/decode utility functions (7180081), closes #1280
-
utilities: Set language of roman numerals to Latin to avoid casing issues (#1253) (95c4e2c)