Here is MWE:
\documentclass[12pt,oneside,openany,openbib]{book}
\usepackage[total={5in, 8in}]{geometry}
\usepackage[ruled]{bigfoot}
\usepackage[hang]{footmisc}
\DeclareNewFootnote{A}[arabic]
\DeclareNewFootnote[para]{B}[alph]
\DeclareNewFootnote[para]{C}[roman]
\setlength{\footnotemargin}{5mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\mainmatter
\chapter{chapter 1}
Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing chapter 1\footnoteA{Chapter 1 footnote a Chapter 1 footnote B\footnoteB{Chapter 1 footnote b Chapter 1 footnote C\footnoteC{Chapter 1 footnote c Chapter 1 footnote c Chapter 1 footnote c Chapter 1 footnote c } Chapter 1 footnote b Chapter 1 footnote b Chapter 1 footnote b } Chapter 1 footnote a Chapter 1 footnote a }
Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing
\chapter{chapter 2}
Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing\footnoteA{chapter 2 footnote a, chapter 2 footnote B,\footnoteB{chapter 2 footnote b, chapter 2 footnote b,\footnoteC{chapter 2 footnote c, chapter 2 footnote c, chapter 2 footnote c, chapter 2 footnote c, } chapter 2 footnote b, chapter 2 footnote b, chapter 2 footnote b, chapter 2 footnote b, } chapter 2 footnote a, chapter 2 footnote a, chapter 2 footnote a, } Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing Testing
\end{document}
The footnotes are set to appear per page, but I need them appearing per chapter, namely that all footnotes of a chapter appear at the end of every chapter. I need footnotes appearing in the form of {chapter number, page number, footnote mark}
