texlive[69000] Master/texmf-dist: coolfn (29nov23)

commits+karl at tug.org commits+karl at tug.org
Wed Nov 29 22:24:28 CET 2023


Revision: 69000
          https://tug.org/svn/texlive?view=revision&revision=69000
Author:   karl
Date:     2023-11-29 22:24:28 +0100 (Wed, 29 Nov 2023)
Log Message:
-----------
coolfn (29nov23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/coolfn/README
    trunk/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf
    trunk/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex
    trunk/Master/texmf-dist/tex/latex/coolfn/coolfn.sty

Modified: trunk/Master/texmf-dist/doc/latex/coolfn/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/coolfn/README	2023-11-29 21:24:19 UTC (rev 68999)
+++ trunk/Master/texmf-dist/doc/latex/coolfn/README	2023-11-29 21:24:28 UTC (rev 69000)
@@ -2,7 +2,7 @@
 
 
 
-version: 1.2.0
+version: 1.2.1
 
 This package provides formatting for footnotes in long legal documents, using hanging indents to make them look nicer
 
@@ -14,6 +14,7 @@
 GitHub site:  https://github.com/ezgranet/coolfn
 
 Version history: 
+29/11/2023; Issue with memoir fixed
 16/11/2023: Fixed issue with width of footnote block
 27/02/2023 Update with bottom footnotes
 06/10/2022 Package creation
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex	2023-11-29 21:24:19 UTC (rev 68999)
+++ trunk/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex	2023-11-29 21:24:28 UTC (rev 69000)
@@ -59,7 +59,7 @@
 firstnumber=last
 ]
 {latex}
-\def\coolfnversionnumber{1.2.0}
+\def\coolfnversionnumber{1.2.1}
 \ProvidesPackage{coolfn}
 [2023/11/16\coolfnversionnumber\
  A cool way to format footnotes]
@@ -125,10 +125,10 @@
 \newlength{\lengthc}
 \setlength{\lengthc}{\fnindent}
 \setlength{\lengthb}{1.25\lengthc}%parblock
-%\makeatletter
-%\@ifclassloaded{memoir}{}{
+\makeatletter
+\@ifclassloaded{memoir}{}{
 \usepackage{hanging}
-%}
+}
   % for hanging paragraphs
 \renewcommand\footnoterule{}
 % ^ no one wants a rule sep for FN!
@@ -171,6 +171,8 @@
 
 
 \section{Version History}
+\subsection*{\texttt{1.2.1}}
+\ttfamily Fixed issue with memoir
 
 \subsection*{\texttt{1.2.0}}
 

Modified: trunk/Master/texmf-dist/tex/latex/coolfn/coolfn.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/coolfn/coolfn.sty	2023-11-29 21:24:19 UTC (rev 68999)
+++ trunk/Master/texmf-dist/tex/latex/coolfn/coolfn.sty	2023-11-29 21:24:28 UTC (rev 69000)
@@ -1,4 +1,4 @@
-\def\coolfnversionnumber{1.2.0}
+\def\coolfnversionnumber{1.2.1}
 \ProvidesPackage{coolfn}
 [2023/11/16\coolfnversionnumber\
  A cool way to format footnotes]
@@ -64,10 +64,10 @@
 \newlength{\lengthc}
 \setlength{\lengthc}{\fnindent}
 \setlength{\lengthb}{1.25\lengthc}%parblock
-%\makeatletter
-%\@ifclassloaded{memoir}{}{
+\makeatletter
+\@ifclassloaded{memoir}{}{
 \usepackage{hanging}
-%}
+}
   % for hanging paragraphs
 \renewcommand\footnoterule{}
 % ^ no one wants a rule sep for FN!



More information about the tex-live-commits mailing list.