texlive[68938] Master/texmf-dist: coolfn (22nov23)

commits+karl at tug.org commits+karl at tug.org
Wed Nov 22 22:50:42 CET 2023


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

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-22 21:50:31 UTC (rev 68937)
+++ trunk/Master/texmf-dist/doc/latex/coolfn/README	2023-11-22 21:50:42 UTC (rev 68938)
@@ -1,7 +1,9 @@
 coolfn - a package for cool footnotes
 
-version: 1.1.0
 
+
+version: 1.2.0
+
 This package provides formatting for footnotes in long legal documents, using hanging indents to make them look nicer
 
 This work may be distributed and/or modified under the conditions of the
@@ -12,5 +14,6 @@
 GitHub site:  https://github.com/ezgranet/coolfn
 
 Version history: 
+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-22 21:50:31 UTC (rev 68937)
+++ trunk/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex	2023-11-22 21:50:42 UTC (rev 68938)
@@ -59,9 +59,9 @@
 firstnumber=last
 ]
 {latex}
-\def\coolfnversionnumber{1.1.0}
+\def\coolfnversionnumber{1.2.0}
 \ProvidesPackage{coolfn}
-[2023/27/02\coolfnversionnumber\
+[2023/11/16\coolfnversionnumber\
  A cool way to format footnotes]
 % This work may be distributed and/or modified under the 
 % conditions of the LaTeX Project Public License, either version 1.3c 
@@ -82,8 +82,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
-% from%
-% tex.stackexchange.com/questions/305033/
+% from https://tex.stackexchange.com/questions/305033/is-there-a-latex-package-that-defines-an-environment-for-parskip-like-capabiliti
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 \usepackage[bottom]{footmisc}
@@ -125,11 +124,12 @@
 \newlength{\lengthb}%maths again
 \newlength{\lengthc}
 \setlength{\lengthc}{\fnindent}
-\setlength{\lengthb}{1.75\lengthc}%parblock
-\makeatletter
-\@ifclassloaded{memoir}{}{\usepackage{hanging}}
-\makeatother
- % for hanging paragraphs
+\setlength{\lengthb}{1.25\lengthc}%parblock
+%\makeatletter
+%\@ifclassloaded{memoir}{}{
+\usepackage{hanging}
+%}
+  % for hanging paragraphs
 \renewcommand\footnoterule{}
 % ^ no one wants a rule sep for FN!
 \AtBeginDocument{\flushbottom}
@@ -161,7 +161,6 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
-
 \end{minted}
 
 
@@ -172,8 +171,18 @@
 
 
 \section{Version History}
+
+\subsection*{\texttt{1.2.0}}
+
+
+
+\ttfamily 16 November 2023: Fixed issue with width of footnote block
+
+
 \subsection*{\texttt{1.1.0}}
 
+
+
 \ttfamily 27 February 2023: Fixed issue with footnotes at the bottom
 
 \subsection*{\texttt{1.0.0}}

Modified: trunk/Master/texmf-dist/tex/latex/coolfn/coolfn.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/coolfn/coolfn.sty	2023-11-22 21:50:31 UTC (rev 68937)
+++ trunk/Master/texmf-dist/tex/latex/coolfn/coolfn.sty	2023-11-22 21:50:42 UTC (rev 68938)
@@ -1,6 +1,6 @@
-\def\coolfnversionnumber{1.1.0}
+\def\coolfnversionnumber{1.2.0}
 \ProvidesPackage{coolfn}
-[2023/27/02\coolfnversionnumber\
+[2023/11/16\coolfnversionnumber\
  A cool way to format footnotes]
 % This work may be distributed and/or modified under the 
 % conditions of the LaTeX Project Public License, either version 1.3c 
@@ -63,11 +63,12 @@
 \newlength{\lengthb}%maths again
 \newlength{\lengthc}
 \setlength{\lengthc}{\fnindent}
-\setlength{\lengthb}{1.75\lengthc}%parblock
-\makeatletter
-\@ifclassloaded{memoir}{}{\usepackage{hanging}}
-\makeatother
- % for hanging paragraphs
+\setlength{\lengthb}{1.25\lengthc}%parblock
+%\makeatletter
+%\@ifclassloaded{memoir}{}{
+\usepackage{hanging}
+%}
+  % for hanging paragraphs
 \renewcommand\footnoterule{}
 % ^ no one wants a rule sep for FN!
 \AtBeginDocument{\flushbottom}



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