diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-27 20:40:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-27 20:40:12 +0000 |
commit | 5d2af2d84646bfc7d68d21be7f266bcb3a7a1cb3 (patch) | |
tree | b54105f2241074a21fef41a341c360c2fbe76326 /Master/texmf-dist/doc | |
parent | a3facaeaa5ab4d91c6de7d5fae7a66aaa1295920 (diff) |
coolfn (27feb23) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66234 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/coolfn/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf | bin | 67039 -> 52355 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex | 21 |
3 files changed, 16 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/coolfn/README b/Master/texmf-dist/doc/latex/coolfn/README index 9b6beb43e29..8572f3fb7d3 100644 --- a/Master/texmf-dist/doc/latex/coolfn/README +++ b/Master/texmf-dist/doc/latex/coolfn/README @@ -1,15 +1,16 @@ 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 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 diff --git a/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf b/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.pdf Binary files differindex 768c97fe7d4..d273760f606 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 2d72b17ec81..43d3576b256 100644 --- a/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex +++ b/Master/texmf-dist/doc/latex/coolfn/coolfndocumentation.tex @@ -23,7 +23,7 @@ ItalicFont={Palatine Parliamentary Italic} \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@cantab.ac.uk}{\ttfamily ezg21@cantab.ac.uk}}} \title{\texttt{coolfn}:\\A package for a cool way to typeset footnotes} @@ -59,17 +59,16 @@ breaklines, 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 @@ firstnumber=last %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% -% 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,7 +172,11 @@ firstnumber=last \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 |