When I start a tabularx environment like this:
\begin{tabularx}{\textwidth}{lXX}
Can I, from inside a cell, get the width of the cell (to be used with includegraphics, minipage or something similar)?
Like this:
\begin{tabularx}{\textwidth}{lXX}
bla &
\includegraphics[width=\cellwidth]{...} &
\begin{minipage}{\cellwidth}...\end{minipage}
\end{tabularx}