2024-02-04 01:03:31 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-glossaries{,-doc}: update to 4.53
added test file example-glossaries-utf8.tex
glossary-hypernav.sty:
- reimplemented internal hypergroup lists as LaTeX3 sequences
- fixed bug "Duplicate entries in navigation menu of custom glossaries"
|
2023-04-01 13:20:18 by Mark Davies | Files touched by this commit (6) | |
Log message:
tex-glossaries{,-doc}: update to 4.52
4.50
**Major new version**
UTF-8 is supported and some of the sentence case commands, such as
\Glsentrytext can expand in PDF bookmarks. If your document uses \
\MakeTextUppercase or
\MakeTextLowercase, you will need to explicitly load textcase.sty if you want to \
continue
using them. Alternatively substitute them with \glsuppercase and \glslowercase.
All deprecated and obsolete commands and options that have been retained for
backward-compatibility for over 6 years have been removed.
The other significant change is that the default setting for esclocations and
\ifglswrallowprimitivemods is now false. If a document requiring xindy has \
locations that
expand to robust or protected commands you may need to switch these on or see the
"Problematic Locations" section of the user manual.
4.51
- indexing and unset/reset disabled during measuring
- added \glsmeasurewidth, \glsmeasureheight and \glsifmeasuring
- switched to \TrackIfKnownLanguage for the languages identified in
"languages" option
- added test file example-glossaries-user.tex
- bug fix (automake doesn't work)
4.52
Bug fix: corrected spelling of \@ne
|
2022-04-09 01:07:05 by Mark Davies | Files touched by this commit (7) | |
Log message:
tex-glossaries{,-doc}: update to 4.49
- bug fix: list style with entrycounter has problematic unexpanded content
- new command \glsunexpandedfieldvalue (provided for use in
\glslistexpandedname)
- new command \glscapitalisewords (defaults to \capitalisewords)
provides a way to switch to \capitalisefmtwords if required
- added new files containing dummy entries for testing:
- example-glossaries-longchild.tex
- example-glossaries-childmultipar.tex
|
2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670) |
Log message:
print: Remove SHA1 hashes for distfiles
|
2020-05-01 04:30:51 by Mark Davies | Files touched by this commit (75) | |
Log message:
tex-[efg]*: update to texlive 2020 versions
tex-endnotes{,-doc} to 2020
tex-epigraph{,-doc} to 1.5e
tex-eplain{,-doc} to 3.9.54498
tex-etoc{,-doc} to 1.09b
tex-europecv{,-doc} to 2020
tex-fancyvrb{,-doc} to 3.5
tex-filecontents{,-doc} to 1.5
tex-filehook{,-doc} to 0.7
tex-fmtcount{,-doc} to 3.07
tex-fncylab{,-doc} to 1.1
tex-footnotehyper{,-doc} to 1.1a
tex-geometry{,-doc} to 5.9
tex-glossaries{,-doc} to 4.46
tex-graphics{,-doc} to 1.4a
tex-graphics-def{,-doc} to 2020
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-12-06 21:22:05 by Mark Davies | Files touched by this commit (372) |
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
|
2019-01-30 07:16:44 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-glossaries{,-doc}: update to 4.42
glossaries.sty:
- changed \edef to \protected at csedef in \glsfieldedef
- changed \xdef to \protected at csxdef in \glsfieldxdef
- added package option 'noglossaryindex' to counteract 'index'
(if 'index' happens to be supplied as a global option)
- automake option now takes 'immediate' as a value.
glossary-longbooktabs.sty:
- removed superfluous \glspatchLToutput
|
2018-05-06 06:06:39 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-glossaries{,-doc}: update to 4.37
* glossaries.sty:
- bug fix (if \makeindex is used without \makeglossaries,
corrupted glossary information is written to the .idx file)
* makeglossaries-lite.lua:
- corrected check for double-quotes in \@istfilename
(from \jobname when the .tex file name contains spaces)
- added check for nil codepage
|