Skip to content

Conflict between endnotes package and a user-defined note environment #10

@tomh-overleaf

Description

@tomh-overleaf

MWE:

\documentclass{article}
\usepackage{endnotes}
\usepackage{amsthm}
\theoremstyle{definition}
%\newtheorem{note}{Note}
\begin{document}

\endnote{Blabla}

\theendnotes

\end{document}

It's an issue that only appeared once \end... started to be a thing. I'm not sure about a good solution, but possibly testing that \endnote has its original defintion could help; the test could be added to the begin/end document and/or \theendnotes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions