Releases: gusbrs/postnotes
Releases · gusbrs/postnotes
v0.3.0
v0.3.0 (2024-10-15)
Added
- Provide
multiple
option, with functionality akin the the same named option
fromfootmisc
. - Provide (experimental) support for PDF tagging. For this, the required LaTeX
kernel version was bumped to 2024-06-01. Tagging support requires
testphase=phase-III
(phase-II
withlistenv=none
).
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.4 (2023-06-12)
Changed
- Use new
\lTblrMeasuringBool
for identifying measuring passes in
tabularray
tables.
Fixed
- Don't inhibit
postnote
counter stepping in contexts which restore counter
values in measuring passes to ensure proper measuring. - Update User manual and regression tests for
l3kernel
's renaming of
\bool_case_true:n(TF)
to\bool_case:n(TF)
.
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.2.0 (2022-12-28)
Added
\postnote
optionmarkstr
, which can receive a string as value, and does
not setsortnum
.\postnotesection
optionexp
, to expand the contents in place.
Changed
- To simplify user input,
\postnote
optionmark
now requires a number as
value, but it also setssortnum
. \postnotesectionx
is deprecated in favor of the newexp
option.- Bumped the required kernel to 2022-06-01, so that we can use the new
\MakeLinkTarget
and the starred version of\ref*
defined by the kernel,
which simplifies the relation withhyperref
. All in all,postnotes
no
longer needs to use any internalhyperref
commands.