1. I am trying to, quite simply, get a bulleted list inside a table cell (I set up a table using tabularx).
2. So far, I am able to create an itemized list with bullets inside one of the table cells, but I have formatting issues (I don't know how to set the margins, for example, of where the bullet aligns, so they keep adding vertical space AND indenting far into the cell). I know the vertical space thing at least is apparently a widely discussed subject, as I've seen it referred to in several places.
3. In order to create said bullets (let's say in the middle cell of a 3 column table)... I need to write:
{} & \begin{itemize} \item MY BULLETED TEXT \end{itemize} & {}
inside every cell for each bullet I want to create... I'm sure there are numerously better ways to do this?