diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-05 21:58:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-05 21:58:16 +0000 |
commit | f41ffa5c2e0677cf778dbb83fef33fbc6e1ffd2e (patch) | |
tree | 7c95b0c2c63007c3b5191898b59b06a756d474dc /Master/texmf-dist/tex/generic/babel/babel.def | |
parent | 13f153cc96f71f3c6176f898de6d38059aaed9b9 (diff) |
babel (5jun18)
git-svn-id: svn://tug.org/texlive/trunk@47932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/babel/babel.def')
-rw-r--r-- | Master/texmf-dist/tex/generic/babel/babel.def | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/babel/babel.def b/Master/texmf-dist/tex/generic/babel/babel.def index 3896e7f51af..5411afe6282 100644 --- a/Master/texmf-dist/tex/generic/babel/babel.def +++ b/Master/texmf-dist/tex/generic/babel/babel.def @@ -31,6 +31,7 @@ %% and covered by LPPL is defined by the unpacking scripts (with %% extension |.ins|) which are part of the distribution. %% + \ifx\ldf@quit\@undefined \else \expandafter\endinput @@ -40,7 +41,7 @@ \wlog{File: #1 #4 #3 <#2>}% \let\ProvidesFile\@undefined} \fi -\ProvidesFile{babel.def}[2018/05/10 3.21 Babel common definitions] +\ProvidesFile{babel.def}[2018/06/05 3.22 Babel common definitions] \ifx\AtBeginDocument\@undefined \input plain.def\relax \fi @@ -1413,7 +1414,7 @@ \ifx##1\@empty\else \bbl@exp{% \\\SetString\\##1{% - \\\bbl@nocaption{\bbl@stripslash##1}{\<#1\bbl@stripslash##1>}}}% + \\\bbl@nocaption{\bbl@stripslash##1}{#1\bbl@stripslash##1}}}% \expandafter\bbl@tempb \fi}% \expandafter\bbl@tempb\bbl@captionslist\@empty @@ -1425,7 +1426,7 @@ \StartBabelCommands*{#1}{date}% \ifx\bbl@KVP@import\@nil \bbl@exp{% - \\\SetString\\\today{\\\bbl@nocaption{today}{\<#1today>}}}% + \\\SetString\\\today{\\\bbl@nocaption{today}{#1today}}}% \else \bbl@savetoday \bbl@savedate @@ -1543,6 +1544,13 @@ \bbl@exportkey{rgthm}{typography.righthyphenmin}{3}% \bbl@exportkey{hyphr}{typography.hyphenrules}{}% \bbl@exportkey{dgnat}{numbers.digits.native}{}% + \bbl@xin@{0.5}{\@nameuse{bbl@@kv@identification.version}}% + \ifin@ + \bbl@warning{% + There are neither captions nor date in `\languagename'.\\% + It may not be suitable for proper typesetting, and it\\% + could change. Reported}% + \fi \bbl@xin@{0.9}{\@nameuse{bbl@@kv@identification.version}}% \ifin@ \bbl@warning{% @@ -1569,7 +1577,7 @@ \bbl@trim@def\bbl@tempa{#1}% \bbl@ifblank{#2}% {\bbl@exp{% - \toks@{\\\bbl@nocaption{\bbl@tempa}\<\languagename\bbl@tempa name>}}}% + \toks@{\\\bbl@nocaption{\bbl@tempa}{\languagename\bbl@tempa name}}}}% {\bbl@trim\toks@{#2}}% \bbl@exp{% \\\bbl@add\\\bbl@savestrings{% @@ -1653,7 +1661,7 @@ \def\BabelBeforeIni##1##2{% \begingroup \bbl@add\bbl@secpost@identification{\closein1 }% - \catcode`\[=12 \catcode`\]=12 \catcode`\==12 + \catcode`\[=12 \catcode`\]=12 \catcode`\==12 % \bbl@read@ini{##1}% \endgroup}% boxed, to avoid extra spaces: {\setbox\z@\hbox{\InputIfFileExists{babel-#1.tex}{}{}}}} |