[NTG-context] Re: \showsymbolset is noop

2024-03-05 Thread Henning Hraban Ramm

Am 05.03.24 um 23:11 schrieb Wolfgang Schuster:

Henning Hraban Ramm schrieb am 04.03.2024 um 21:24:
The \showsymbolset has no output any more, apparently already for some 
time.


I checked on COW (ConTeXt ver: 2022.12.22 22:17 LMTX fmt: 2022.12.23) 
and my local installation (ConTeXt ver: 2024.02.22 18:31 LMTX fmt: 
2024.2.22).


Can someone try on MkIV?

"""
\usesymbols[nav]
\starttext

\showsymbolset[nav]

\stoptext
"""


You pass the wrong name to \showsymbolset.

\usesymbols[nav]

\starttext

\showsymbolset[navigation 1]\page
\showsymbolset[navigation 2]\page
\showsymbolset[navigation 3]\page

\stoptext

Wolfgang


Ah, thank you! I’ll fix the wiki. Apparently this used to work differently.

To know which sets are included I must look into the sources, or is 
there another command?


Hraban
___
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
___


[NTG-context] Re: \showsymbolset is noop

2024-03-05 Thread Wolfgang Schuster

Henning Hraban Ramm schrieb am 04.03.2024 um 21:24:
The \showsymbolset has no output any more, apparently already for some 
time.


I checked on COW (ConTeXt ver: 2022.12.22 22:17 LMTX fmt: 2022.12.23) 
and my local installation (ConTeXt ver: 2024.02.22 18:31 LMTX fmt: 
2024.2.22).


Can someone try on MkIV?

"""
\usesymbols[nav]
\starttext

\showsymbolset[nav]

\stoptext
"""


You pass the wrong name to \showsymbolset.

\usesymbols[nav]

\starttext

\showsymbolset[navigation 1]\page
\showsymbolset[navigation 2]\page
\showsymbolset[navigation 3]\page

\stoptext

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
___


[NTG-context] \showsymbolset is noop

2024-03-05 Thread Henning Hraban Ramm

The \showsymbolset has no output any more, apparently already for some time.

I checked on COW (ConTeXt ver: 2022.12.22 22:17 LMTX fmt: 2022.12.23) 
and my local installation (ConTeXt ver: 2024.02.22 18:31 LMTX fmt: 
2024.2.22).


Can someone try on MkIV?

"""
\usesymbols[nav]
\starttext

\showsymbolset[nav]

\stoptext
"""


Hraban
___
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
___


[NTG-context] showsymbolset

2005-07-21 Thread Vit Zyka

Hello,

I have done symbol definition file for AquaMints font. When I want to 
prepare overall symbol table I noticed problem in \showsymbolset 
definition (no table, no symbol is shown).


It tests \doifsymbolsetelse{#1}. It is defined

  \def\doifsymbolsetelse#1{\doifdefinedelse{\??ss*#1}}

but greping ss* gives me no place where \??ss*#1 is defined (perhaps 
should be in \startsymbolset?).


Minimal example:
\starttext
  \showsymbolset[astronomic]
  \symbol[astronomic][Moon]
\stoptext

Thanks,
vit



--
===
Ing. Vít Zýka, Ph.D. TYPOkvítek

database publishing  databazove publikovani
data maintaining and typesetting in typographic quality
priprava dat a jejich sazba v typograficke kvalite

tel.: (+420) 777 198 189 www: http://typokvitek.com
===

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] showsymbolset

2005-07-21 Thread Taco Hoekwater



Vit Zyka wrote:

It tests \doifsymbolsetelse{#1}. It is defined

  \def\doifsymbolsetelse#1{\doifdefinedelse{\??ss*#1}}

but greping ss* gives me no place where \??ss*#1 is defined (perhaps 
should be in \startsymbolset?).


Hi Vit,

That ss* should be inside \dodefinesymbol. There was a fix applied to
symb-ini.tex at release 2005.06.01, so if your context is older than
that, you should update.

Your example runs fine here,with the latest release (2005.07.20).

Cheers, Taco

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] showsymbolset

2005-07-21 Thread Vit Zyka

Taco Hoekwater wrote:



Vit Zyka wrote:


It tests \doifsymbolsetelse{#1}. It is defined

  \def\doifsymbolsetelse#1{\doifdefinedelse{\??ss*#1}}

but greping ss* gives me no place where \??ss*#1 is defined (perhaps 
should be in \startsymbolset?).



Hi Vit,

That ss* should be inside \dodefinesymbol. There was a fix applied to
symb-ini.tex at release 2005.06.01, so if your context is older than
that, you should update.


Ohh, Thank you Taco you are right. I see now the correction in a newer 
(uninstaled) source. Time to update.

vit
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context