diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/calc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tools/calc.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/tools/calc.dtx b/Master/texmf-dist/source/latex/tools/calc.dtx index 50f725e3f7e..ce6aeae034b 100644 --- a/Master/texmf-dist/source/latex/tools/calc.dtx +++ b/Master/texmf-dist/source/latex/tools/calc.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993-2014 +% Copyright 1993-2017 % % The LaTeX3 Project and any individual authors listed elsewhere % in this file. @@ -12,7 +12,7 @@ % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in -% http://www.latex-project.org/lppl.txt +% https://www.latex-project.org/lppl.txt % and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. % @@ -40,7 +40,7 @@ %<driver> \ProvidesFile{calc.drv} % \fi % \ProvidesFile{calc.dtx} - [2014/10/28 v4.3 Infix arithmetic (KKT,FJ)] + [2017/05/25 v4.3 Infix arithmetic (KKT,FJ)] % % \iffalse %<*driver> @@ -248,7 +248,7 @@ % methods of accessing text dimensions. After % |\settowidth{\txtwd}{Some text}| you can use: %\begin{verbatim} -% \setlength{\parskip}{0.68\textwd} +% \setlength{\parskip}{0.68\txtwd} %\end{verbatim} % whereas using the more direct access to the width of the text % requires the longer form for multiplication, thus: |