texlive[66234] branches/branch2022.final/Master/texmf-dist: coolfn

commits+karl at tug.org commits+karl at tug.org
Mon Feb 27 21:40:12 CET 2023


Revision: 66234
          http://tug.org/svn/texlive?view=revision&revision=66234
Author:   karl
Date:     2023-02-27 21:40:12 +0100 (Mon, 27 Feb 2023)
Log Message:
-----------
coolfn (27feb23) (branch)

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

Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/coolfn/README
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/coolfn/README	2023-02-27 20:39:47 UTC (rev 66233)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/coolfn/README	2023-02-27 20:40:12 UTC (rev 66234)
@@ -1,11 +1,11 @@
 coolfn - a package for cool footnotes
 
-version: 1.0.0
+version: 1.1.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
-LaTeX Project Public License (LPPL), version 1.3 or later. 
+LaTeX Project Public License (LPPL), version 1.3c or later. 
 
 
 For suggestions, feature requests, and bug reports, please use the project's
@@ -12,4 +12,5 @@
 GitHub site:  https://github.com/ezgranet/coolfn
 
 Version history: 
+27/02/2023 Update with bottom footnotes
 06/10/2022 Package creation
\ No newline at end of file

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

Modified: branches/branch2022.final/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex
===================================================================
--- branches/branch2022.final/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex	2023-02-27 20:39:47 UTC (rev 66233)
+++ branches/branch2022.final/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex	2023-02-27 20:40:12 UTC (rev 66234)
@@ -23,7 +23,7 @@
 \setmonofont[Scale=.9,BoldFont=Source Code Pro Bold]{Source Code Pro}
 
 \usepackage{minted}
-\date{6 October 2022\\\smallskip\ttfamily Version \coolfnversionnumber}
+\date{\today\\\smallskip\ttfamily Version \coolfnversionnumber}
 \author{Elijah Z Granet\thanks{e-mail: \href{mailto:ezg21 at cantab.ac.uk}{\ttfamily ezg21 at cantab.ac.uk}}}
 
 \title{\texttt{coolfn}:\\A package for a cool way to typeset footnotes}
@@ -59,17 +59,16 @@
 firstnumber=last
 ]
 {latex}
-
-\def\coolfnversionnumber{1.0.0}
+\def\coolfnversionnumber{1.1.0}
 \ProvidesPackage{coolfn}
-[2022/10/06\coolfnversionnumber\
+[2023/27/02\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.3 
+% conditions of the LaTeX Project Public License, either version 1.3c 
 % of this license or (at your option) any later version.
 % The latest version of this license is in
 %   http://www.latex-project.org/lppl.txt
-% and version 1.3 or later is part of all distributions of LaTeX 
+% and version 1.3c or later is part of all distributions of LaTeX 
 % version 2005/12/01 or later.
 %
 % This work has the LPPL maintenance status `maintained'.
@@ -83,9 +82,11 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
-% from https://tex.stackexchange.com/questions/305033/is-there-a-latex-package-that-defines-an-environment-for-parskip-like-capabiliti
+% from%
+% tex.stackexchange.com/questions/305033/
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage[bottom]{footmisc}
 \makeatletter
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -171,8 +172,12 @@
 
 
 \section{Version History}
-\subsection{\texttt{1.0.0}}
+\subsection*{\texttt{1.1.0}}
 
+\ttfamily 27 February 2023: Fixed issue with footnotes at the bottom
+
+\subsection*{\texttt{1.0.0}}
+
 \ttfamily 6 October 2022: Package creation
 
 	

Modified: branches/branch2022.final/Master/texmf-dist/tex/latex/coolfn/coolfn.sty
===================================================================
--- branches/branch2022.final/Master/texmf-dist/tex/latex/coolfn/coolfn.sty	2023-02-27 20:39:47 UTC (rev 66233)
+++ branches/branch2022.final/Master/texmf-dist/tex/latex/coolfn/coolfn.sty	2023-02-27 20:40:12 UTC (rev 66234)
@@ -1,13 +1,13 @@
-\def\coolfnversionnumber{1.0.0}
+\def\coolfnversionnumber{1.1.0}
 \ProvidesPackage{coolfn}
-[2022/10/06\coolfnversionnumber\
+[2023/27/02\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.3 
+% conditions of the LaTeX Project Public License, either version 1.3c 
 % of this license or (at your option) any later version.
 % The latest version of this license is in
 %   http://www.latex-project.org/lppl.txt
-% and version 1.3 or later is part of all distributions of LaTeX 
+% and version 1.3c or later is part of all distributions of LaTeX 
 % version 2005/12/01 or later.
 %
 % This work has the LPPL maintenance status `maintained'.
@@ -24,6 +24,7 @@
 % from https://tex.stackexchange.com/questions/305033/is-there-a-latex-package-that-defines-an-environment-for-parskip-like-capabiliti
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
+\usepackage[bottom]{footmisc}
 \makeatletter
 %%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%



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