Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 15:39:27 UTC Now

2023-04-08 06:02:43 UTC MAIN commitmail json YAML

tex-babel-greek: update to 1.13.1

Fix errors with the 2022/06 implementation of `\MakeUppercase`:

- Do not change the uccode values if the LaTeX version is newer than 2022/06.
  The new ``\MakeUppercase`` definition ignores them and fails
  with the "dummy" character 0x9f (cf. [ltnews35], `LaTeX issue 987`).

- TODO: Fix upcasing of accented characters with "short accent macros"
  and with "LGR transliteration".

New modifiers ``local-LGR-fixes`` and ``no-LGR-fixes`` to address
indexing problmes with Roman numerals (`Babel issue 170`_). Provisional.

New TextCommand ``\EnsureStandardFontEncoding``.

Rename ``\textgreek`` to ``\lgrfont`` to avoid confusion with a
language changing command.

(markd)