I encounter a problem when trying to center some text (horizontally and vertically) when using the multirow package.
I used the m{‹width›} parameter to center the text inside the multi-line cell (which contains the "mpla mpla mpla" text), but it doesn't do the work for me.
\multirow needs to know how large the multiple rows are together. The documentation shows for example an approach where you add a \bigstrut to every line that corresponds to a line of the \multirow and you tell \mutlirow the numbers of \bigstruts in the first optional argument. And then there's of course manual tweeking with the second optional argument. Below I show an example of the latter.
It will be much better if I could use the \bigstrut command instead of manually adjusting it the height. I read the relevant documentation for using it but I didn't manage to get it work. Here is what I've tried:
Could someone please point me out what I am doing wrong?
Also, the "-3.5em" value that you used is after trial and error or there is some logic behind it (a calculation that you did)?