TeX - LaTeX Asked by Mo Z on February 1, 2021
How can I create the below pattern in LaTex?
I would like to have both numbering styles on almost all pages in a document, and a bit of distance between them. The numeric footnotes appear in a paragraph formatting.
Try it with the manyfoot package
usepackage[para]{manyfoot}% allow [para] option
DeclareNewFootnote[para]{A}[alph] % define footnoteA
% for alphabetic paragraph footnotes
Oops, the question asked for alphabetic ordinary footnotes, not alphabetic paragraph footnotes. I don't see that manyfoot provides any mechanism for restyling footnotes. So either declare both sets of footnotes as "new" variants
DeclareNewFootnote{A}[alph] % define footnoteA = alphabetic
DeclareNewFootnote[para]{N} % and footnoteN = numeric in paragraph
or declare just the new alphabetic series while changing the numbering of regular footnotes
renewcommandthefootnote{alph{footnote}} % footnote uses letters
DeclareNewFootnote[para]{N} % and footnoteN = numeric in paragraph
I initially recommend the bigfoot package since it fixes up and extends the manyfoot package. But it seems to not fill the line in para mode; I only see two notes on a line.
usepackage{bigfoot}
DeclareNewFootnote{default}[alph]% default footnote alphabetic
DeclareNewFootnote[para]{P} % footnoteP for numeric
A point in favor of bigfoot is the ability to apply declarations to the ordinary footnotes, called "default".
Answered by Donald Arseneau on February 1, 2021
The memoir
class (a superset of the book
, report
and article
classes) provides a variety of footnote styles, layouts, and numbering. For your case try this:
% footnoteprob.tex SE 576072
documentclass{memoir}
paragraphfootnotes
newfootnoteseries{X}
renewcommand{thefootnoteX}{alph{footnoteX}}
begin{document}
This is a testfootnoteX{This word ...} to show how to createfootnote{One ...}
two different kinds of footnotes with different numbering
stylesfootnote{The ...} at the samefootnote{Same}
timefootnoteX{Two special ...}.
end{document}
Answered by Peter Wilson on February 1, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP