Closed hair-splitter closed 4 months ago
I can suggest the following workaround for grouping: add the strength:primary
to the collation attributes list in the user.ist
:
icu_attributes "strength:primary"
This attribute alters the final order by putting upper case letters before lower case ones. And another ICU attribute case-first:lower-first
doesn't seem to help.
This is fantastic. This gives an even better result than what I originally wanted. Thank you very much for your help!
Thank you for your report. I think I could fix the issue in Hungarian by https://github.com/t-tk/upmendex-package/commit/d95a719859647b5fdc7c279f95810f86129e60dc and I committed TeX Live svn r71719 .
Thank you very much. I updated my TeX Live system today, but the upmendex hasn't changed, so I haven't been able to try the new version yet.
Official release of TeX Live is scheduled once a year and next will be available in March 2025. I do not know that which environment is earlier for your test.
In addition to the annual reinstallation of TeX Live, I also use the next mid-year update on a monthly basis, which usually contains a lot of new package updates:
tlmgr update -self -all -reinstall-forcibly-removed
I thought that upmendex used to be updated during the year, like any other package. (For example, dvipdfm.exe was last updated on 2024-07-01 in TeX Live 2024.)
The following example does not work properly:
doc.tex
:user.ist
:The compiler method:
The result:
The initial words ö, ő, ü, ű are wrongly grouped.
The expected result would be:
Is this a mistake, or am I doing something wrong?
I use TeX Live 2024 on Windows 11.