15 Jun
2024
15 Jun
'24
9:02 a.m.
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
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 ```