MiKTeX / miktex-packaging

the MiKTeX package factory
MIT License
17 stars 5 forks source link

`hyphenex` should be added to the package repository #388

Closed koppor closed 11 months ago

koppor commented 12 months ago

The package https://ctan.org/pkg/hyphenex contains fixed English hyphenations.

Without the package:

% !TeX program = lualatex
\documentclass{article}
\usepackage{showhyphens}
\begin{document}
antinuclear
\enddocument}

grafik

With the package hyphenex, it looks as follows:

% !TeX program = lualatex
\documentclass{article}
\usepackage{showhyphens}
\begin{document}
\input{ushyphex}
antinuclear
\enddocument}

grafik

Background information

This is a follow-up of https://github.com/MiKTeX/miktex-packaging/issues/271, which was auto-closed by the stale bot.

edocevoli commented 11 months ago

Thank you, this has been fixed. Please check for updates tomorrow.