diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-09-22 14:00:24 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2018-09-22 14:00:24 +0000 |
commit | 78b5a7bf03bf480c7dafdbcb3a89ad4bf7dc2adc (patch) | |
tree | 804f61c2d1268cad7137544d05e382195d4fb7f6 /Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc | |
parent | 7f91bc067a8957addde75217caa93f9356acf0b7 (diff) |
Fix buggy descriptions in hyphen-latin.tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@48733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc index ad99afe52aa..457067b5637 100644 --- a/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc @@ -2,12 +2,7 @@ category TLCore depend hyphen-base depend hyph-utf8 shortdesc Latin hyphenation patterns. -longdesc Hyphenation patterns for Latin in T1/EC and UTF-8 encodings, -longdesc mainly in modern spelling (u when u is needed and v when v is needed), -longdesc medieval spelling with the ligatures \ae and \oe and the (uncial) -longdesc lowercase 'v' written as a 'u' is also supported. Apparently -longdesc there is no conflict between the patterns of modern Latin and -longdesc those of medieval Latin. +longdesc Hyphenation patterns for Latin in T1/EC and UTF-8 encodings. execute AddHyphen \ name=latin \ lefthyphenmin=2 \ @@ -15,10 +10,6 @@ execute AddHyphen \ file=loadhyph-la.tex \ file_patterns=hyph-la.pat.txt \ file_exceptions= -shortdesc Classical Latin hyphenation patterns. -longdesc Hyphenation patterns for the Classical Latin in T1/EC and UTF-8 -longdesc encodings. Classical Latin hyphenation patterns are different from -longdesc those of 'plain' Latin, the latter being more adapted to modern Latin. execute AddHyphen \ name=classiclatin \ lefthyphenmin=2 \ @@ -26,9 +17,6 @@ execute AddHyphen \ file=loadhyph-la-x-classic.tex \ file_patterns=hyph-la-x-classic.pat.txt \ file_exceptions= -shortdesc Liturgical Latin hyphenation patterns. -longdesc Hyphenation patterns for the Liturgical Latin in T1/EC and UTF-8 -longdesc encodings. execute AddHyphen \ name=liturgicallatin \ lefthyphenmin=2 \ |