在LaTex中使用表格时,多行合并使用了\multirow命令,但是报错:
Undefined control sequence. \multirow
编译无法通过。
网上说,需要引入multirow宏包:
\usepackage{multirow}
但是加入之后仍然不行,正确的做法是:
\usepackage{ragged2e}
\usepackage{booktabs,makecell, multirow, tabularx}
这样就可以了。
在LaTex中使用表格时,多行合并使用了\multirow命令,但是报错:
Undefined control sequence. \multirow
编译无法通过。
网上说,需要引入multirow宏包:
\usepackage{multirow}
但是加入之后仍然不行,正确的做法是:
\usepackage{ragged2e}
\usepackage{booktabs,makecell, multirow, tabularx}
这样就可以了。
老杨
博士,非博学之士;讲师,讲所学所知。糊涂半生,虚度半世,唯愿平淡快乐,度过此生。
