summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/chifoot
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-03 03:02:33 +0000
committerNorbert Preining <norbert@preining.info>2021-01-03 03:02:33 +0000
commit1a272a3cba66aebe829cd28965c0e8acc8c44681 (patch)
tree21670ae655514a500b2123d9fb25a3cfb8ec4c76 /macros/latex/contrib/chifoot
parent0b2ae1a0d39f8b9035311e4fd7745686b73c8393 (diff)
CTAN sync 202101030302
Diffstat (limited to 'macros/latex/contrib/chifoot')
-rw-r--r--macros/latex/contrib/chifoot/README24
-rw-r--r--macros/latex/contrib/chifoot/chifoot.sty5
2 files changed, 29 insertions, 0 deletions
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