Path to this page:
Subject: CVS commit: pkgsrc/print
From: Mark Davies
Date: 2022-04-14 05:28:49
Message id: 20220414032849.22FA6FB24@cvs.NetBSD.org
Log Message:
tex-tcolorbox{,-doc}: update to 5.0.2
5.0.2
### Changed
- Library `minted`: Temporary patch `\tcbTemporaryPatchMintedFancyvrb`
removed because of update for package `minted` (2021/12/24).
This is now the required version for `tcolorbox`
### Fixed
- Using the `documentation` library with `minted` was broken
- Library `theorems`: New implementation had title expansion with
problems
5.0.1
### Fixed
- Library `minted`: Patch `\tcbTemporaryPatchMintedFancyvrb` fixed
- Fix for issue #157 disabled unbreakability for hbox type boxes
This also affected boxes with sidebyside content
5.0.0
### Added
- Library `skins`: Option `attach boxed title to top text left`
- Library `skins`: Option `attach boxed title to top text right`
- Library `skins`: Option `attach boxed title to bottom text left`
- Library `skins`: Option `attach boxed title to bottom text right`
- Library `theorems`: Option `theorem number`
- Library `minted`: Option `default minted options`
- Library `minted`: Temporary patch `\tcbTemporaryPatchMintedFancyvrb`
for the current minted/fancyvrb package clash
### Changed
- Changelog is switched to Markdown for entries from 2021 on
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html)
- Library `documentation`: warn about not installed `marvosym` and `pifont`
- Environments wrapped with `\tcolorboxenvironment` are now compatible with
all three capture modes `minipage`, `hbox`, and `fitbox`
- Meaningful error prompts when using unknown capture modes
- Library `raster`: Inside a raster, `tcbrasternum` can now be
referenced using `label={mylabel}`, if the box is not numbered otherwise
- Library `theorem`: Theorems with empty display name are now possible
without glitches
- Library `theorem`: Major code parts rewritten in expl3 code
- Internal layer accounting changed from LaTeX to TeX code to avoid problems
with counter macro manipulations by amsmath alignment environments
- Library `minted`: Option `minted options` now initialized with `default
minted options`
- Library `minted`: Code parts rewritten in expl3 code
### Removed
- Library 'theorems': `\tcbmaketheorem` removed which is deprecated since
version 2.40 (2013/07/15). Use `\newtcbtheorem` instead.
### Fixed
- Library `documentation`: Inconsistent local/global assignment corrected
- Documentation: Changed bibtex link corrected
- Library `breakable`: Option `use color stack` was order dependant
- Library `raster`: Numbering for rasters inside rasters
- In certain situations options were set twice
Files: