This one, and this one, and also this one.
They all provide slightly different ways of achieving what I want, which is footnotes within footnotes (for the sake of annotation). However, I've read that Lyx does not allow this, and my attempts to modify a lyx document consistently result in an error about missing a number at the point of the second footnote insertion.
I'm using the bigfoot package, also KOMAScript (which invokes hyperref, making it difficult to insert the hyperfootnotes=false command, as one of those threads suggests). The relevant section of my present preamble reads thus:
Code: Select all
\usepackage[ruled]{bigfoot}
\DeclareNewFootnote{default}
\DeclareNewFootnote{B}[symbol*]
\MakeSortedPerPage{footnoteB}
\makeatletter
\let\@makefntext@orig\@makefntext
\FootnoteSpecific{B}\def\@makefntext{\@makefntext@orig\tiny}
\makeatother
Am I doing something wrong? Is there some other way to achieve this in Lyx?
Thanks,
EE
EDIT: Added "solved" to the subject, which is a habit I picked up from another forum. It's helpful!