我试图tabular
通过 将一些复杂的东西(例如)传递给输出过程marks
。 是否有任何自然的方法可以保护所有应该保护的东西免受扩展(可能是因为定义不长)?
\noexpand
没有's 则不起作用的示例
\documentclass{book}
\usepackage{mdwtab}
\begin{document}
\leavevmode
\markright{\noexpand\begin{tabular}{|p{2cm}<{\noexpand\centering}|}\noexpand\hlx{hv} Row 1 \\ Row 2\\\noexpand\hlx{vh}\noexpand\end{tabular}}
\end{document}