Questions tagged [manyfoot]
28 questions
2
votes
1 answer
Vertical space between different types of footnotes in manyfoot
I am using the manyfoot package to create three different types of footnotes. How can I change the vertical space between the different types of footnotes in a document?
Here is my MWE:
\documentclass[12pt,…
FZalamea
- 55
0
votes
1 answer
Changing the distance between two sets of footnotes using manyfoot
I am using this code
\documentclass{book}
\usepackage{manyfoot}
\SelectFootnoteRule{A}
\DeclareNewFootnote{A}[roman]
\renewcommand*{\thefootnoteA}{*}
\begin{document}
Text 1\footnote{Normal footnote 1.}.
Text 2\footnoteA{Custom footnote…
alfred
- 607