Skip to content

LaTeX itemized footnotes not following ODT style #2009

@alfureu

Description

@alfureu

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions