diff options
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langindic.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langturkmen.tlpsrc | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-indic.tlpsrc | 12 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-turkmen.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/scheme-full.tlpsrc | 1 |
5 files changed, 22 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-langindic.tlpsrc b/Master/tlpkg/tlpsrc/collection-langindic.tlpsrc index c6fc60f9ee9..5e648882638 100644 --- a/Master/tlpkg/tlpsrc/collection-langindic.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-langindic.tlpsrc @@ -5,6 +5,7 @@ depend bangtex depend bengali depend burmese depend ebong +depend hyphen-indic depend hyphen-sanskrit depend itrans depend malayalam diff --git a/Master/tlpkg/tlpsrc/collection-langturkmen.tlpsrc b/Master/tlpkg/tlpsrc/collection-langturkmen.tlpsrc new file mode 100644 index 00000000000..ff58a3a00b2 --- /dev/null +++ b/Master/tlpkg/tlpsrc/collection-langturkmen.tlpsrc @@ -0,0 +1,6 @@ +category Collection +shortdesc Turkmen +longdesc Support for typesetting Turkmen. +depend turkmen +depend hyphen-turkmen +depend collection-basic diff --git a/Master/tlpkg/tlpsrc/hyphen-indic.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-indic.tlpsrc new file mode 100644 index 00000000000..a7df235f8fd --- /dev/null +++ b/Master/tlpkg/tlpsrc/hyphen-indic.tlpsrc @@ -0,0 +1,12 @@ +category TLCore +execute AddHyphen name=assamese lefthyphenmin=1 righthyphenmin=1 file=loadhyph-as.tex +execute AddHyphen name=bengali lefthyphenmin=1 righthyphenmin=1 file=loadhyph-bn.tex +execute AddHyphen name=guajrati lefthyphenmin=1 righthyphenmin=1 file=loadhyph-gu.tex +execute AddHyphen name=hindi lefthyphenmin=1 righthyphenmin=1 file=loadhyph-hi.tex +execute AddHyphen name=assamese lefthyphenmin=1 righthyphenmin=1 file=loadhyph-kn.tex +execute AddHyphen name=malayalam lefthyphenmin=1 righthyphenmin=1 file=loadhyph-ml.tex +execute AddHyphen name=marathi lefthyphenmin=1 righthyphenmin=1 file=loadhyph-mr.tex +execute AddHyphen name=oriya lefthyphenmin=1 righthyphenmin=1 file=loadhyph-or.tex +execute AddHyphen name=panjabi lefthyphenmin=1 righthyphenmin=1 file=loadhyph-pa.tex +execute AddHyphen name=tamil lefthyphenmin=1 righthyphenmin=1 file=loadhyph-ta.tex +execute AddHyphen name=telugu lefthyphenmin=1 righthyphenmin=1 file=loadhyph-te.tex diff --git a/Master/tlpkg/tlpsrc/hyphen-turkmen.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-turkmen.tlpsrc new file mode 100644 index 00000000000..1808e830941 --- /dev/null +++ b/Master/tlpkg/tlpsrc/hyphen-turkmen.tlpsrc @@ -0,0 +1,2 @@ +category TLCore +execute AddHyphen name=turkmen lefthyphenmin=1 righthyphenmin=2 file=loadhyph-tk.tex diff --git a/Master/tlpkg/tlpsrc/scheme-full.tlpsrc b/Master/tlpkg/tlpsrc/scheme-full.tlpsrc index 70c8f1e1ce6..26246730239 100644 --- a/Master/tlpkg/tlpsrc/scheme-full.tlpsrc +++ b/Master/tlpkg/tlpsrc/scheme-full.tlpsrc @@ -65,6 +65,7 @@ depend collection-langportuguese depend collection-langspanish depend collection-langswedish depend collection-langtibetan +depend collection-langturkmen depend collection-langukenglish depend collection-langvietnamese depend collection-latex |