summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-04-17 20:50:10 +0000
committerKarl Berry <karl@freefriends.org>2021-04-17 20:50:10 +0000
commitffc9b9693ac9cf80c1e446aa068f1eaac2c4637d (patch)
tree7cefa01d2cf36ff4bb1979ea3717c9446ce4bbba
parent94131133884640659c4d4339c6051c3f50a35af3 (diff)
fancypar (17apr21)
git-svn-id: svn://tug.org/texlive/trunk@58895 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/fancypar/fancypar.pdfbin117532 -> 118779 bytes
-rw-r--r--Master/texmf-dist/source/latex/fancypar/fancypar.dtx7
-rw-r--r--Master/texmf-dist/source/latex/fancypar/fancypar.ins2
-rw-r--r--Master/texmf-dist/tex/latex/fancypar/fancypar.sty5
4 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/fancypar/fancypar.pdf b/Master/texmf-dist/doc/latex/fancypar/fancypar.pdf
index 8fcfe3e5c1a..16753185d65 100644
--- a/Master/texmf-dist/doc/latex/fancypar/fancypar.pdf
+++ b/Master/texmf-dist/doc/latex/fancypar/fancypar.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/fancypar/fancypar.dtx b/Master/texmf-dist/source/latex/fancypar/fancypar.dtx
index 68a8e6926c7..6335941e499 100644
--- a/Master/texmf-dist/source/latex/fancypar/fancypar.dtx
+++ b/Master/texmf-dist/source/latex/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
diff --git a/Master/texmf-dist/source/latex/fancypar/fancypar.ins b/Master/texmf-dist/source/latex/fancypar/fancypar.ins
index 95b84903944..e98c9f0a423 100644
--- a/Master/texmf-dist/source/latex/fancypar/fancypar.ins
+++ b/Master/texmf-dist/source/latex/fancypar/fancypar.ins
@@ -2,7 +2,7 @@
\keepsilent
\preamble
-Copyright (C) 2010, 2019 Gonzalo Medina (gmedinaar@unal.edu.co)
+Copyright (C) 2010, 2019, 2021 Gonzalo Medina (gmedinaar@unal.edu.co)
--------------------------------------------------------------------------
diff --git a/Master/texmf-dist/tex/latex/fancypar/fancypar.sty b/Master/texmf-dist/tex/latex/fancypar/fancypar.sty
index 8cbd3761e94..82f78ade525 100644
--- a/Master/texmf-dist/tex/latex/fancypar/fancypar.sty
+++ b/Master/texmf-dist/tex/latex/fancypar/fancypar.sty
@@ -6,7 +6,7 @@
%%
%% fancypar.dtx (with options: `package')
%%
-%% Copyright (C) 2010, 2019 Gonzalo Medina (gmedinaar@unal.edu.co)
+%% Copyright (C) 2010, 2019, 2021 Gonzalo Medina (gmedinaar@unal.edu.co)
%%
%% --------------------------------------------------------------------------
%%
@@ -26,7 +26,7 @@
%% and the derived files fancypar.sty and fancypar.pdf.
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fancypar}[2019/01/18 v1.2 fancy paragraphs]
+\ProvidesPackage{fancypar}[2021/04/17 v1.3 fancy paragraphs]
\@ifpackageloaded{xkeyval}{}{\RequirePackage{xkeyval}}
\@ifpackageloaded{tikz}{\usetikzlibrary{calc}}
@@ -243,6 +243,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