summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/spacingtricks
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-09 21:19:37 +0000
committerKarl Berry <karl@freefriends.org>2019-09-09 21:19:37 +0000
commit3039c15b8469196164744e904bdd80520ba4f10a (patch)
treea3c3363f94ce770ae65a721ffed5edea08137b42 /Master/texmf-dist/source/latex/spacingtricks
parent613f20ad1110fb100c023b106beafb319cccb357 (diff)
spacingtricks (9sep19)
git-svn-id: svn://tug.org/texlive/trunk@52063 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/spacingtricks')
-rw-r--r--Master/texmf-dist/source/latex/spacingtricks/spacingtricks.dtx7
1 files changed, 4 insertions, 3 deletions
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]
%</package>
%<*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.