diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-02 21:39:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-02 21:39:40 +0000 |
commit | 6573b1c5a1734b8e66c8ddd3ac071fbed52f3925 (patch) | |
tree | bffc288f4c1a8b0ec4f1edad1895865f12e0dc39 /Master | |
parent | ee3d3c23779380d19b2c691a31b3f4ce57c7a062 (diff) |
babel-hungarian (2apr14)
git-svn-id: svn://tug.org/texlive/trunk@33353 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/babel-hungarian/magyar.ldf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/babel-hungarian/magyar.ldf b/Master/texmf-dist/tex/latex/babel-hungarian/magyar.ldf index 3d2d7df0674..832d3fb07db 100644 --- a/Master/texmf-dist/tex/latex/babel-hungarian/magyar.ldf +++ b/Master/texmf-dist/tex/latex/babel-hungarian/magyar.ldf @@ -3499,6 +3499,8 @@ \let\aref\relax \let\apageref\relax \let\acite\relax \let\Aref\relax \let\Apageref\relax \let\Acite\relax \let\autoref\relax + \let\hbox\@firstofone % Make \hbox{...} work by removing the braces. TODO(pts): Make \hbox to...{...} work. + \let\@@magyar@told@optdot\@empty % The optional dot disappears. %\set@display@protect% \string. Why?? doesn't seem to screw up \r \set@typeset@protect% \relax. \edef\reserved@c{#1-}% @@ -3546,6 +3548,7 @@ \edef\reserved@a{{\number\expandafter\@gobble\reserved@a}}% keeps 17,18,19 for +val \expandafter\edef\expandafter\reserved@b\expandafter{\if}.\fi\@@magyar@fs@ } +\def\@@magyar@told@optdot{.} %** @in \reserved@a is suffix classification in braces: {0}, {1} ... or {16} %** @param #1 \@empty or a char token \def\@@magyar@told@cont#1{% @@ -3908,11 +3911,11 @@ } \def\@@magyar@date@a#1#2#3{#1-\@@magyar@month@a{#2}-\two@digits{#3}} -\def\@@magyar@date@b#1#2#3{#1.~\@@magyar@month@b{#2} \number#3.\hbox{}}% Dat: \hbox is to force \frenchspacing -\def\@@magyar@date@c#1#2#3{#1.~\@@magyar@month@c{#2} \number#3.\hbox{}} -\def\@@magyar@date@d#1#2#3{#1.~\@@magyar@month@d{#2}.\ \number#3.\hbox{}} -\def\@@magyar@date@e#1#2#3{#1.~\@@magyar@month@a{#2}.\ \two@digits{#3}.\hbox{}} -\def\@@magyar@date@f#1#2#3{#1.~\@@magyar@month@b{#2}}% Dat: \hbox is to force \frenchspacing +\def\@@magyar@date@b#1#2#3{#1.~\@@magyar@month@b{#2} \number#3\@@magyar@told@optdot\hbox{}}% Dat: \hbox is to force \frenchspacing +\def\@@magyar@date@c#1#2#3{#1.~\@@magyar@month@c{#2} \number#3\@@magyar@told@optdot\hbox{}} +\def\@@magyar@date@d#1#2#3{#1.~\@@magyar@month@d{#2}.\ \number#3\@@magyar@told@optdot\hbox{}} +\def\@@magyar@date@e#1#2#3{#1.~\@@magyar@month@a{#2}.\ \two@digits{#3}\@@magyar@told@optdot\hbox{}} +\def\@@magyar@date@f#1#2#3{#1.~\@@magyar@month@b{#2}} \def\@@magyar@date@g#1#2#3{#1.~\@@magyar@month@b{#2} \number#3}% Dat: \told{\@@magyar@date@g{1848}{3}{15}}+e{} \def\@@magyar@date@h#1#2#3{#1~\@@magyar@month@b{#2}}% Imp: suffixes to months \def\@@magyar@date@i#1#2#3{#1/\@@magyar@month@a{#2}/\two@digits{#3}}% not Hungarian |