diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-26 21:59:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-26 21:59:35 +0000 |
commit | 6718ddef228e265e1229ab24336b433213b81db2 (patch) | |
tree | 76ade7bee4f6c4f4f281117fc1b421299d2fb235 /Master/texmf-dist/doc | |
parent | 26b61329ccfef7f8de119d7cf2ae772288e1497d (diff) |
hyph-utf8, with tlpsrc from arthur
git-svn-id: svn://tug.org/texlive/trunk@54568 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/hyph-utf8/CHANGES | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/hyph-utf8/README.md | 24 |
2 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/hyph-utf8/CHANGES b/Master/texmf-dist/doc/generic/hyph-utf8/CHANGES index 09078bddc26..dbc342f422a 100644 --- a/Master/texmf-dist/doc/generic/hyph-utf8/CHANGES +++ b/Master/texmf-dist/doc/generic/hyph-utf8/CHANGES @@ -1,3 +1,12 @@ +== CTAN release 2020.03.25 == + +2020-03-25 +- Major update to Spanish [es] patterns +- Major update to Classical Latin patterns [la-x-classic] + +2019-12-03 +- Fixed typo in Classic Latin patterns [la-x-classic] (559f1a2) + 2019-05-18 - Fixed Chinese Pinyin [zh-latn-pinyin] - Removed plain text files .chr.txt and .lic.txt diff --git a/Master/texmf-dist/doc/generic/hyph-utf8/README.md b/Master/texmf-dist/doc/generic/hyph-utf8/README.md new file mode 100644 index 00000000000..3c498767218 --- /dev/null +++ b/Master/texmf-dist/doc/generic/hyph-utf8/README.md @@ -0,0 +1,24 @@ +[![Build Status](https://travis-ci.com/hyphenation/tex-hyphen.svg?branch=master)](https://travis-ci.com/hyphenation/tex-hyphen) + +This is the central repository for all hyphenation patterns (that we know of). +These patterns are encoded in UTF-8, but can also be used with 8-bit TeX +engines such as pdfTeX with the help of mechanisms provided with the package. +It is meant to be a low-level package and is integrated with all major TeX +distributions (TeX Live, MiKTeX, W32TeX); most TeX users should thus not +concern themselves with this package, unless of course they’re working on the +hyphenation patterns themselves. + +We upload the package to CTAN regularly and use git tags to identify versions; +a CTAN upload has a version date in the form `yyyy-mm-dd`, corresponding to tag +`CTAN-yyyy.mm.dd` in this git repository. Because the package contains +contributions from many different sources that are not updated at the same +time, we felt this was this best choice for version identifiers. + +If you are an author of hyphenation patterns and want to add or update them, +please contact the maintainers through the mailing list: tex-hyphen@tug.org +You can also visit the [TeX hyphenation page](http://www.hyphenation.org/tex) for more +information and technical details. + +# Running +`bundle` (or `bundle install`) +`bundle exec rake` runs the default task in the Rakefile. |