summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/babel-ukrainian
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-07 21:23:07 +0000
committerKarl Berry <karl@freefriends.org>2017-06-07 21:23:07 +0000
commit1e3a7859dea72a78754680e3f6232057cd34ca15 (patch)
tree20f2d82d0cba0dee8115550658ab36fcf0bd1df7 /Master/texmf-dist/doc/generic/babel-ukrainian
parent74844b4cfc5378aa9f0baf166f16ca24c14bb245 (diff)
ukrainian (7jun17)
git-svn-id: svn://tug.org/texlive/trunk@44521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/babel-ukrainian')
-rw-r--r--Master/texmf-dist/doc/generic/babel-ukrainian/README.md91
-rw-r--r--Master/texmf-dist/doc/generic/babel-ukrainian/ukraineb.pdfbin215281 -> 452882 bytes
2 files changed, 91 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/babel-ukrainian/README.md b/Master/texmf-dist/doc/generic/babel-ukrainian/README.md
new file mode 100644
index 00000000000..6c23b452c4b
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/babel-ukrainian/README.md
@@ -0,0 +1,91 @@
+----------------------------------------------------------------
+
+Ukrainian language module for Babel, v1.3h
+
+Released under the LaTeX Project Public License v1.3c or later.
+See http://www.latex-project.org/lppl.txt
+
+The package provides support for use of Babel in documents written in Ukrainian. The support is adapted for use both
+under legacy TEX engines, and under X∃TEX and LuaTEX.
+
+Based on Russian language module v1.3i by Igor A. Kotelnikov <kia999 at mail dot ru>.
+
+The Current Maintainer is Sergiy Ponomarenko <sergiy.ponomarenko@gmail.com>.
+
+1. INSTALLATION
+
+- unpack babel-ukrainian.zip
+- run "xelatex.exe ukraineb.dtx" (recommended)
+ or "pdflatex.exe ukraineb.dtx";
+ run "tex.exe ukraineb.dtx"
+ or "tex.exe ukraineb.ins", if you don't need documentation
+- move "ukraineb.ldf" to <textmf>/tex/generic/babel/babel-ukrainian/
+- move "ukraineb.pdf" and README to <textmf>/doc/generic/babel-ukrainian/
+- update filename base (see documentation for your TeX system)
+
+2. USAGE
+
+Ukrainian language definition file can be used both with legacy 8-bit engines
+(such as latex.exe or pdflatex.exe) and Unicode compilers (xelatex.exe or
+lualatex.exe). The Unicode engines can be ran either in Unicode mode or 8-bit
+compatibility mode, which emulates the legacy engines. The two modes differ by
+a set of packages loaded in the preamble of a source TeX file. It is important
+to keep recommended order of the packages loaded, especially when running
+Unicode engines in a compatibility 8-bit mode.
+
+In the examples below, it is assumed that a source file has utf8 input encoding.
+
+2.1. 8-bit mode
+
+2.1.1 PDFLATeX, LaTeX
+
+ \usepackage[T1,T2A]{fontenc}
+ \usepackage[utf8]{inputenc}
+ \usepackage[english,ukrainian]{babel}
+
+2.1.2 LuaLaTeX
+
+ \usepackage[T1,T2A]{fontenc}
+ \usepackage[lutf8]{luainputenc}
+ \usepackage[english,ukrainian]{babel}
+
+2.1.3 XeLaTeX
+
+ \XeTeXinputencoding "bytes"
+ \usepackage[utf8]{inputenc}
+ \usepackage[T2A]{fontenc}
+ \usepackage[english,ukrainian]{babel}
+
+2.2 Unicode mode, LuaLaTeX or XeLaTeX
+
+ \usepackage{fontspec}
+ \defaultfontfeatures{Ligatures={TeX}}
+ \setmainfont{CMU Serif}
+ \setsansfont{CMU Sans Serif}
+ \setmonofont{CMU Typewriter Text}
+ \usepackage[english,ukrainian]{babel}
+
+Instead of the Computer Modern Unicode (CMU) fonts loaded in this example,
+you may try any True Type or Open Type font installed on your computer provided
+that that font came with Ukrainian letters.
+
+3. DOCUMENTATION
+
+See ukraineb.pdf for more information.
+
+4. KNOWN PROBLEMS
+
+Before switching from a legacy 8-bit engine (tex, pdftex) to an Unicode
+engine (xetex, luatex) and vise versa delete all .aux, .toc, .lot, .lof
+files as they might have stored incompatible internal encodings.
+
+5. CHANGES
+
+2017-06-06 version 1.3h
+
+ * Initial version
+
+Original source: russianb.dtx,
+ 2017-01-12 v1.3i Ukrainian support from the babel system.
+
+----------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/generic/babel-ukrainian/ukraineb.pdf b/Master/texmf-dist/doc/generic/babel-ukrainian/ukraineb.pdf
index 888febac826..5fdf5d2ca56 100644
--- a/Master/texmf-dist/doc/generic/babel-ukrainian/ukraineb.pdf
+++ b/Master/texmf-dist/doc/generic/babel-ukrainian/ukraineb.pdf
Binary files differ