I'm using amsart. I'm really annoyed that when I put a list inside a proof (and use a mark for the list), it is indented more than it should be. This is probably because the proof environment is implemented as a trivlist, and sublists often get more indentation.
But the question is what do I do about it? I don't want to re-implement the proof environment... I may not get the details exactly the same.
\documentclass{amsart}
\begin{document}
\begin{list}{Mark}{}
\item Hi
\end{list}
\begin{proof}\
\begin{list}{Mark}{}
\item Hi
\end{list}
\end{proof}
\end{document}
