I have a nested list, and I wish to suppress any bullet/diamond/hyphen that appears only in the sub-list.
For example:
\begin{itemize}
\item blah
\begin{multicols}{2}
\begin{itemize}
\item a
\item b
\item c
\item d
\item e
\item f
\item g
\end{itemize}
\end{multicols}
\item blah...
\end{itemize}
I dont want anything to be prefixed to the a,b,c,d,... sublist.
Is there any way to do this, other than creating the sub-list as a table rather than an itemized list?
