Two questions:
-
Does LaTeX allow one to (re)define commands within a
\newenvironment? I’ve tried using\renewcommand,\newcommandand\defin the before declaration but to no avail. -
How would one redefine
\itemwhen creating a new list environment?
I’ve created a new type of list environment from scratch using \newenvironment while using another token instead of \item for each but I’d really like to keep things consistent by using \list and redefining \item.
Sure; it’s hard to know what went wrong without seeing your code. As an answer to your two questions, see if this helps: