From 1a272a3cba66aebe829cd28965c0e8acc8c44681 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 3 Jan 2021 03:02:33 +0000 Subject: CTAN sync 202101030302 --- macros/latex/contrib/chifoot/README | 24 ++++++++++++++++++++++++ macros/latex/contrib/chifoot/chifoot.sty | 5 +++++ 2 files changed, 29 insertions(+) create mode 100644 macros/latex/contrib/chifoot/README create mode 100644 macros/latex/contrib/chifoot/chifoot.sty (limited to 'macros/latex/contrib/chifoot') diff --git a/macros/latex/contrib/chifoot/README b/macros/latex/contrib/chifoot/README new file mode 100644 index 0000000000..a801d18420 --- /dev/null +++ b/macros/latex/contrib/chifoot/README @@ -0,0 +1,24 @@ +chifoot 1.0 +January 2, 2021 + +A very short snippet. Will set the footnotes to be conformant with the +Chicago style, so the footnotes at the bottom of the page are now marked +with a full-sized number, rather than with a superscript number. + +This package is a very small snippet of code, and may not qualify for +copyright by itself. But, to give full attribution, it is based on +biblatex-chicago, and so this package is: + +Copyright (c) 2008-2020 David Fussner. +Copyright (c) 2021 Daniel Benjamin Miller. + +This package is maintained by Daniel Benjamin Miller. + +This work may be copied, distributed and/or modified under the conditions +of the LaTeX Project Public License, either version 1.3 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 version 2005/12/01 or later. This +software is provided "as is," without warranty of any kind, either +expressed or implied, including, but not limited to, the implied +warranties of merchantability and fitness for a particular purpose. diff --git a/macros/latex/contrib/chifoot/chifoot.sty b/macros/latex/contrib/chifoot/chifoot.sty new file mode 100644 index 0000000000..d1314a08ba --- /dev/null +++ b/macros/latex/contrib/chifoot/chifoot.sty @@ -0,0 +1,5 @@ +\ProvidesPackage{chifoot}[chifoot 1.0] +\makeatletter +\renewcommand\@makefntext[1]{\setlength\parindent{1em}\noindent\makebox[2.3em][r]{\@thefnmark.\,\,}#1}\@ifpackageloaded{endnotes}{\def\enotesize{\small}\renewcommand{\enoteformat}{\renewcommand{\makeenmark}{\hbox{\theenmark.\,\,}}\rightskip\z@ \leftskip\z@ \parindent=2.3em\leavevmode\llap{\makeenmark}}} +\makeatother +\endinput \ No newline at end of file -- cgit v1.2.3