diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-31 23:02:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-31 23:02:34 +0000 |
commit | 9ccc9c3898aab84f54fd9f05204a8cd6d2a134f4 (patch) | |
tree | ed79d9de5896e43b101a5a7ea9559e58cfa2a5d4 /Master/texmf-dist/tex/latex/uspace | |
parent | 2558915d24d58a11a4117a77589fa5e8402d8d9d (diff) |
uspace (31oct16)
git-svn-id: svn://tug.org/texlive/trunk@42407 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/uspace')
-rw-r--r-- | Master/texmf-dist/tex/latex/uspace/uspace.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/uspace/uspace.sty b/Master/texmf-dist/tex/latex/uspace/uspace.sty index 3e520d19116..4856989a412 100644 --- a/Master/texmf-dist/tex/latex/uspace/uspace.sty +++ b/Master/texmf-dist/tex/latex/uspace/uspace.sty @@ -10,7 +10,7 @@ \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{uspace} -[2016/10/04 v0.02 LaTeX package that defines meanings to several different +[2016/10/30 v0.03 LaTeX package that defines meanings to several different Unicode space characters.] \RequirePackage{ifxetex,ifluatex} @@ -61,10 +61,10 @@ Unicode space characters.] \newunicodechar{ }{\leavevmode\hphantom{0}} % punctuation space -\newunicodechar{ }{\leavevmode\hphantom{.}} +\newunicodechar{ }{\hspace{\fontcharwd \font `\,}} % thin space -\newunicodechar{ }{\leavevmode\,\linebreak[0]} +\newunicodechar{ }{\leavevmode\allowbreak\,} % hair space \newunicodechar{ }{\hspace{0.08333em}} |