diff options
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-langlatvian.tlpsrc | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hyphen-latvian.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/scheme-full.tlpsrc | 1 |
4 files changed, 13 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-langlatvian.tlpsrc b/Master/tlpkg/tlpsrc/collection-langlatvian.tlpsrc new file mode 100644 index 00000000000..feddab0ad48 --- /dev/null +++ b/Master/tlpkg/tlpsrc/collection-langlatvian.tlpsrc @@ -0,0 +1,6 @@ +name collection-langlatvian +category Collection +shortdesc Latvian +longdesc Latvian hyphenation +depend hyphen-latvian +depend collection-basic diff --git a/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc index 2f5e1a5d1e1..555c513854a 100644 --- a/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc +++ b/Master/tlpkg/tlpsrc/hyphen-latin.tlpsrc @@ -1,3 +1,4 @@ name hyphen-latin category TLCore -execute AddHyphen name=latin lefthyphenmin=2 righthyphenmin=2 file=loadhyph-la.tex +execute AddHyphen name=latin lefthyphenmin=2 righthyphenmin=2 \ + file=loadhyph-la.tex diff --git a/Master/tlpkg/tlpsrc/hyphen-latvian.tlpsrc b/Master/tlpkg/tlpsrc/hyphen-latvian.tlpsrc new file mode 100644 index 00000000000..1299bf80825 --- /dev/null +++ b/Master/tlpkg/tlpsrc/hyphen-latvian.tlpsrc @@ -0,0 +1,4 @@ +name hyphen-latvian +category TLCore +execute AddHyphen name=latin lefthyphenmin=2 righthyphenmin=2 \ + file=loadhyph-lv.tex diff --git a/Master/tlpkg/tlpsrc/scheme-full.tlpsrc b/Master/tlpkg/tlpsrc/scheme-full.tlpsrc index 4f30ef70e59..6c3adb96c8b 100644 --- a/Master/tlpkg/tlpsrc/scheme-full.tlpsrc +++ b/Master/tlpkg/tlpsrc/scheme-full.tlpsrc @@ -57,6 +57,7 @@ depend collection-langhungarian depend collection-langindic depend collection-langitalian depend collection-langlatin +depend collection-langlatvian depend collection-langlithuanian depend collection-langmongolian depend collection-langnorwegian |