summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uspace
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-07 22:15:26 +0000
committerKarl Berry <karl@freefriends.org>2016-11-07 22:15:26 +0000
commitace8b28357001ed4accf9775903e047f3115b677 (patch)
tree4c4eb4c70ccabdbf7f7d260fb6631b09700b3e87 /Master/texmf-dist/tex/latex/uspace
parente94c94170a856e703582d3201b0ca7fc7ef74969 (diff)
uspace (7nov16)
git-svn-id: svn://tug.org/texlive/trunk@42456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/uspace')
-rw-r--r--Master/texmf-dist/tex/latex/uspace/uspace.sty11
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/uspace/uspace.sty b/Master/texmf-dist/tex/latex/uspace/uspace.sty
index 4856989a412..29672d2df45 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/30 v0.03 LaTeX package that defines meanings to several different
+[2016/11/06 v0.04 LaTeX package that defines meanings to several different
Unicode space characters.]
\RequirePackage{ifxetex,ifluatex}
@@ -69,6 +69,15 @@ Unicode space characters.]
% hair space
\newunicodechar{ }{\hspace{0.08333em}}
+% line separator
+\newunicodechar{
}{\newline}
+
+% next line (NEL)
+\newunicodechar{…}{\newline}
+
+% paragraph separator
+\newunicodechar{
}{\csname par\endcsname}
+
\endinput
%%