Re: [NTG-context] The same Table, im Math Modus?

2023-03-22 Thread 李延瑞
Ursula Hermann via ntg-context  于2023年3月21日周二 20:45写道:

>
>
> I’d like to do a Table lik this one
>
> [image: enter image description here]
>
> I have no example. How can I do that?
>
>
>
You can use xtable, e.g.

\startxtable[frame=off,width=1cm,align=center]
\startxrow[bottomframe=on,frameoffset=1pt]
\startxcell[rightframe=on,frameoffset=1pt] $1$ \stopxcell
\startxcell[leftframe=on,rightframe=on,frameoffset=1pt] $2$ \stopxcell
\startxcell[leftframe=on,frameoffset=1pt] $3$ \stopxcell
\stopxrow
\startxrow[topframe=on,bottomframe=on,frameoffset=1pt]
\startxcell[rightframe=on,frameoffset=1pt] $4$ \stopxcell
\startxcell[leftframe=on,rightframe=on,frameoffset=1pt] $5$ \stopxcell
\startxcell[leftframe=on,frameoffset=1pt] $6$ \stopxcell
\stopxrow
\startxrow[topframe=on,frameoffset=1pt]
\startxcell[rightframe=on,frameoffset=1pt] $7$ \stopxcell
\startxcell[leftframe=on,rightframe=on,frameoffset=1pt] $8$ \stopxcell
\startxcell[leftframe=on,frameoffset=1pt] $9$ \stopxcell
\stopxrow
\stopxtable

-- 
Best regards,

Li Yanrui
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Bug in searching TTC fonts for the script of mtxrun

2023-03-22 Thread Hans Hagen via ntg-context

On 3/22/2023 11:10 AM, Hans Hagen via ntg-context wrote:

http://liyanrui.github.io/share/fonts/fonts-noto-cjk.zip 


Ok. I'll check it.

next upload:

>mtxrun --script font --list --file NotoSerifCJK-Regular.ttc
familyname   weight   stylewidthvariant   fontname 
 filename   subfont   fontweight


notoserifcjkhk   normal   normal   normal   normal 
notoserifcjkhkregular   NotoSerifCJK-Regular.ttc 5   conflict: 
regular


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Bug in searching TTC fonts for the script of mtxrun

2023-03-22 Thread Hans Hagen via ntg-context

On 3/22/2023 9:58 AM, Li Yanrui (李延瑞) via ntg-context wrote:



Hans Hagen via ntg-context > 于2023年3月22日周三 15:51写道:


On 3/22/2023 7:15 AM, Li Yanrui (李延瑞) via ntg-context wrote:
 > Hi Hans,
 >
 > I have already installed some Chinese TTC fonts, e.g.
 > NotoSerifCJK-Regular.ttc. But when I use mtxrun command to search
them,
 > I get an error.
 >
 > $ mtxrun --script font --list --file NotoSerifCJK-Regular.ttc
 > lua error : function call:
 >
...e/garfileo/opt/context/tex/texmf-linux-64/bin/mtxrun.lua:10012: bad
 > argument #9 to 'format' (number expected, got string)
Where can i find that font? There was a time when one could download a
zip with all noto fonts but last time i checked that option was gone
and
one ends up with downloading single ones which is a waste of time but I
might have missed a link.


These fonts that I use are provided in ubuntu desktop. If you have an 
ubuntu system, you can get all of them by


$ sudo apt install fonts-noto-cjk # or more fonts in the 
fonts-noto-cjk-extra package.


The package includes the following fonts:

NotoSerifCJK-Regular.ttc
NotoSerifCJK-Bold.ttc
NotoSansCJK-Bold.ttc
NotoSansCJK-Regular.ttc

I have  uploaded the four of them into github. The download link is

http://liyanrui.github.io/share/fonts/fonts-noto-cjk.zip 


Ok. I'll check it.

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Bug in searching TTC fonts for the script of mtxrun

2023-03-22 Thread 李延瑞
Hans Hagen via ntg-context  于2023年3月22日周三 15:51写道:

> On 3/22/2023 7:15 AM, Li Yanrui (李延瑞) via ntg-context wrote:
> > Hi Hans,
> >
> > I have already installed some Chinese TTC fonts, e.g.
> > NotoSerifCJK-Regular.ttc. But when I use mtxrun command to search them,
> > I get an error.
> >
> > $ mtxrun --script font --list --file NotoSerifCJK-Regular.ttc
> > lua error : function call:
> > ...e/garfileo/opt/context/tex/texmf-linux-64/bin/mtxrun.lua:10012: bad
> > argument #9 to 'format' (number expected, got string)
> Where can i find that font? There was a time when one could download a
> zip with all noto fonts but last time i checked that option was gone and
> one ends up with downloading single ones which is a waste of time but I
> might have missed a link.
>

These fonts that I use are provided in ubuntu desktop. If you have an
ubuntu system, you can get all of them by

$ sudo apt install fonts-noto-cjk # or more fonts in the
fonts-noto-cjk-extra package.

The package includes the following fonts:

NotoSerifCJK-Regular.ttc
NotoSerifCJK-Bold.ttc
NotoSansCJK-Bold.ttc
NotoSansCJK-Regular.ttc

I have  uploaded the four of them into github. The download link is

http://liyanrui.github.io/share/fonts/fonts-noto-cjk.zip

---
Best regards,

Li Yanrui
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Bug in searching TTC fonts for the script of mtxrun

2023-03-22 Thread Hans Hagen via ntg-context

On 3/22/2023 7:15 AM, Li Yanrui (李延瑞) via ntg-context wrote:

Hi Hans,

I have already installed some Chinese TTC fonts, e.g. 
NotoSerifCJK-Regular.ttc. But when I use mtxrun command to search them, 
I get an error.


$ mtxrun --script font --list --file NotoSerifCJK-Regular.ttc
lua error : function call: 
...e/garfileo/opt/context/tex/texmf-linux-64/bin/mtxrun.lua:10012: bad 
argument #9 to 'format' (number expected, got string)
Where can i find that font? There was a time when one could download a 
zip with all noto fonts but last time i checked that option was gone and 
one ends up with downloading single ones which is a waste of time but I 
might have missed a link.


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Bug in searching TTC fonts for the script of mtxrun

2023-03-22 Thread 李延瑞
Hi Hans,

I have already installed some Chinese TTC fonts, e.g.
NotoSerifCJK-Regular.ttc. But when I use mtxrun command to search them, I
get an error.

$ mtxrun --script font --list --file NotoSerifCJK-Regular.ttc
lua error : function call:
...e/garfileo/opt/context/tex/texmf-linux-64/bin/mtxrun.lua:10012: bad
argument #9 to 'format' (number expected, got string)

-- 
Best regards,

Li Yanrui
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___