summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/uspace/uspace.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/uspace/uspace.sty')
-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
%%