summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 18:52:51 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-30 18:52:51 +0000
commit64e214aaf71b2098830fefa59255b1ff8f7e37bf (patch)
treea05e46d481f61432ab674064c29d544b4327148e /Master
parentf897483ba207f150a5377b58ff03c015d5fa5fb0 (diff)
hyph-utf8 tlpsrc's, part 2: new languages, and move/rename english.
git-svn-id: svn://tug.org/texlive/trunk@18615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc5
-rw-r--r--Master/tlpkg/tlpsrc/collection-langother.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/collection-langukenglish.tlpsrc5
-rw-r--r--Master/tlpkg/tlpsrc/hyphen-armenian.tlpsrc10
-rw-r--r--Master/tlpkg/tlpsrc/hyphen-lao.tlpsrc10
-rw-r--r--Master/tlpkg/tlpsrc/hyphen-ukenglish.tlpsrc17
-rw-r--r--Master/tlpkg/tlpsrc/scheme-full.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/scheme-medium.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/scheme-tetex.tlpsrc2
9 files changed, 46 insertions, 9 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc b/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc
new file mode 100644
index 00000000000..aaf9e0806c3
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/collection-langenglish.tlpsrc
@@ -0,0 +1,5 @@
+category Collection
+shortdesc US and UK English
+longdesc Support for typesetting US and UK English.
+depend hyphen-english
+depend collection-basic
diff --git a/Master/tlpkg/tlpsrc/collection-langother.tlpsrc b/Master/tlpkg/tlpsrc/collection-langother.tlpsrc
index f47b9ea8cd7..917fd6c9c5d 100644
--- a/Master/tlpkg/tlpsrc/collection-langother.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-langother.tlpsrc
@@ -15,4 +15,6 @@ depend hyphen-slovenian
depend hyphen-turkish
depend hyphen-uppersorbian
depend hyphen-welsh
+depend hyphen-loa
+depend hyphen-armenian
depend collection-basic
diff --git a/Master/tlpkg/tlpsrc/collection-langukenglish.tlpsrc b/Master/tlpkg/tlpsrc/collection-langukenglish.tlpsrc
deleted file mode 100644
index 588cc5dc1ce..00000000000
--- a/Master/tlpkg/tlpsrc/collection-langukenglish.tlpsrc
+++ /dev/null
@@ -1,5 +0,0 @@
-category Collection
-shortdesc UK English
-longdesc Support for typesetting UK English.
-depend hyphen-ukenglish
-depend collection-basic
diff --git a/Master/tlpkg/tlpsrc/hyphen-armenian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-armenian.tlpsrc
new file mode 100644
index 00000000000..547b1f76f91
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/hyphen-armenian.tlpsrc
@@ -0,0 +1,10 @@
+category TLCore
+depend hyphen-base
+execute AddHyphen \
+ name=armenian \
+ lefthyphenmin=1 \
+ righthyphenmin=2 \
+ file=loadhyph-hy.tex \
+ file_patterns=hyph-hy.pat.txt \
+ file_exceptions=hyph-hy.hyp.txt
+
diff --git a/Master/tlpkg/tlpsrc/hyphen-lao.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-lao.tlpsrc
new file mode 100644
index 00000000000..b29370f4145
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/hyphen-lao.tlpsrc
@@ -0,0 +1,10 @@
+category TLCore
+depend hyphen-base
+execute AddHyphen \
+ name=lao \
+ lefthyphenmin=1 \
+ righthyphenmin=1 \
+ file=loadhyph-lo.tex \
+ file_patterns=hyph-lo.pat.txt \
+ file_exceptions=hyph-lo.hyp.txt
+
diff --git a/Master/tlpkg/tlpsrc/hyphen-ukenglish.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-ukenglish.tlpsrc
index aafa155278b..01d28b5eec0 100644
--- a/Master/tlpkg/tlpsrc/hyphen-ukenglish.tlpsrc
+++ b/Master/tlpkg/tlpsrc/hyphen-ukenglish.tlpsrc
@@ -1,2 +1,17 @@
category TLCore
-execute AddHyphen name=ukenglish synonyms=british,UKenglish lefthyphenmin=2 righthyphenmin=3 file=loadhyph-en-gb.tex
+depend hyphen-base
+execute AddHyphen \
+ name=ukenglish synonyms=british,UKenglish \
+ lefthyphenmin=2 \
+ righthyphenmin=3 \
+ file=loadhyph-en-gb.tex \
+ file_patterns=hyph-en-gb.pat.txt \
+ file_exceptions=
+execute AddHyphen \
+ name=usenglishmax \
+ lefthyphenmin=2 \
+ righthyphenmin=3 \
+ file=loadhyph-en-us.tex \
+ file_patterns=hyph-en-us.pat.txt \
+ file_exceptions=
+
diff --git a/Master/tlpkg/tlpsrc/scheme-full.tlpsrc b/Master/tlpkg/tlpsrc/scheme-full.tlpsrc
index 26246730239..83b08ba684d 100644
--- a/Master/tlpkg/tlpsrc/scheme-full.tlpsrc
+++ b/Master/tlpkg/tlpsrc/scheme-full.tlpsrc
@@ -66,7 +66,7 @@ depend collection-langspanish
depend collection-langswedish
depend collection-langtibetan
depend collection-langturkmen
-depend collection-langukenglish
+depend collection-langenglish
depend collection-langvietnamese
depend collection-latex
depend collection-latex3
diff --git a/Master/tlpkg/tlpsrc/scheme-medium.tlpsrc b/Master/tlpkg/tlpsrc/scheme-medium.tlpsrc
index 3d3396cd165..4fc15ffc85b 100644
--- a/Master/tlpkg/tlpsrc/scheme-medium.tlpsrc
+++ b/Master/tlpkg/tlpsrc/scheme-medium.tlpsrc
@@ -17,7 +17,7 @@ depend collection-langitalian
depend collection-langpolish
depend collection-langportuguese
depend collection-langspanish
-depend collection-langukenglish
+depend collection-langenglish
depend collection-latex
depend collection-latexrecommended
depend collection-mathextra
diff --git a/Master/tlpkg/tlpsrc/scheme-tetex.tlpsrc b/Master/tlpkg/tlpsrc/scheme-tetex.tlpsrc
index 3609c6632c8..96fed90fd01 100644
--- a/Master/tlpkg/tlpsrc/scheme-tetex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/scheme-tetex.tlpsrc
@@ -67,7 +67,7 @@ depend collection-langpolish
depend collection-langportuguese
depend collection-langspanish
depend collection-langswedish
-depend collection-langukenglish
+depend collection-langenglish
depend collection-langvietnamese
depend collection-latex
depend collection-latexrecommended