summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-20 21:52:41 +0000
committerKarl Berry <karl@freefriends.org>2016-04-20 21:52:41 +0000
commit658a820e8fce6fffa034e89505a59080716852ff (patch)
tree15e494399cc2ea5f8052cd8dd898008b3503b59e /Master/texmf-dist/doc
parente155df94bcae899bce238a8b1bc2d6b7e7303cbb (diff)
babel-belarusian (20apr16)
git-svn-id: svn://tug.org/texlive/trunk@40636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/generic/babel-belarusian/README120
-rw-r--r--Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdfbin216517 -> 150113 bytes
2 files changed, 94 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/generic/babel-belarusian/README b/Master/texmf-dist/doc/generic/babel-belarusian/README
index 630362dec9e..5db220e2630 100644
--- a/Master/texmf-dist/doc/generic/babel-belarusian/README
+++ b/Master/texmf-dist/doc/generic/babel-belarusian/README
@@ -1,36 +1,104 @@
-About
-=====
+----------------------------------------------------------------
-Babel support for typesetting Belarusian
+Belarusian language module for Babel, v1.3h
-The dtx-file was taken from the Belarusion Linux project:
+Released under the LaTeX Project Public License v1.3c or later.
+See http://www.latex-project.org/lppl.txt
-http://mova.org/bellinux/index.html
-http://mova.org/bellinux/belarusian-0.3.tar.gz
+The package provides support for use of Babel in documents written in Belarusian
+(in both official and "classic" forms). The support is adapted for use both
+under legacy TEX engines, and under X∃TEX and LuaTEX.
-License
-=======
+Based on Russian language module v1.3h by Igor A. Kotelnikov <kia999 at mail dot ru>
+and Belarusian language module v1.1l by Aleksey Novodvorsky <aen@logic.ru>.
-It may be distributed under the terms of the LaTeX Project Public
-License, as described in lppl.txt in the base LaTeX distribution.
-Either version 1.0 or, at your option, any later version.
+The Current Maintainer is Andrew Shadura <andrew@shadura.me>.
-ChangeLog
-=========
+1. INSTALLATION
-Babel package for LaTeX version 2e
-Copyright (C) 1989 - 1999
- by Johannes Braams, TeXniek
+- unpack babel-belarusian.zip
+- run "xelatex.exe belarusianb.dtx" (recommended)
+ or "pdflatex.exe belarusianb.dtx";
+ run "tex.exe belarusianb.dtx"
+ or "tex.exe belarusianb.ins", if you don't need documentation
+- move "belarusianb.ldf" to <textmf>/tex/generic/babel/contrib/
+- move "belarusianb.pdf" and README to <textmf>/doc/latex/belarusian-babel/
+- update filename base (see documentation for your TeX system)
-Russianianb Language Definition File
-Copyright (C) 1995 - 1999
- by Olga Lapko <cyrtug@mir.msk.su>
- Johannes Braams, TeXniek
+2. USAGE
-Adapted to the new T2 and X2 Cyrillic encodings
- by Vladimir Volovich <TeX@vvv.vsu.ru>
- Werner Lemberg <wl@gnu.org>
+Belarusian 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.
-Belarusianb Language Definition File
-Copyright (C) 2000
- by Aleksey Novodvorsky <aen@logic.ru>
+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,belarusian]{babel}
+
+2.1.2 LuaLaTeX
+
+ \usepackage[T1,T2A]{fontenc}
+ \usepackage[lutf8]{luainputenc}
+ \usepackage[english,belarusian]{babel}
+
+2.1.3 XeLaTeX
+
+ \XeTeXinputencoding "bytes"
+ \usepackage[utf8]{inputenc}
+ \usepackage[T2A]{fontenc}
+ \usepackage[english,belarusian]{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,belarusian]{babel}
+
+Instead of the Computer Modern Unicode (CMU) fonts loaded in this example,
+you may use any True Type or Open Type fonts installed on your computer.
+
+2.3 Using "classic" (Taraškievič) spelling
+
+ \usepackage[english,belarusian]{babel}
+ \languageattribute{belarusian}{classic}
+or
+ \usepackage[english,belarusian.classic]{babel}
+or
+ \usepackage[english,belarusian]{babel}
+ \languageattribute{belarusian}{tarask}
+or
+ \usepackage[english,belarusian.tarask]{babel}
+
+3. DOCUMENTATION
+
+See belarusianb.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
+
+2016-04-07 version 1.3h
+
+ * Initial version
+
+Original source: russianb.dtx,
+ 2016-02-18 v1.3h Russian support from the babel system.
+
+----------------------------------------------------------------
diff --git a/Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdf b/Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdf
index 36fa54f98ce..88bfa1c4cb1 100644
--- a/Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdf
+++ b/Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdf
Binary files differ