diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/uspace/uspace.sty')
-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}} |