我已看到很多关于arydshln
和 的帖子tabularx
(只需要先导入tabularx
),但我遇到了 的麻烦tabulary
。
我尝试改变导入顺序,但没用。
我收到很多与我的相关的错误tabulary
(如果我不再导入的话就没问题了arydshln
):
Missing # inserted in alignment preamble.
<to be read again>
&
l.92 \end{tabulary}
There should be exactly one # between &'s, when an
\halign or \valign is being set up. In this case you had
none, so I've put one in; maybe that will work.
chap0/introduction.tex, line 92
Missing # inserted in alignment preamble.
<to be read again>
\cr
l.92 \end{tabulary}
There should be exactly one # between &'s, when an
\halign or \valign is being set up. In this case you had
none, so I've put one in; maybe that will work.
chap0/introduction.tex, line 92
Missing number, treated as zero.
<to be read again>
\TY@F1
l.92 \end{tabulary}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
chap0/introduction.tex, line 92
Illegal unit of measure (pt inserted).
<to be read again>
\TY@F1
l.92 \end{tabulary}
Dimensions can be in units of em, ex, in, pt, pc,
cm, mm, dd, cc, nd, nc, bp, or sp; but yours is a new one!
I'll assume that you meant to say pt, for printer's points.
To recover gracefully from this error, it's best to
delete the erroneous units; e.g., type `2' to delete
two letters. (See Chapter 27 of The TeXbook.)
chap0/introduction.tex, line 92
Missing = inserted for \ifdim.
<to be read again>
\TY@F1
l.92 \end{tabulary}
I was expecting to see `<', `=', or `>'. Didn't.
chap0/introduction.tex, line 92
Missing number, treated as zero.
<to be read again>
\TY@F2
l.92 \end{tabulary}
A number should have been here; I inserted `0'.
(If you can't figure out why I needed to see a number,
look up `weird error' in the index to The TeXbook.)
任何想法?