-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
I have a long footnote written in LaTeX, where I introduce itemize/enumeration environments.
>\footnote{foobar: %
> \begin{itemize} %
> \item [a)] foo,%
> \item [b)] bar%
> \end{itemize}%
> foobar%
> }
After converting this to ODT, the formatting style in the footnote for "foobar" is Footnote
(correct), but the items "foo" and "bar" including the bullet points it switches back to Text Body
(incorrect).
The result is that in the footnote "foobar" is in 10pt, but the items "foo" and "bar" switch to 12pt, and then again "foobar" is in 10pt.
The desired functionality would be to keep everything 10pt within the \footnote{}
environment.