summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/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/doc/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/doc/latex/uspace')
-rw-r--r--Master/texmf-dist/doc/latex/uspace/uspace-test-lualatex.pdfbin146331 -> 146331 bytes
-rw-r--r--Master/texmf-dist/doc/latex/uspace/uspace-test-pdflatex.pdfbin146770 -> 146770 bytes
-rw-r--r--Master/texmf-dist/doc/latex/uspace/uspace-test-xelatex.pdfbin27378 -> 27383 bytes
-rw-r--r--Master/texmf-dist/doc/latex/uspace/uspace-test.tex2
-rw-r--r--Master/texmf-dist/doc/latex/uspace/uspace.pdfbin81953 -> 82555 bytes
-rw-r--r--Master/texmf-dist/doc/latex/uspace/uspace.tex10
6 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/uspace/uspace-test-lualatex.pdf b/Master/texmf-dist/doc/latex/uspace/uspace-test-lualatex.pdf
index 8c008651bea..3edef468b9f 100644
--- a/Master/texmf-dist/doc/latex/uspace/uspace-test-lualatex.pdf
+++ b/Master/texmf-dist/doc/latex/uspace/uspace-test-lualatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/uspace/uspace-test-pdflatex.pdf b/Master/texmf-dist/doc/latex/uspace/uspace-test-pdflatex.pdf
index e6fa2ae03e4..9be669cbb42 100644
--- a/Master/texmf-dist/doc/latex/uspace/uspace-test-pdflatex.pdf
+++ b/Master/texmf-dist/doc/latex/uspace/uspace-test-pdflatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/uspace/uspace-test-xelatex.pdf b/Master/texmf-dist/doc/latex/uspace/uspace-test-xelatex.pdf
index f33280dd314..f3bdc0cc1b1 100644
--- a/Master/texmf-dist/doc/latex/uspace/uspace-test-xelatex.pdf
+++ b/Master/texmf-dist/doc/latex/uspace/uspace-test-xelatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/uspace/uspace-test.tex b/Master/texmf-dist/doc/latex/uspace/uspace-test.tex
index b735f965fa0..7f1af57425a 100644
--- a/Master/texmf-dist/doc/latex/uspace/uspace-test.tex
+++ b/Master/texmf-dist/doc/latex/uspace/uspace-test.tex
@@ -184,6 +184,4 @@ the following table:}
\end{threeparttable}
\end{center}
-\pagebreak
-
\end{document}
diff --git a/Master/texmf-dist/doc/latex/uspace/uspace.pdf b/Master/texmf-dist/doc/latex/uspace/uspace.pdf
index 67c908fb501..f2306c6ca03 100644
--- a/Master/texmf-dist/doc/latex/uspace/uspace.pdf
+++ b/Master/texmf-dist/doc/latex/uspace/uspace.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/uspace/uspace.tex b/Master/texmf-dist/doc/latex/uspace/uspace.tex
index 212ebe4831b..b46a4f7b013 100644
--- a/Master/texmf-dist/doc/latex/uspace/uspace.tex
+++ b/Master/texmf-dist/doc/latex/uspace/uspace.tex
@@ -23,7 +23,7 @@
\\{\small\href{mailto:vhaisman+uspace@gmail.com?subject=[uspace]}{vhaisman@gmail.com}}}{}}
\date{\today}
\title{\texttt{uspace} user manual}
-\subtitle{v0.03}
+\subtitle{v0.04}
\usepackage{xcolor}
\usepackage{multicol}
@@ -65,6 +65,9 @@
\newcommand{\punctsp}{\textsc{punctuation space}}
\newcommand{\thinsp}{\textsc{thin space}}
\newcommand{\hairsp}{\textsc{hair space}}
+\newcommand{\linesep}{\textsc{line separator}}
+\newcommand{\nel}{\textsc{next line (nel)}}
+\newcommand{\parasep}{\textsc{paragraph separator}}
\begin{document}
\begin{titlepage}
@@ -100,6 +103,9 @@ and their implementations:\nobreak%
\item[\punctsp{} (\texttt{U+2008})] \lstinline|\hspace{\fontcharwd \font `\,}|
\item[\thinsp{} (\texttt{U+2009})] \lstinline|\leavevmode\allowbreak\,|
\item[\hairsp{} (\texttt{U+200A})] \lstinline|\hspace{0.08333em}|
+\item[\linesep{} (\texttt{U+2028})] \lstinline|\newline|
+\item[\nel{} (\texttt{U+0085})] \lstinline|\newline|
+\item[\parasep{} (\texttt{U+2029})] \lstinline|\csname par\endcsname|
\end{labeling}
\footnotetext[1]{This already defined for \hologo{pdfLaTeX} because we use
\lstinline|inputenc| with \lstinline|utf8| option when compiling with
@@ -121,6 +127,8 @@ This package would not be what it is without help and comments from people of
\begin{description}[style=nextline, labelwidth=4.5em, leftmargin=!,
labelindent=0em]
+ \item[\texttt{v0.04}] Add implementation for \linesep{}, \nel{}
+ and \parasep{}.
\item[\texttt{v0.03}] Change implementation for \punctsp{} and \thinsp{} to
fix issues with line wrapping when using these characters.
\item[\texttt{v0.02}] Round lengths to five digits after decimal