summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/coolfn
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-11-23 03:01:03 +0000
committerNorbert Preining <norbert@preining.info>2023-11-23 03:01:03 +0000
commit4b11f001033c31cf22cda6f3d77dc2b5f013cd5b (patch)
treeea4d2ddd208b47806191c038078b3a9e688ae001 /macros/latex/contrib/coolfn
parent3ccfe4b1586c1cafd045993a517e3b9ad3ed631e (diff)
CTAN sync 202311230301
Diffstat (limited to 'macros/latex/contrib/coolfn')
-rw-r--r--macros/latex/contrib/coolfn/README5
-rw-r--r--macros/latex/contrib/coolfn/coolfn.sty15
-rw-r--r--macros/latex/contrib/coolfn/coolfndocumentation.pdfbin52355 -> 66798 bytes
-rw-r--r--macros/latex/contrib/coolfn/coolfndocumentation.tex29
4 files changed, 31 insertions, 18 deletions
diff --git a/macros/latex/contrib/coolfn/README b/macros/latex/contrib/coolfn/README
index 8572f3fb7d..220cb4f4e8 100644
--- a/macros/latex/contrib/coolfn/README
+++ b/macros/latex/contrib/coolfn/README
@@ -1,6 +1,8 @@
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
@@ -12,5 +14,6 @@ For suggestions, feature requests, and bug reports, please use the project's
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
diff --git a/macros/latex/contrib/coolfn/coolfn.sty b/macros/latex/contrib/coolfn/coolfn.sty
index f8bdc2dffc..dfe27d611c 100644
--- a/macros/latex/contrib/coolfn/coolfn.sty
+++ b/macros/latex/contrib/coolfn/coolfn.sty
@@ -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}
diff --git a/macros/latex/contrib/coolfn/coolfndocumentation.pdf b/macros/latex/contrib/coolfn/coolfndocumentation.pdf
index d273760f60..1a67ebfce1 100644
--- a/macros/latex/contrib/coolfn/coolfndocumentation.pdf
+++ b/macros/latex/contrib/coolfn/coolfndocumentation.pdf
Binary files differ
diff --git a/macros/latex/contrib/coolfn/coolfndocumentation.tex b/macros/latex/contrib/coolfn/coolfndocumentation.tex
index 43d3576b25..55239c143b 100644
--- a/macros/latex/contrib/coolfn/coolfndocumentation.tex
+++ b/macros/latex/contrib/coolfn/coolfndocumentation.tex
@@ -59,9 +59,9 @@ breaklines,
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 @@ firstnumber=last
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% 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 @@ firstnumber=last
\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 @@ firstnumber=last
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
\end{minted}
@@ -172,8 +171,18 @@ firstnumber=last
\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}}