From 3039c15b8469196164744e904bdd80520ba4f10a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Sep 2019 21:19:37 +0000 Subject: spacingtricks (9sep19) git-svn-id: svn://tug.org/texlive/trunk@52063 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/spacingtricks/spacingtricks.pdf | Bin 125130 -> 124970 bytes .../source/latex/spacingtricks/spacingtricks.dtx | 7 ++++--- .../tex/latex/spacingtricks/spacingtricks.sty | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/spacingtricks/spacingtricks.pdf b/Master/texmf-dist/doc/latex/spacingtricks/spacingtricks.pdf index 814c057caea..607b98a7f70 100644 Binary files a/Master/texmf-dist/doc/latex/spacingtricks/spacingtricks.pdf and b/Master/texmf-dist/doc/latex/spacingtricks/spacingtricks.pdf differ diff --git a/Master/texmf-dist/source/latex/spacingtricks/spacingtricks.dtx b/Master/texmf-dist/source/latex/spacingtricks/spacingtricks.dtx index fcd0222f47a..698b64dcb3f 100644 --- a/Master/texmf-dist/source/latex/spacingtricks/spacingtricks.dtx +++ b/Master/texmf-dist/source/latex/spacingtricks/spacingtricks.dtx @@ -20,7 +20,7 @@ %<*package> \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{spacingtricks} - [2019/09/06 v1.1 .dtx spacingtricks file] + [2019/09/09 v1.2 .dtx spacingtricks file] % %<*driver> \documentclass{ltxdoc} @@ -78,13 +78,14 @@ % \changes{v1.0}{2019/06/16}{English translation of the documentation} % \changes{v1.1}{2019/09/06}{No automatic line breaking at the end of the centered command, % new length compactitemlist} +% \changes{v1.2}{2019/09/09}{Removing par command to get the expected centered macro} % % \GetFileInfo{spacingtricks.sty} % % \title{The \texttt{spacingtricks} package\thanks{This document % corresponds to \textsf{spacingtricks}~\fileversion, dated \filedate.}} % \author{Antoine Missier \\ \texttt{antoine.missier@ac-toulouse.fr}} -% \date{September 06, 2019} +% \date{September 09, 2019} % \maketitle % % \section{Introduction} @@ -490,7 +491,7 @@ \RequirePackage{xspace} \newcommand*{\centered}[1]{{\setlength{\parskip}{0pt}\par\noindent\hfill - #1\hfill\mbox{}\par}} + #1\hfill\mbox{}}} % \end{macrocode} % The double braces are necessary here to ensure that the "\parskip" modification applies % locally within the command and not globally to the rest of the document. diff --git a/Master/texmf-dist/tex/latex/spacingtricks/spacingtricks.sty b/Master/texmf-dist/tex/latex/spacingtricks/spacingtricks.sty index 35064ab25a2..d966c2f360a 100644 --- a/Master/texmf-dist/tex/latex/spacingtricks/spacingtricks.sty +++ b/Master/texmf-dist/tex/latex/spacingtricks/spacingtricks.sty @@ -22,12 +22,12 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{spacingtricks} - [2019/09/06 v1.1 .dtx spacingtricks file] + [2019/09/09 v1.2 .dtx spacingtricks file] \RequirePackage{ifthen} \RequirePackage{xspace} \newcommand*{\centered}[1]{{\setlength{\parskip}{0pt}\par\noindent\hfill - #1\hfill\mbox{}\par}} + #1\hfill\mbox{}}} \newcommand{\footnotespace}{} \newcommand{\footnoteindent}{} \let\footnt\footnote -- cgit v1.2.3