diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-24 20:11:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-24 20:11:24 +0000 |
commit | bdcccc423e739c7ed18b5c29c0b7a7319abc9d29 (patch) | |
tree | ceb4f1a11346542e3a4e042ce4b565ae0229809d /Master/texmf-dist/tex/latex/uspace | |
parent | a075e917a1cb19da93a8020193a1d2785926bf86 (diff) |
uspace (24apr22)
git-svn-id: svn://tug.org/texlive/trunk@63123 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 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/uspace/uspace.sty b/Master/texmf-dist/tex/latex/uspace/uspace.sty index 29672d2df45..88ae29d1d8a 100644 --- a/Master/texmf-dist/tex/latex/uspace/uspace.sty +++ b/Master/texmf-dist/tex/latex/uspace/uspace.sty @@ -1,7 +1,7 @@ % LaTeX package that defines meanings to several different Unicode space % characters. % -% © 2016 Václav Haisman +% © 2022 Václav Haisman % %% This program can be redistributed and/or modified under the terms of the %% MIT license. See LICENSE file. @@ -10,7 +10,7 @@ \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{uspace} -[2016/11/06 v0.04 LaTeX package that defines meanings to several different +[2022/04/24 v0.05 LaTeX package that defines meanings to several different Unicode space characters.] \RequirePackage{ifxetex,ifluatex} @@ -69,6 +69,9 @@ Unicode space characters.] % hair space \newunicodechar{ }{\hspace{0.08333em}} +% Medium Mathematical Space (MMSP) +\newunicodechar{ }{\hspace{0.22222em}} + % line separator \newunicodechar{
}{\newline} |