summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/fancypar/fancypar.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/fancypar/fancypar.dtx')
-rw-r--r--macros/latex/contrib/fancypar/fancypar.dtx7
1 files changed, 5 insertions, 2 deletions
diff --git a/macros/latex/contrib/fancypar/fancypar.dtx b/macros/latex/contrib/fancypar/fancypar.dtx
index 68a8e6926c..6335941e49 100644
--- a/macros/latex/contrib/fancypar/fancypar.dtx
+++ b/macros/latex/contrib/fancypar/fancypar.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright (C) 2010, 2019 by Gonzalo Medina
+% Copyright (C) 2010, 2019, 2021 by Gonzalo Medina
%
% --------------------------------------------------------------------------
%
@@ -117,6 +117,7 @@
%
% \changes{v 1.1}{2010/04/25}{First revision}
% \changes{v 1.2}{2019/01/18}{Second revision}
+% \changes{v 1.3}{2021/04/17}{Third revision}
%
% \GetFileInfo{fancypar.sty}
%
@@ -584,7 +585,7 @@
% Standard identification:
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fancypar}[2019/01/18 v1.2 fancy paragraphs]
+\ProvidesPackage{fancypar}[2021/04/17 v1.3 fancy paragraphs]
% \end{macrocode}
%
@@ -944,6 +945,7 @@
% styles (and must be used in newly defined ones). A description can be found in
% \cite{eijk}.
% \changes{v 1.2}{2019/01/18}{Now all other styles also admit more than one paragraph. Thanks to Frank Mittelbach}
+% \changes{v 1.3}{2021/04/17}{An additional unskip was added since the 2021 release of LaTeX adds an extra glue in the material between paragraphs. Thanks to Frank Mittelbach}
% \begin{macrocode}
\newsavebox\linebox%
\def\add@fancy@format{%
@@ -952,6 +954,7 @@
\unskip
\unpenalty
\unskip %Allows more than one paragraph in MarkedPar, DashedPar, ZebraPar, and UnderlinedPar. Thanks to Frank Mittelbach
+ \unskip %Required after the 2021 LaTeX release to handle an additional glue in the material between paragraphs. Thanks to Frank Mittelbach
{\add@fancy@format}%
\FancyFormat
\fi