diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-28 19:11:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-28 19:11:53 +0000 |
commit | 1de583ae717a259979d5bd0be6576b0dd4d4f83e (patch) | |
tree | 380dfe30eab2357066d857a6484b91a97389aef9 /Master/texmf-dist/tex/generic/tex4ht | |
parent | 796c34703cc47cfe6346f6083bdd72b32632aa5f (diff) |
frenchb.4ht: space vs. colonspace; sync from tex4ht r136
git-svn-id: svn://tug.org/texlive/trunk@36156 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/frenchb.4ht | 53 |
1 files changed, 22 insertions, 31 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/frenchb.4ht b/Master/texmf-dist/tex/generic/tex4ht/frenchb.4ht index 0ee8a7b9e27..c51e0a58ba9 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/frenchb.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/frenchb.4ht @@ -1,31 +1,22 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% frenchb.4ht 2009-05-21-09:32 % -% Copyright (C) 2001--2009 Eitan M. Gurari % -% % -% This work may be distributed and/or modified under the % -% conditions of the LaTeX Project Public License, either % -% version 1.3c of this license or (at your option) any % -% later version. The latest version of this license is % -% in % -% http://www.latex-project.org/lppl.txt % -% and version 1.3c or later is part of all distributions % -% of LaTeX version 2005/12/01 or later. % -% % -% This work has the LPPL maintenance status "maintained".% -% % -% This Current Maintainer of this work % -% is Eitan M. Gurari. % -% % -% If you modify this program your changing its signature % -% with a directive of the following form will be % -% appreciated. % -% \message{signature} % -% % -% gurari@cse.ohio-state.edu % -% http://www.cse.ohio-state.edu/~gurari % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2009-05-21-09:32} - +% frenchb.4ht (2015-01-28-11:07), generated from tex4ht-4ht.tex +% Copyright 2001-2009 Eitan M. Gurari +% Copyright 2009-2015 TeX Users Group +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3c of this license or (at your option) any +% later version. The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions +% of LaTeX version 2005/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work +% is the TeX4ht Project <http://tug.org/tex4ht>. +% +% If you modify this program, changing the +% version identification would be appreciated. \def\frenchb:shorthand#1#2#3#4{% \ifhmode \ifdim \lastskip >\z@ \unskip \penalty \@M @@ -37,15 +28,15 @@ \def\:temp{\leavevmode \nobreak \csname a:system-nbsp\endcsname\ \csname b:system-nbsp\endcsname} \expandafter\HLet\csname \system@group @sh@\string ~@\endcsname=\:temp -\expandafter \ifx \csname FDP@colonspace\endcsname\relax +\expandafter \ifx \csname FDP@space\endcsname\relax \AtBeginDocument{% - \def\:temp{\frenchb:shorthand{frenchb}{nbsp}{\ }{\FDP@space}\string :}% + \def\:temp{\frenchb:shorthand{frenchb}{nbsp}{\ }{\FDP@colonspace}\string :}% \expandafter\HLet\csname\language@group @sh@\string :@\endcsname=\:temp } \else \AtBeginDocument{% - \def\:temp{\frenchb:shorthand{frenchb}{nbsp}{\ }{\FDP@colonspace}\string :}% + \def\:temp{\frenchb:shorthand{frenchb}{nbsp}{\ }{\FDP@space}\string :}% \expandafter\HLet\csname\language@group @sh@\string :@\endcsname=\:temp } |