• Home
Name Date Size #Lines LOC

..--

doc/06-May-2025-1,4111,107

source/06-May-2025-8,3577,145

tex/06-May-2025-1,166,5501,165,988

README.mdD06-May-20251.3 KiB2520

README.md

1[![Build Status](https://travis-ci.com/hyphenation/tex-hyphen.svg?branch=master)](https://travis-ci.com/hyphenation/tex-hyphen)
2
3This is the central repository for all hyphenation patterns (that we know of).
4These patterns are encoded in UTF-8, but can also be used with 8-bit TeX
5engines such as pdfTeX with the help of mechanisms provided with the package.
6It is meant to be a low-level package and is integrated with all major TeX
7distributions (TeX Live, MiKTeX, W32TeX); most TeX users should thus not
8concern themselves with this package, unless of course they’re working on the
9hyphenation patterns themselves.
10
11We upload the package to CTAN regularly and use git tags to identify versions;
12a CTAN upload has a version date in the form `yyyy-mm-dd`, corresponding to tag
13`CTAN-yyyy.mm.dd` in this git repository. Because the package contains
14contributions from many different sources that are not updated at the same
15time, we felt this was this best choice for version identifiers.
16
17If you are an author of hyphenation patterns and want to add or update them,
18please contact the maintainers through the mailing list: tex-hyphen@tug.org
19You can also visit the [TeX hyphenation page](http://www.hyphenation.org/tex) for more
20information and technical details.
21
22# Running
23`bundle` (or `bundle install`)
24`bundle exec rake` runs the default task in the Rakefile.
25