Releases: gusbrs/zref-clever
Releases · gusbrs/zref-clever
v0.2.1-alpha
v0.2.1-alpha (2022-02-07)
Added
- Option
endrange
for typesetting terse ranges. - Option
rangetopair
to control behavior ofrange
option when a pair
results from building a range. - Option
vario
to load packagezref-vario
. - Reference property
subeq
for theamsmath
andbreqn
compatibility
modules.
v0.2.0-alpha
v0.2.0-alpha (2022-01-28)
Added
- The reference block formatting has been generalized to allow for more
flexibility in setting the reference structure, with the new option
refbounds
.
Fixed
- Fixed handling of type names defined to be empty.
- Fixed distinction of
lastsep
andpairsep
in cases where the type-block
starts or ends with a range.
Changed
- The
namefont
andreffont
options can now be set also in
\zcRefTypeSetup
and\zcLanguageSetup
. - (Internal) Moved from property lists to individually named macros to store
and retrieve options.
Deprecated
- Options
preposinlink
,preref
, andpostref
have been deprecated and
replaced by new optionrefbounds
.
v0.1.2-alpha
v0.1.2-alpha (2022-01-10)
Added
- Provided Dutch language file (see PR #5).
Changed
- The
gender
key in\zcLanguageSetup
and in the built-in language files
can receive a comma separated list as value to support types with multiple
valid genders. - The
cap
andabbrev
options can now be set also in\zcRefTypeSetup
and
\zcLanguageSetup
, so that fine grained control per-type and per-language
is now possible for these options. - Abandoned the "dictionary/translation" metaphor to refer to language
specific options. Mostly housekeeping, affecting the name-scheme of
functions and variables, but aiming at a clearer documentation in this area,
specially in the longer term.
Deprecated
- The reference format options
refpre
andrefpos
have been deprecated in
favor or the more aptly namedpreref
andpostref
, respectively.
v0.1.1-alpha
v0.1.1-alpha (2021-12-07)
Changed
- Improvements to the French dictionary (see issue #1).
- Dropped the
subappendix
reference type. - Improvements to documentation.