We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it is also good to add a key so align text baseline to the middle of the image
\documentclass[11pt, a4paper]{article} \usepackage{adjustbox} \usepackage{nicematrix} \begin{document} \noindent% \begin{NiceTabularX}{\linewidth}[rules/color=[gray]{0.75}, hvlines, cell-space-limits=0pt]{@{}l X[l, t] X[l, t]@{}} \RowStyle[bold]{} Header 1 & Header 2 & Header 3 \\ Description & The quick brown fox jumps over the lazy dog & The quick brown fox jumps over the lazy dog \\ \smash{{\rlap{\raisebox{0pt}{\rule{\dimexpr \textwidth \relax}{0.1pt}}}}}% \Block[t]{1-1}{Text 1 \\ Text 2 \\ Text 3 \\ Text 4} & \adjincludegraphics[valign=t, width=\linewidth, margin=0pt 0pt 0pt 0pt]{example-image-a} & \adjincludegraphics[valign=t, width=\linewidth, margin=0pt 0pt 0pt 0pt]{example-image-b} \\ \end{NiceTabularX} \end{document}
The text was updated successfully, but these errors were encountered:
It's possible by using valign=c instead of valign=t in the instructions \adjincludegraphics.
valign=c
valign=t
\adjincludegraphics
Sorry, something went wrong.
No branches or pull requests
I think it is also good to add a key so align text baseline to the middle of the image
The text was updated successfully, but these errors were encountered: