30 Dec
2023
30 Dec
'23
3:43 p.m.
Hi,
On Sat, Dec 30, 2023 at 9:45 AM Shiv Shankar Dayal
In LaTeX, I can use \hdots for horizontal dots and \hdotsfor{n} to fill for several columns in a determinant. But these do not work in ConTeXt. What is the equivalent for these in ConTeXt?
You can try \HF or \HF[n]. \startTEXpage[offset=1DK] \dm{ \startnamedmatrix[matrix:bars] \NC 1 \NC x \NC x^2 \NC \ldots \NC x^{n-1} \NR \NC 1 \NC y \NC y^2 \NC \ldots \NC y^{n-1} \NR \HF[3] \NR \NC 1 \NC z \NC z^2 \NC \ldots \NC z^{n-1} \NR \stopnamedmatrix } \stopTEXpage /Mikael