When creating a nested itemize environment in LaTeX as follows:
\begin{itemize}
\item one \dots{}
\begin{itemize}
\item Language Models
\item Vector Space Models
\end{itemize}
\item two \dots{}
\item three \dots{}
\end{itemize}
I have tried to change the inner item characters by adding the following line after line 3
\renewcommand{\labelitemi}{$\star$}
Nothing changes!
However, if it is only one "not nested", it works just fine as in the following:
\begin{itemize}
\renewcommand{\labelitemi}{$\star$}
\item one \dots{}
\item two \dots{}
\item three \dots{}
\end{itemize}
Many thanks in advance.


idenotes the item level.i= first level,ii= second level, etc. – Skippy le Grand Gourou Dec 12 '17 at 09:10iii. Noiiii:! LaTeX Error: \labelitemiiii undefined.:-/ – Sixtyfive Jan 04 '20 at 16:48\labelitemivis what you're looking for - ie, using roman numerals – Chris Swan Aug 22 '21 at 00:33