I'm trying to put use
{itemize}
in my {tabular}
environment. This is my code :Code: Select all
\newcolumntype{M}[1]{>{\raggedleft}p{#1}}
\newcolumntype{N}[1]{>{\raggedright}p{#1}}
\begin{tabular}{M{7cm} p{1cm} N{7.3cm}}
\textsc{Text} & \dotfill & \begin{itemize}
\item item 1
\item Item 2
\end{itemize}
\end{tabular}
Thank's a lot for your help !
TJ