答案1
答案2
正如 Zarko 所说,该问题的解决方案是使用t
环境的键{tabular}
,但为了提供信息,我添加了这个答案来表明,{NiceTabular}
使用nicematrix
,还有一个baseline
选择对齐行的键。
\documentclass{article}
\usepackage{nicematrix}
\begin{document}
I want this text aligned to the second row:
\begin{NiceTabular}{lll}[baseline=2]
1. & First step &\\
2. & Second step &\\
3. & Go back & Step 1\\\\
\hline\\
4. & Can't get here & Error.
\end{NiceTabular}
\end{document}
nicematrix
因为使用 PGF/Tikz,所以您需要多次编译。