Hello everyone!<br><br>I am new to the LaTeX world, and I am pulling my hair out with trying to figure out create a table!<br><br>I am trying to create a table that has four columns, with the first (left) column smaller than the three to the right (which should be roughly the same size as each other). I would really like this material to be centered within the cells, but I really can't figure out how to get the material both centered and have the text wrapped. I seem to be able to do one or the other at this point.<br>
<br>The other issue is that I keep getting an error code on a table that I am attempting to construct, but I don't know what's wrong/how to fix it.<br>The error code appears on the bolded line, and reads that there is an illegal character within the array. I don't know what this means or how to fix it!<br>
<br>\begin{center}<b><br> \begin{tabular}{|1|p{4.6cm}|p{4.5cm}|p{4.5cm}|}</b><br> \hline<br> Mvts & Premier cycle & Deuxième cycle & Troisième cycle \\ \hline<br> 1 & Avant \textit{L'artisanat furieux} & & \\ \hline<br>
2 & & 1\up{er} commentaire sur les Bourreaux de solitude & \\ \hline<br> 3 & \textit{L’artisanat furieux} & & \\ \hline<br> 4 & & commentaire sur les \textit{Bourreaux de solitude} & \\ \hline<br>
5 & & & 1\up{ère} version de \textit{Bel édifice et les pressentiments} \\ \hline<br> 6 & & \textit{Bourreaux de solitude} & \\ \hline<br> 7 & Après \textit{L'artisanat furieux} & & \\ \hline<br>
8 & & 3\up{e} commentaire sur les \textit{Bourreaux de solitude} & \\ \hline<br> 9 & & & 2\up{e} version de \textit{Bel édifice et les pressentiments} \\ \hline<br> \end{tabular}<br>\end{center}<br>
<br><br>Anyone able to help me out?!<br><br>Thanks,<br><br>Jada<br>