diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-09 20:40:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-09 20:40:20 +0000 |
commit | 65e4272f74f437a899e7dd52c5ab52501dca02db (patch) | |
tree | d6f582cfcac7270f129bec122f0072331188b4a8 /Master/texmf-dist/source/generic/babel-belarusian/belarusian.dtx | |
parent | 21788cd1142e87230f90deaa8c0a44c2d2c52cd8 (diff) |
babel-belarusian (9oct18)
git-svn-id: svn://tug.org/texlive/trunk@48870 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/babel-belarusian/belarusian.dtx')
-rw-r--r-- | Master/texmf-dist/source/generic/babel-belarusian/belarusian.dtx | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/generic/babel-belarusian/belarusian.dtx b/Master/texmf-dist/source/generic/babel-belarusian/belarusian.dtx index 583d63cc00a..e28046e723e 100644 --- a/Master/texmf-dist/source/generic/babel-belarusian/belarusian.dtx +++ b/Master/texmf-dist/source/generic/babel-belarusian/belarusian.dtx @@ -5,7 +5,7 @@ \iffalse %</internal> %<*readme> -Belarusian language module for Babel, v1.4 +Belarusian language module for Babel, v1.5 ========================================== Released under the LaTeX Project Public License v1.3c or later. @@ -21,7 +21,7 @@ and Belarusian language module v1.1l by Aleksey Novodvorsky <aen@logic.ru>. The current maintainer is Andrej Shadura <andrew@shadura.me>. -INSTALLATION +Installation ------------ - unpack babel-belarusian.zip @@ -34,7 +34,7 @@ INSTALLATION - update filename base (see documentation for your TeX system) -USAGE +Usage ----- Belarusian language definition file can be used both with legacy 8-bit engines @@ -98,13 +98,13 @@ or \usepackage[english,belarusian.tarask]{babel} -DOCUMENTATION +Documentation ------------- See belarusian.pdf for more information. -KNOWN PROBLEMS +Known problems -------------- Before switching from a legacy 8-bit engine (tex, pdftex) to an Unicode @@ -112,9 +112,14 @@ engine (xetex, luatex) and vise versa delete all .aux, .toc, .lot, .lof files as they might have stored incompatible internal encodings. -CHANGES +Changes ------- +2018-10-09 version 1.5 + + * Replace \cyrmath with \textnormal. + Patch by Ivan Kokan. + 2018-08-25 version 1.4 * Rename belarusianb.dtx to belarusian.dtx since the patch to Babel @@ -202,8 +207,8 @@ and the derived files belarusian.ins, %</internal> %<*code> \NeedsTeXFormat{LaTeX2e} -%\ProvidesFile{belarusian.ldf}[2018/08/25 1.4 Belarusian support for the Babel system] -\ProvidesLanguage{belarusian}[2018/08/25 1.4 Belarusian support for the Babel system] +%\ProvidesFile{belarusian.ldf}[2018/10/09 1.5 Belarusian support for the Babel system] +\ProvidesLanguage{belarusian}[2018/10/09 1.5 Belarusian support for the Babel system] %</code> %<*driver> \documentclass[a4paper]{ltxdoc} @@ -546,7 +551,7 @@ and the derived files belarusian.ins, % \label{ssec:spelling} % % By default, the official spelling is enabled. The ‘classic’ (Taraškievič) -% ancient spelling can be enabled by setting the attribute to \Lopt{classic} or +% spelling can be enabled by setting the attribute to \Lopt{classic} or % \Lopt{tarask}. To set an attribute, put the |\languageattribute| macro % within a document preamble after \babel, for example, %\begin{verbatim} @@ -1952,15 +1957,15 @@ and the derived files belarusian.ins, \def\NAK{\mathop{\mathrm{НАК}}\nolimits} \def\Proj{\mathop{\mathrm{Пр}}\nolimits} \else - \def\nod{\mathop{\cyrmathrm{\cyrn.\cyra.\cyrd.}}\nolimits} - \def\nok{\mathop{\cyrmathrm{\cyrn.\cyra.\cyrk.}}\nolimits} - \def\NOD{\mathop{\cyrmathrm{\CYRN\CYRA\CYRD}}\nolimits} - \def\NOK{\mathop{\cyrmathrm{\CYRN\CYRA\CYRK}}\nolimits} - \def\nad{\mathop{\cyrmathrm{\cyrn.\cyra.\cyrd.}}\nolimits} - \def\nak{\mathop{\cyrmathrm{\cyrn.\cyra.\cyrk.}}\nolimits} - \def\NAD{\mathop{\cyrmathrm{\CYRN\CYRA\CYRD}}\nolimits} - \def\NAK{\mathop{\cyrmathrm{\CYRN\CYRA\CYRK}}\nolimits} - \def\Proj{\mathop{\cyrmathrm{\CYRP\cyrr}}\nolimits} + \def\nod{\mathop{\textnormal{\cyrn.\cyra.\cyrd.}}\nolimits} + \def\nok{\mathop{\textnormal{\cyrn.\cyra.\cyrk.}}\nolimits} + \def\NOD{\mathop{\textnormal{\CYRN\CYRA\CYRD}}\nolimits} + \def\NOK{\mathop{\textnormal{\CYRN\CYRA\CYRK}}\nolimits} + \def\nad{\mathop{\textnormal{\cyrn.\cyra.\cyrd.}}\nolimits} + \def\nak{\mathop{\textnormal{\cyrn.\cyra.\cyrk.}}\nolimits} + \def\NAD{\mathop{\textnormal{\CYRN\CYRA\CYRD}}\nolimits} + \def\NAK{\mathop{\textnormal{\CYRN\CYRA\CYRK}}\nolimits} + \def\Proj{\mathop{\textnormal{\CYRP\cyrr}}\nolimits} \fi % \end{macrocode} % |