ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Equivalent for hdots and hdotsfor
@ 2023-12-30  8:41 Shiv Shankar Dayal
  2023-12-30 10:13 ` [NTG-context] " Shiv Shankar Dayal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shiv Shankar Dayal @ 2023-12-30  8:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 222 bytes --]

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?

-- 
Respect,
Shiv Shankar Dayal

[-- Attachment #1.2: Type: text/html, Size: 434 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [NTG-context] Re: Equivalent for hdots and hdotsfor
  2023-12-30  8:41 [NTG-context] Equivalent for hdots and hdotsfor Shiv Shankar Dayal
@ 2023-12-30 10:13 ` Shiv Shankar Dayal
  2023-12-30 15:33 ` Wolfgang Schuster
  2023-12-30 15:43 ` Mikael Sundqvist
  2 siblings, 0 replies; 4+ messages in thread
From: Shiv Shankar Dayal @ 2023-12-30 10:13 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 519 bytes --]

Never mind, I found the solution on list that we can use \dotfill and
\multispan{n}{\dotfill} as a substitute for what I have asked for.

On Sat, Dec 30, 2023 at 2:11 PM Shiv Shankar Dayal <
shivshankar.dayal@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?
>
> --
> Respect,
> Shiv Shankar Dayal
>


-- 
Respect,
Shiv Shankar Dayal

[-- Attachment #1.2: Type: text/html, Size: 1099 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [NTG-context] Re: Equivalent for hdots and hdotsfor
  2023-12-30  8:41 [NTG-context] Equivalent for hdots and hdotsfor Shiv Shankar Dayal
  2023-12-30 10:13 ` [NTG-context] " Shiv Shankar Dayal
@ 2023-12-30 15:33 ` Wolfgang Schuster
  2023-12-30 15:43 ` Mikael Sundqvist
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2023-12-30 15:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Shiv Shankar Dayal

Shiv Shankar Dayal schrieb am 30.12.2023 um 09:41:
> 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?

Can you show the desired output from LaTeX with a PDF file and a minimal 
example of your ConTeXt version.

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [NTG-context] Re: Equivalent for hdots and hdotsfor
  2023-12-30  8:41 [NTG-context] Equivalent for hdots and hdotsfor Shiv Shankar Dayal
  2023-12-30 10:13 ` [NTG-context] " Shiv Shankar Dayal
  2023-12-30 15:33 ` Wolfgang Schuster
@ 2023-12-30 15:43 ` Mikael Sundqvist
  2 siblings, 0 replies; 4+ messages in thread
From: Mikael Sundqvist @ 2023-12-30 15:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

On Sat, Dec 30, 2023 at 9:45 AM Shiv Shankar Dayal
<shivshankar.dayal@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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-30 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30  8:41 [NTG-context] Equivalent for hdots and hdotsfor Shiv Shankar Dayal
2023-12-30 10:13 ` [NTG-context] " Shiv Shankar Dayal
2023-12-30 15:33 ` Wolfgang Schuster
2023-12-30 15:43 ` Mikael Sundqvist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).