I am currently working on a very math-heavy document with a lot of lists. Is it possible to define an \item that automatically puts its content in math mode to avoid having to write \item $ $ all the time? I imagine something like this:
\begin{itemize}
\mathitem some math
\item some text
\end{itemize}
I know you can make a math version of the entire itemize environment, but that does not really help since there are many lists with both math and text entries.

\itemis only started, not ended, the text would probably be best entered between braces --\mathitem{...}-- which isn't really an improvement. – barbara beeton Nov 10 '19 at 18:29