ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] x mark symbol and general symbol guide
@ 2023-10-13 12:33 Gerion Entrup
  2024-06-15  9:02 ` [NTG-context] " Gerion Entrup
  0 siblings, 1 reply; 5+ messages in thread
From: Gerion Entrup @ 2023-10-13 12:33 UTC (permalink / raw)
  To: ntg-context


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

Hi,

I recently tried to typeset a table with checkmarks and x marks.
\checkmark exists but is there a predefined x mark symbol (\xmark does
not work)?

In general: For LaTeX there exists the very helpful comprehensive LaTeX symbol list [1].
Is there a similar documentation for ConTeXt somewhere?

Best,
Gerion

[1] https://www.ctan.org/pkg/comprehensive

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 659 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] 5+ messages in thread

* [NTG-context] Re: x mark symbol and general symbol guide
  2023-10-13 12:33 [NTG-context] x mark symbol and general symbol guide Gerion Entrup
@ 2024-06-15  9:02 ` Gerion Entrup
  2024-06-15 10:19   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Gerion Entrup @ 2024-06-15  9:02 UTC (permalink / raw)
  To: ntg-context


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

Am Freitag, 13. Oktober 2023, 14:33:24 MESZ schrieb Gerion Entrup:
> Hi,
> 
> I recently tried to typeset a table with checkmarks and x marks.
> \checkmark exists but is there a predefined x mark symbol (\xmark does
> not work)?
> 
> In general: For LaTeX there exists the very helpful comprehensive LaTeX symbol list [1].
> Is there a similar documentation for ConTeXt somewhere?
> 
> Best,
> Gerion
> 
> [1] https://www.ctan.org/pkg/comprehensive
> 

Just as an info. I'm using Noto symbols now:
```
\definefont[symbolFont][name:notosanssymbols2regular*default at 11pt]
\define{\yes}{{\symbolFont\utfchar{0x1f5f8}}}
\define{\no}{{\symbolFont\utfchar{0x1f5f4}}}

\starttext
\yes and \no.
\stoptext
```

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 659 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] 5+ messages in thread

* [NTG-context] Re: x mark symbol and general symbol guide
  2024-06-15  9:02 ` [NTG-context] " Gerion Entrup
@ 2024-06-15 10:19   ` Hans Hagen
  2024-06-15 22:04     ` Gerion Entrup
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2024-06-15 10:19 UTC (permalink / raw)
  To: ntg-context

On 6/15/2024 11:02 AM, Gerion Entrup wrote:
> Am Freitag, 13. Oktober 2023, 14:33:24 MESZ schrieb Gerion Entrup:
>> Hi,
>>
>> I recently tried to typeset a table with checkmarks and x marks.
>> \checkmark exists but is there a predefined x mark symbol (\xmark does
>> not work)?
>>
>> In general: For LaTeX there exists the very helpful comprehensive LaTeX symbol list [1].
>> Is there a similar documentation for ConTeXt somewhere?
>>
>> Best,
>> Gerion
>>
>> [1] https://www.ctan.org/pkg/comprehensive
>>
> 
> Just as an info. I'm using Noto symbols now:
> ```
> \definefont[symbolFont][name:notosanssymbols2regular*default at 11pt]
> \define{\yes}{{\symbolFont\utfchar{0x1f5f8}}}
> \define{\no}{{\symbolFont\utfchar{0x1f5f4}}}
> 
> \starttext
> \yes and \no.
> \stoptext
fwiw: 1F5F8 looks pretty bad (in otf) (i checked as i though it was a 
bug in lmtx)

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://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] 5+ messages in thread

* [NTG-context] Re: x mark symbol and general symbol guide
  2024-06-15 10:19   ` Hans Hagen
@ 2024-06-15 22:04     ` Gerion Entrup
  2024-06-15 22:12       ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Gerion Entrup @ 2024-06-15 22:04 UTC (permalink / raw)
  To: ntg-context


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

Am Samstag, 15. Juni 2024, 12:19:37 MESZ schrieb Hans Hagen:
> On 6/15/2024 11:02 AM, Gerion Entrup wrote:
> > Am Freitag, 13. Oktober 2023, 14:33:24 MESZ schrieb Gerion Entrup:
> >> Hi,
> >>
> >> I recently tried to typeset a table with checkmarks and x marks.
> >> \checkmark exists but is there a predefined x mark symbol (\xmark does
> >> not work)?
> >>
> >> In general: For LaTeX there exists the very helpful comprehensive LaTeX symbol list [1].
> >> Is there a similar documentation for ConTeXt somewhere?
> >>
> >> Best,
> >> Gerion
> >>
> >> [1] https://www.ctan.org/pkg/comprehensive
> >>
> > 
> > Just as an info. I'm using Noto symbols now:
> > ```
> > \definefont[symbolFont][name:notosanssymbols2regular*default at 11pt]
> > \define{\yes}{{\symbolFont\utfchar{0x1f5f8}}}
> > \define{\no}{{\symbolFont\utfchar{0x1f5f4}}}
> > 
> > \starttext
> > \yes and \no.
> > \stoptext
> fwiw: 1F5F8 looks pretty bad (in otf) (i checked as i though it was a 
> bug in lmtx)

Hmm, you are right, like a little frayed. 02713 and 02714 are similar.
I guess, this should look like they were drawn with a brush.

Gerion


[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 659 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] 5+ messages in thread

* [NTG-context] Re: x mark symbol and general symbol guide
  2024-06-15 22:04     ` Gerion Entrup
@ 2024-06-15 22:12       ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2024-06-15 22:12 UTC (permalink / raw)
  To: Gerion Entrup, ntg-context

On 6/16/2024 12:04 AM, Gerion Entrup wrote:

> Hmm, you are right, like a little frayed. 02713 and 02714 are similar.
> I guess, this should look like they were drawn with a brush.
none of the other glyphs has that (afaiks in fontforge) ... more looks 
like some conversion error, also because a brush doesn't look like that 
(control points wrong)

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://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] 5+ messages in thread

end of thread, other threads:[~2024-06-15 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-13 12:33 [NTG-context] x mark symbol and general symbol guide Gerion Entrup
2024-06-15  9:02 ` [NTG-context] " Gerion Entrup
2024-06-15 10:19   ` Hans Hagen
2024-06-15 22:04     ` Gerion Entrup
2024-06-15 22:12       ` Hans Hagen

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).