summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-29 23:03:42 +0000
committerKarl Berry <karl@freefriends.org>2011-12-29 23:03:42 +0000
commit7a50f35d6fd3bd705c78298b1ccc085991638f87 (patch)
tree7f749391d34aa12a37a30a33c00b3098b2320e7c /Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
parent0bc9393ae50667d7ff769a76321a9548a70351fc (diff)
l3kernel 3109 (29dec11)
git-svn-id: svn://tug.org/texlive/trunk@24971 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3skip.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3skip.dtx16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx b/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
index 3c5f7951b21..419cb6398f6 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3skip.dtx
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3skip.dtx 3029 2011-12-06 22:47:30Z joseph $
+\GetIdInfo$Id: l3skip.dtx 3086 2011-12-22 17:55:46Z bruno $
{L3 Experimental dimensions and skips}
%</driver|package>
%<*driver>
@@ -157,7 +157,7 @@
% \end{function}
%
% \section{Utilities for dimension calculations}
-%
+%
% \begin{function}[updated = 2011-10-22, EXP]{\dim_abs:n}
% \begin{syntax}
% \cs{dim_abs:n} \Arg{dimexpr}
@@ -749,7 +749,7 @@
% and place |#2| into the input stream: this is usually an error or
% warning message of some sort.
% \end{function}
-%
+%
% \section{Internal functions}
%
% \begin{function}[added = 2011-11-11, EXP]
@@ -765,7 +765,7 @@
% result, expressed in big points (\texttt{bp}) or points (\texttt{pt}),
% will be left in the input stream with \emph{no units}. If the decimal
% part of the magnitude is zero, this will be omitted.
-%
+%
% If the \Arg{dimension expression} contains additional units, these will
% be ignored, so for example
% \begin{verbatim}
@@ -914,7 +914,7 @@
% \end{macro}
%
% \subsection{Utilities for dimension calculations}
-%
+%
% \begin{macro}{\dim_abs:n}
% Similar to the \cs{int_abs:n} function, but here an additional
% \meta{dimexpr} is needed as \TeX{} won't simply tidy up an additional
@@ -928,7 +928,7 @@
-
\fi:
\dim_eval:w #1 \dim_eval_end:
- \dim_eval_end:
+ \dim_eval_end:
}
% \end{macrocode}
% \end{macro}
@@ -1166,14 +1166,14 @@
{ \dim_use:N \dim_eval:w #1 \dim_eval_end: }
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}[EXP]{\dim_strip_bp:n}
% \begin{macrocode}
\cs_new:Npn \dim_strip_bp:n #1
{ \dim_strip_pt:n { 0.996 26 \dim_eval:w #1 \dim_eval_end: } }
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}[EXP]{\dim_strip_pt:n}
% \begin{macro}[EXP, aux]{\dim_strip_pt:w}
% A function which comes up often enough to deserve a place in the kernel.