diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/changes.txt | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/parskip-code.pdf | bin | 225639 -> 225887 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/parskip/parskip.pdf | bin | 174611 -> 174843 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/parskip/parskip.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/parskip/parskip.sty | 2 |
5 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/parskip/changes.txt b/Master/texmf-dist/doc/latex/parskip/changes.txt index f8f1141e68c..5233f581ed7 100644 --- a/Master/texmf-dist/doc/latex/parskip/changes.txt +++ b/Master/texmf-dist/doc/latex/parskip/changes.txt @@ -1,3 +1,9 @@ +#### placed on CTAN as 2.0h #### + +2021-03-14 Frank Mittelbach <Frank.Mittelbach@latex-project.org> + + * parskip.dtx: correct doco to refer to new repository + #### placed on CTAN as 2.0g #### 2021-03-02 Frank Mittelbach <Frank.Mittelbach@latex-project.org> diff --git a/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf b/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf Binary files differindex 35f6d63c414..e6c3bbe148e 100644 --- a/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf +++ b/Master/texmf-dist/doc/latex/parskip/parskip-code.pdf diff --git a/Master/texmf-dist/doc/latex/parskip/parskip.pdf b/Master/texmf-dist/doc/latex/parskip/parskip.pdf Binary files differindex 49f937d927e..3ac334e77f9 100644 --- a/Master/texmf-dist/doc/latex/parskip/parskip.pdf +++ b/Master/texmf-dist/doc/latex/parskip/parskip.pdf diff --git a/Master/texmf-dist/source/latex/parskip/parskip.dtx b/Master/texmf-dist/source/latex/parskip/parskip.dtx index 09638ae207b..bf193051d26 100644 --- a/Master/texmf-dist/source/latex/parskip/parskip.dtx +++ b/Master/texmf-dist/source/latex/parskip/parskip.dtx @@ -149,15 +149,15 @@ % The official production version is available from CTAN. % The latest (development) sources are maintained at GitHub at: % \begin{quote} -% \url{https://github.com/FrankMittelbach/fmitex/tree/parskip/parskip} +% \url{https://github.com/FrankMittelbach/fmitex-parskip} % \end{quote} % In case of problems with the package you can report them at % \begin{quote} -% \url{https://github.com/FrankMittelbach/fmitex/issues} +% \url{https://github.com/FrankMittelbach/fmitex-parskip/issues} % \end{quote} % Please provide a minimal test example that can be run and doesn't -% use packages not in a standard \LaTeX{} distribution (and as little -% as possible to show the issue). +% use packages not in a standard \LaTeX{} distribution (and only those +% that are needed to show the issue). % % \StopEventually{} % @@ -183,7 +183,7 @@ % \end{macrocode} % % \begin{macrocode} -\ProvidesPackage{parskip}[2021-03-02 v2.0g non-zero parskip adjustments] +\ProvidesPackage{parskip}[2021-03-14 v2.0h non-zero parskip adjustments] % \end{macrocode} % % diff --git a/Master/texmf-dist/tex/latex/parskip/parskip.sty b/Master/texmf-dist/tex/latex/parskip/parskip.sty index 4e39bd6c059..befd237b50c 100644 --- a/Master/texmf-dist/tex/latex/parskip/parskip.sty +++ b/Master/texmf-dist/tex/latex/parskip/parskip.sty @@ -40,7 +40,7 @@ \DeclareRelease {v1}{2001-04-09}{parskip-2001-04-09.sty} \DeclareCurrentRelease{v2}{2018-08-24} -\ProvidesPackage{parskip}[2021-03-02 v2.0g non-zero parskip adjustments] +\ProvidesPackage{parskip}[2021-03-14 v2.0h non-zero parskip adjustments] \RequirePackage{kvoptions} \SetupKeyvalOptions{family=parskip,prefix=parskip@} \DeclareStringOption[0pt]{indent}[\parindent] |