I'm trying to create a list of equations. Therefore I've tried the following code from:
https://latex.org/forum/viewtopic.php?t=428
Code: Select all
Code, edit and compile here:
\usepackage{amsmath}\usepackage{tocloft}\newcommand{\listequationsname}{List of Equations}\newlistof{myequations}{equ}{\listequationsname}\newcommand{\myequations}[1]{%\addcontentsline{equ}{myequations}{\protect\numberline{\theequation}#1}\par}\listofmyequations
Thank you so much!