Hi,

On Sat, Dec 30, 2023 at 9:45 AM Shiv Shankar Dayal
<shivshankar.da...@gmail.com> wrote:
>
> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to