diff options
author | Karl Berry <karl@freefriends.org> | 2023-11-22 21:50:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-11-22 21:50:42 +0000 |
commit | eb28dc8424c9e9a3fe1ee56e18857bf3006e6140 (patch) | |
tree | 694caca028085e5ae8cfaf637456c8fd3e7c7f60 | |
parent | 74996eed1b36c3f6df8dcacb72bd438bd5c47ac2 (diff) |
coolfn (22nov23)
git-svn-id: svn://tug.org/texlive/trunk@68938 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/coolfn/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf | bin | 52355 -> 66798 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex | 29 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/coolfn/coolfn.sty | 15 |
4 files changed, 31 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/coolfn/README b/Master/texmf-dist/doc/latex/coolfn/README index 8572f3fb7d3..220cb4f4e82 100644 --- a/Master/texmf-dist/doc/latex/coolfn/README +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf b/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf Binary files differindex d273760f606..1a67ebfce16 100644 --- a/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf +++ b/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf diff --git a/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex b/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex index 43d3576b256..55239c143bc 100644 --- a/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex +++ b/Master/texmf-dist/doc/latex/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}} diff --git a/Master/texmf-dist/tex/latex/coolfn/coolfn.sty b/Master/texmf-dist/tex/latex/coolfn/coolfn.sty index f8bdc2dffc3..dfe27d611c8 100644 --- a/Master/texmf-dist/tex/latex/coolfn/coolfn.sty +++ b/Master/texmf-dist/tex/latex/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} |