Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 3
    Does this answer your question? Vertical centering of all columns in \tabularx environment (Basically, you need to execute \renewcommand\tabularxcolumn[1]{m{#1}} in the preamble.) Commented Mar 15, 2023 at 22:36
  • No, when I correct the example that i put here ,it's ok, but when I had it to my tabular, with the "pictures" (GHS sybol from ghsytem). the first coumn disappears and a new one (empty) appeared at the end of my table. Commented Mar 15, 2023 at 22:46
  • I edited the post to highlight the problem Commented Mar 15, 2023 at 22:53
  • 1
    Off topic: the first column would look nicer set ragged right. Commented Mar 15, 2023 at 23:18
  • My guess is that each line aligns perfectly with the baselines of the images in your last column. If so, you‘d need to lower them by e.g. using \raisebox, if I remember correctly. Commented Mar 16, 2023 at 5:24