Closed pagenum closed 4 days ago
the issue is the m[c]
definition.
If you can provide the package and a clean definition on how this is supposed to work, I may add it to txs.
the issue is the
m[c]
definition. If you can provide the package and a clean definition on how this is supposed to work, I may add it to txs.
https://ctan.math.washington.edu/tex-archive/macros/latex/contrib/nicematrix/nicematrix.pdf
would you please point out where that is described ?
In the table preambles of nicematrix
table environments, specifiers |
(vertical table line), p{...}
, b{...}
, m{...}
, V{...}
, and X{....}
all accept an optional argument.
texdoc nicematrix
(v6.29b, 2024-11-12)
For a block in a column of type
p{...}
,b{...}
,m{...}
,V{...}
orX
, the alignmentc
will be used by default. However, those types of columns may have an optional argument for the horizontal alignment (eg:p[l]{...}
) and, in that case, that type of alignment is passed to the block.
As well as the command
\Hline
, the specifier “|
” supports an optional argument between square brackets for the characteristics of the rule.
texdoc nicematrix-code
The specifier
p
(and also the specifiersm
,b
,V
andX
) have an optional argument between square brackets for a list of key-value pairs. Here are the corresponding keys.
a bit subtle as documentation goes, but okay.
Environment
Expected behavior
No highlight for "
\\
"Actual behavior
Highlighted "
\\
", mouse move onto "\\
", a message :"cols in tabular missing" showedHow to reproduce