The SILE Typesetter
Version updated for sile-typesetter/sile to version v0.15.5.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Summary of Improvements
This is a relatively minor maintenance release. Thanks again to ongoing work by @Omikhleia, support for bibtex format bibliographies is improving. Date and author parsing and rendering has been improved. Support for CSL is still brewing in the [bibliography][https://github.com/orgs/sile-typesetter/projects/12] project.
Additionally the --quiet
flag now correctly suppresses all parts of warning messages for cleaner output when you don’t want to debug your project. Even more behind the scenes, the entire code base has also been spell-checked, with hundreds of words in comments, code, and documentation being corrected.
New Features
- packages: Support biblatex date field and improve date formatting (5169d67)
Bug Fixes
- build: Fix distribution of unit tests clean up dist file list (00abf9b)
- classes: Make document state available during class’s post init (71336b9)
- cli: Suppress trace info in quiet for warnings but do show errors (e12dcc9)
- packages: Parse and split all bibtex name fields (e3a7dc1), closes #2052
- packages: Use non-breakable space in bibTeX name splitting, not tilde (f4ea4ed)