summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-25 20:56:42 +0000
committerKarl Berry <karl@freefriends.org>2018-08-25 20:56:42 +0000
commitf27ed7b89bf0d6a819103d456c011972a55f39d4 (patch)
treee8a072dc8b22d27db109db5f67363c858832d8e9 /Master/texmf-dist/doc/generic
parent21a58c30431c4e45b1b0bc9f94f4e696bab9a217 (diff)
belarusian (25aug18)
git-svn-id: svn://tug.org/texlive/trunk@48484 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r--Master/texmf-dist/doc/generic/babel-belarusian/README.md (renamed from Master/texmf-dist/doc/generic/babel-belarusian/README)76
-rw-r--r--Master/texmf-dist/doc/generic/babel-belarusian/belarusian.pdfbin0 -> 152076 bytes
-rw-r--r--Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdfbin150113 -> 0 bytes
3 files changed, 47 insertions, 29 deletions
diff --git a/Master/texmf-dist/doc/generic/babel-belarusian/README b/Master/texmf-dist/doc/generic/babel-belarusian/README.md
index 5db220e2630..fd22d09330b 100644
--- a/Master/texmf-dist/doc/generic/babel-belarusian/README
+++ b/Master/texmf-dist/doc/generic/babel-belarusian/README.md
@@ -1,35 +1,36 @@
-----------------------------------------------------------------
-
-Belarusian language module for Babel, v1.3h
+Belarusian language module for Babel, v1.4
+==========================================
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 Belarusian
-(in both official and "classic" forms). The support is adapted for use both
+(in both official and ‘classic’ forms). The support is adapted for use both
under legacy TEX engines, and under X∃TEX and LuaTEX.
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>.
-The Current Maintainer is Andrew Shadura <andrew@shadura.me>.
+The current maintainer is Andrej Shadura <andrew@shadura.me>.
-1. INSTALLATION
+INSTALLATION
+------------
- 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/
+- run `xelatex belarusian.dtx` (recommended)
+ or `pdflatex belarusian.dtx`;
+ run `tex belarusian.dtx`
+ or `tex belarusian.ins`, if you don’t need documentation
+- move "belarusian.ldf" to ${texmf}/tex/generic/babel/contrib/
+- move "belarusian.pdf" and README to ${texmf}/doc/latex/belarusian-babel/
- update filename base (see documentation for your TeX system)
-2. USAGE
+USAGE
+-----
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
+(such as latex or pdflatex) and Unicode compilers (xelatex or lualatex).
+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
@@ -37,28 +38,28 @@ 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
+### 8-bit mode
-2.1.1 PDFLATeX, LaTeX
+#### PDFLATeX, LaTeX
\usepackage[T1,T2A]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,belarusian]{babel}
-2.1.2 LuaLaTeX
+#### LuaLaTeX
\usepackage[T1,T2A]{fontenc}
\usepackage[lutf8]{luainputenc}
\usepackage[english,belarusian]{babel}
-2.1.3 XeLaTeX
+#### XeLaTeX
\XeTeXinputencoding "bytes"
\usepackage[utf8]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[english,belarusian]{babel}
-2.2 Unicode mode, LuaLaTeX or XeLaTeX
+### Unicode mode, LuaLaTeX or XeLaTeX
\usepackage{fontspec}
\defaultfontfeatures{Ligatures={TeX}}
@@ -70,35 +71,52 @@ In the examples below, it is assumed that a source file has utf8 input encoding.
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
+### 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
+DOCUMENTATION
+-------------
-See belarusianb.pdf for more information.
+See belarusian.pdf for more information.
-4. KNOWN PROBLEMS
+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
+CHANGES
+-------
+
+2018-08-25 version 1.4
+
+ * Rename belarusianb.dtx to belarusian.dtx since the patch to Babel
+ has been never submitted.
+ * Use textcomp package in the documentation.
+ * Formatting fixes.
+ * Convert the README to Markdown.
+ * Rename the Unicode detection macro to fix conflicts with babel-russian.
2016-04-07 version 1.3h
- * Initial version
+ * Initial version
-Original source: russianb.dtx,
- 2016-02-18 v1.3h Russian support from the babel system.
+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/belarusian.pdf b/Master/texmf-dist/doc/generic/babel-belarusian/belarusian.pdf
new file mode 100644
index 00000000000..f76fe958b26
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/babel-belarusian/belarusian.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdf b/Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdf
deleted file mode 100644
index 88bfa1c4cb1..00000000000
--- a/Master/texmf-dist/doc/generic/babel-belarusian/belarusianb.pdf
+++ /dev/null
Binary files differ