ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Is there an overview of getting mathematical symbols in ConTeXt?
@ 2014-11-26 17:34 Gerben Wierda
  2014-11-26 17:40 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Gerben Wierda @ 2014-11-26 17:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I am looking for instructions to write Aleph, pi and so forth. I assume I need special font instructions outside of plain TeX. Correct?

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Is there an overview of getting mathematical symbols in ConTeXt?
  2014-11-26 17:34 Is there an overview of getting mathematical symbols in ConTeXt? Gerben Wierda
@ 2014-11-26 17:40 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2014-11-26 17:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]


> Am 26.11.2014 um 18:34 schrieb Gerben Wierda <gerben.wierda@rna.nl>:
> 
> I am looking for instructions to write Aleph, pi and so forth. I assume I need special font instructions outside of plain TeX. Correct?

Take a look at the attached example.

Wolfgang

[-- Attachment #2: math.tex --]
[-- Type: application/octet-stream, Size: 22664 bytes --]

%\setupbodyfont[cambria]

\starttext

\subject{variable}

\starttabulate[|T|m|]
\NC \tex{Omicron} \NC \Omicron \NC\NR
\NC \tex{omicron} \NC \omicron \NC\NR
\NC \tex{complexes} \NC \complexes \NC\NR
\NC \tex{Eulerconst} \NC \Eulerconst \NC\NR
\NC \tex{Plankconst} \NC \Plankconst \NC\NR
\NC \tex{Pi} \NC \Pi \NC\NR
\NC \tex{pi} \NC \pi \NC\NR
\NC \tex{naturalnumbers} \NC \naturalnumbers \NC\NR
\NC \tex{primes} \NC \primes \NC\NR
\NC \tex{rationals} \NC \rationals \NC\NR
\NC \tex{reals} \NC \reals \NC\NR
\NC \tex{Alpha} \NC \Alpha \NC\NR
\NC \tex{Rho} \NC \Rho \NC\NR
\NC \tex{alpha} \NC \alpha \NC\NR
\NC \tex{rho} \NC \rho \NC\NR
\NC \tex{varTheta} \NC \varTheta \NC\NR
\NC \tex{integers} \NC \integers \NC\NR
\NC \tex{ohm} \NC \ohm \NC\NR
\NC \tex{mho} \NC \mho \NC\NR
\NC \tex{turnediota} \NC \turnediota \NC\NR
\NC \tex{Angstrom} \NC \Angstrom \NC\NR
\NC \tex{Beta} \NC \Beta \NC\NR
\NC \tex{beta} \NC \beta \NC\NR
\NC \tex{varsigma} \NC \varsigma \NC\NR
\NC \tex{Gamma} \NC \Gamma \NC\NR
\NC \tex{Sigma} \NC \Sigma \NC\NR
\NC \tex{gamma} \NC \gamma \NC\NR
\NC \tex{sigma} \NC \sigma \NC\NR
\NC \tex{Delta} \NC \Delta \NC\NR
\NC \tex{Tau} \NC \Tau \NC\NR
\NC \tex{delta} \NC \delta \NC\NR
\NC \tex{tau} \NC \tau \NC\NR
\NC \tex{Epsilon} \NC \Epsilon \NC\NR
\NC \tex{Upsilon} \NC \Upsilon \NC\NR
\NC \tex{varepsilon} \NC \varepsilon \NC\NR
\NC \tex{upsilon} \NC \upsilon \NC\NR
\NC \tex{phi} \NC \phi \NC\NR
\NC \tex{epsilon} \NC \epsilon \NC\NR
\NC \tex{Zeta} \NC \Zeta \NC\NR
\NC \tex{Phi} \NC \Phi \NC\NR
\NC \tex{zeta} \NC \zeta \NC\NR
\NC \tex{varphi} \NC \varphi \NC\NR
\NC \tex{varpi} \NC \varpi \NC\NR
\NC \tex{backepsilon} \NC \backepsilon \NC\NR
\NC \tex{Eta} \NC \Eta \NC\NR
\NC \tex{Chi} \NC \Chi \NC\NR
\NC \tex{eta} \NC \eta \NC\NR
\NC \tex{chi} \NC \chi \NC\NR
\NC \tex{Theta} \NC \Theta \NC\NR
\NC \tex{Psi} \NC \Psi \NC\NR
\NC \tex{theta} \NC \theta \NC\NR
\NC \tex{psi} \NC \psi \NC\NR
\NC \tex{Iota} \NC \Iota \NC\NR
\NC \tex{Omega} \NC \Omega \NC\NR
\NC \tex{iota} \NC \iota \NC\NR
\NC \tex{omega} \NC \omega \NC\NR
\NC \tex{Kappa} \NC \Kappa \NC\NR
\NC \tex{kappa} \NC \kappa \NC\NR
\NC \tex{Lambda} \NC \Lambda \NC\NR
\NC \tex{lambda} \NC \lambda \NC\NR
\NC \tex{Mu} \NC \Mu \NC\NR
\NC \tex{mu} \NC \mu \NC\NR
\NC \tex{digamma} \NC \digamma \NC\NR
\NC \tex{Nu} \NC \Nu \NC\NR
\NC \tex{nu} \NC \nu \NC\NR
\NC \tex{varrho} \NC \varrho \NC\NR
\NC \tex{Xi} \NC \Xi \NC\NR
\NC \tex{xi} \NC \xi \NC\NR
\stoptabulate

\subject{punctuation}

\starttabulate[|T|m|]
\NC \tex{colon} \NC \colon \NC\NR
\stoptabulate

\subject{binary}

\starttabulate[|T|m|]
\NC \tex{ast} \NC \ast \NC\NR
\NC \tex{pm} \NC \pm \NC\NR
\NC \tex{centerdot} \NC \centerdot \NC\NR
\NC \tex{times} \NC \times \NC\NR
\NC \tex{div} \NC \div \NC\NR
\NC \tex{mp} \NC \mp \NC\NR
\NC \tex{dotplus} \NC \dotplus \NC\NR
\NC \tex{ast} \NC \ast \NC\NR
\NC \tex{circ} \NC \circ \NC\NR
\NC \tex{bullet} \NC \bullet \NC\NR
\NC \tex{bullet} \NC \bullet \NC\NR
\NC \tex{divides} \NC \divides \NC\NR
\NC \tex{cap} \NC \cap \NC\NR
\NC \tex{cup} \NC \cup \NC\NR
\NC \tex{dotminus} \NC \dotminus \NC\NR
\NC \tex{amalg} \NC \amalg \NC\NR
\NC \tex{wr} \NC \wr \NC\NR
\NC \tex{upand} \NC \upand \NC\NR
\NC \tex{positivesign} \NC \positivesign \NC\NR
\NC \tex{negativesign} \NC \negativesign \NC\NR
\NC \tex{uplus} \NC \uplus \NC\NR
\NC \tex{sqsubseteq} \NC \sqsubseteq \NC\NR
\NC \tex{sqsupseteq} \NC \sqsupseteq \NC\NR
\NC \tex{sqcap} \NC \sqcap \NC\NR
\NC \tex{sqcup} \NC \sqcup \NC\NR
\NC \tex{oplus} \NC \oplus \NC\NR
\NC \tex{ominus} \NC \ominus \NC\NR
\NC \tex{otimes} \NC \otimes \NC\NR
\NC \tex{oslash} \NC \oslash \NC\NR
\NC \tex{odot} \NC \odot \NC\NR
\NC \tex{circledcirc} \NC \circledcirc \NC\NR
\NC \tex{circledast} \NC \circledast \NC\NR
\NC \tex{circledequals} \NC \circledequals \NC\NR
\NC \tex{circleddash} \NC \circleddash \NC\NR
\NC \tex{boxplus} \NC \boxplus \NC\NR
\NC \tex{boxminus} \NC \boxminus \NC\NR
\NC \tex{boxtimes} \NC \boxtimes \NC\NR
\NC \tex{boxdot} \NC \boxdot \NC\NR
\NC \tex{blacktriangle} \NC \blacktriangle \NC\NR
\NC \tex{blacktriangleright} \NC \blacktriangleright \NC\NR
\NC \tex{triangleright} \NC \triangleright \NC\NR
\NC \tex{intercal} \NC \intercal \NC\NR
\NC \tex{veebar} \NC \veebar \NC\NR
\NC \tex{barwedge} \NC \barwedge \NC\NR
\NC \tex{blacktriangledown} \NC \blacktriangledown \NC\NR
\NC \tex{blacktriangleleft} \NC \blacktriangleleft \NC\NR
\NC \tex{triangleleft} \NC \triangleleft \NC\NR
\NC \tex{diamond} \NC \diamond \NC\NR
\NC \tex{star} \NC \star \NC\NR
\NC \tex{divideontimes} \NC \divideontimes \NC\NR
\NC \tex{ltimes} \NC \ltimes \NC\NR
\NC \tex{rtimes} \NC \rtimes \NC\NR
\NC \tex{leftthreetimes} \NC \leftthreetimes \NC\NR
\NC \tex{rightthreetimes} \NC \rightthreetimes \NC\NR
\NC \tex{curlyvee} \NC \curlyvee \NC\NR
\NC \tex{curlywedge} \NC \curlywedge \NC\NR
\NC \tex{lessdot} \NC \lessdot \NC\NR
\NC \tex{gtrdot} \NC \gtrdot \NC\NR
\NC \tex{bigcirc} \NC \bigcirc \NC\NR
\stoptabulate

\subject{box}

\starttabulate[|T|m|]
\NC \tex{S} \NC \S \NC\NR
\NC \tex{P} \NC \P \NC\NR
\stoptabulate

\subject{default}

\starttabulate[|T|m|]
\NC \tex{partial} \NC \partial \NC\NR
\NC \tex{emptyset} \NC \emptyset \NC\NR
\NC \tex{nabla} \NC \nabla \NC\NR
\NC \tex{Im} \NC \Im \NC\NR
\NC \tex{ell} \NC \ell \NC\NR
\NC \tex{wp} \NC \wp \NC\NR
\NC \tex{Re} \NC \Re \NC\NR
\NC \tex{infty} \NC \infty \NC\NR
\NC \tex{aleph} \NC \aleph \NC\NR
\NC \tex{beth} \NC \beth \NC\NR
\NC \tex{gimel} \NC \gimel \NC\NR
\NC \tex{daleth} \NC \daleth \NC\NR
\NC \tex{spadesuit} \NC \spadesuit \NC\NR
\NC \tex{heartsuit} \NC \heartsuit \NC\NR
\NC \tex{diamondsuit} \NC \diamondsuit \NC\NR
\NC \tex{clubsuit} \NC \clubsuit \NC\NR
\NC \tex{flat} \NC \flat \NC\NR
\NC \tex{natural} \NC \natural \NC\NR
\NC \tex{sharp} \NC \sharp \NC\NR
\NC \tex{top} \NC \top \NC\NR
\NC \tex{vartheta} \NC \vartheta \NC\NR
\NC \tex{varkappa} \NC \varkappa \NC\NR
\NC \tex{imath} \NC \imath \NC\NR
\NC \tex{jmath} \NC \jmath \NC\NR
\NC \tex{bigsquare} \NC \bigsquare \NC\NR
\NC \tex{bigdiamond} \NC \bigdiamond \NC\NR
\stoptabulate

\subject{inner}

\starttabulate[|T|m|]
\NC \tex{vdots} \NC \vdots \NC\NR
\NC \tex{cdots} \NC \cdots \NC\NR
\NC \tex{udots} \NC \udots \NC\NR
\NC \tex{ddots} \NC \ddots \NC\NR
\stoptabulate

\subject{limop}

\starttabulate[|T|m|]
\NC \tex{bigodot} \NC \bigodot \NC\NR
\NC \tex{bigoplus} \NC \bigoplus \NC\NR
\NC \tex{bigotimes} \NC \bigotimes \NC\NR
\NC \tex{bigudot} \NC \bigudot \NC\NR
\NC \tex{biguplus} \NC \biguplus \NC\NR
\NC \tex{bigsqcap} \NC \bigsqcap \NC\NR
\NC \tex{bigsqcup} \NC \bigsqcup \NC\NR
\NC \tex{bigtimes} \NC \bigtimes \NC\NR
\NC \tex{prod} \NC \prod \NC\NR
\NC \tex{coprod} \NC \coprod \NC\NR
\NC \tex{sum} \NC \sum \NC\NR
\NC \tex{oint} \NC \oint \NC\NR
\NC \tex{oiint} \NC \oiint \NC\NR
\NC \tex{oiiint} \NC \oiiint \NC\NR
\NC \tex{intclockwise} \NC \intclockwise \NC\NR
\NC \tex{ointclockwise} \NC \ointclockwise \NC\NR
\NC \tex{ointctrclockwise} \NC \ointctrclockwise \NC\NR
\NC \tex{bigwedge} \NC \bigwedge \NC\NR
\NC \tex{bigvee} \NC \bigvee \NC\NR
\NC \tex{bigcap} \NC \bigcap \NC\NR
\NC \tex{bigcup} \NC \bigcup \NC\NR
\stoptabulate

\subject{nothing}

\starttabulate[|T|m|]
\NC \tex{backslash} \NC \backslash \NC\NR
\NC \tex{yen} \NC \yen \NC\NR
\NC \tex{checkmark} \NC \checkmark \NC\NR
\NC \tex{maltese} \NC \maltese \NC\NR
\NC \tex{prime} \NC \prime \NC\NR
\NC \tex{doubleprime} \NC \doubleprime \NC\NR
\NC \tex{tripleprime} \NC \tripleprime \NC\NR
\NC \tex{reversedprime} \NC \reversedprime \NC\NR
\NC \tex{reverseddoubleprime} \NC \reverseddoubleprime \NC\NR
\NC \tex{reversedtripleprime} \NC \reversedtripleprime \NC\NR
\NC \tex{differentialD} \NC \differentialD \NC\NR
\NC \tex{differentiald} \NC \differentiald \NC\NR
\NC \tex{exponentiale} \NC \exponentiale \NC\NR
\NC \tex{imaginaryi} \NC \imaginaryi \NC\NR
\NC \tex{imaginaryj} \NC \imaginaryj \NC\NR
\NC \tex{quadrupleprime} \NC \quadrupleprime \NC\NR
\stoptabulate

\subject{ordinary}

\starttabulate[|T|m|]
\NC \tex{eth} \NC \eth \NC\NR
\NC \tex{forall} \NC \forall \NC\NR
\NC \tex{complement} \NC \complement \NC\NR
\NC \tex{exists} \NC \exists \NC\NR
\NC \tex{nexists} \NC \nexists \NC\NR
\NC \tex{bigstar} \NC \bigstar \NC\NR
\NC \tex{varkappa} \NC \varkappa \NC\NR
\NC \tex{rightangle} \NC \rightangle \NC\NR
\NC \tex{angle} \NC \angle \NC\NR
\NC \tex{measuredangle} \NC \measuredangle \NC\NR
\NC \tex{sphericalangle} \NC \sphericalangle \NC\NR
\NC \tex{Finv} \NC \Finv \NC\NR
\NC \tex{Game} \NC \Game \NC\NR
\NC \tex{PropertyLine} \NC \PropertyLine \NC\NR
\NC \tex{blacklozenge} \NC \blacklozenge \NC\NR
\NC \tex{blacksquare} \NC \blacksquare \NC\NR
\NC \tex{updownarrowbar} \NC \updownarrowbar \NC\NR
\NC \tex{linefeed} \NC \linefeed \NC\NR
\NC \tex{carriagereturn} \NC \carriagereturn \NC\NR
\NC \tex{circledR} \NC \circledR \NC\NR
\NC \tex{circledS} \NC \circledS \NC\NR
\NC \tex{lozenge} \NC \lozenge \NC\NR
\NC \tex{backprime} \NC \backprime \NC\NR
\NC \tex{leftwhitearrow} \NC \leftwhitearrow \NC\NR
\NC \tex{upwhitearrow} \NC \upwhitearrow \NC\NR
\NC \tex{rightwhitearrow} \NC \rightwhitearrow \NC\NR
\NC \tex{downwhitearrow} \NC \downwhitearrow \NC\NR
\NC \tex{whitearrowupfrombar} \NC \whitearrowupfrombar \NC\NR
\stoptabulate

\subject{relation}

\starttabulate[|T|m|]
\NC \tex{lt} \NC \lt \NC\NR
\NC \tex{gt} \NC \gt \NC\NR
\NC \tex{not} \NC \not \NC\NR
\NC \tex{nVleftrightarrow} \NC \nVleftrightarrow \NC\NR
\NC \tex{longmapsto} \NC \longmapsto \NC\NR
\NC \tex{leftarrowtriangle} \NC \leftarrowtriangle \NC\NR
\NC \tex{Longmapsfrom} \NC \Longmapsfrom \NC\NR
\NC \tex{rightarrowtriangle} \NC \rightarrowtriangle \NC\NR
\NC \tex{Longmapsto} \NC \Longmapsto \NC\NR
\NC \tex{leftrightarrowtriangle} \NC \leftrightarrowtriangle \NC\NR
\NC \tex{longrightsquigarrow} \NC \longrightsquigarrow \NC\NR
\NC \tex{Mapsfrom} \NC \Mapsfrom \NC\NR
\NC \tex{Mapsto} \NC \Mapsto \NC\NR
\NC \tex{in} \NC \in \NC\NR
\NC \tex{Uuparrow} \NC \Uuparrow \NC\NR
\NC \tex{Ddownarrow} \NC \Ddownarrow \NC\NR
\NC \tex{dashedleftarrow} \NC \dashedleftarrow \NC\NR
\NC \tex{dashedrightarrow} \NC \dashedrightarrow \NC\NR
\NC \tex{dottedrightarrow} \NC \dottedrightarrow \NC\NR
\NC \tex{twoheadrightarrowtail} \NC \twoheadrightarrowtail \NC\NR
\NC \tex{propto} \NC \propto \NC\NR
\NC \tex{nwsearrow} \NC \nwsearrow \NC\NR
\NC \tex{frown} \NC \frown \NC\NR
\NC \tex{neswarrow} \NC \neswarrow \NC\NR
\NC \tex{smile} \NC \smile \NC\NR
\NC \tex{lhooknwarrow} \NC \lhooknwarrow \NC\NR
\NC \tex{rhooknearrow} \NC \rhooknearrow \NC\NR
\NC \tex{lhooksearrow} \NC \lhooksearrow \NC\NR
\NC \tex{nparallel} \NC \nparallel \NC\NR
\NC \tex{rhookswarrow} \NC \rhookswarrow \NC\NR
\NC \tex{therefore} \NC \therefore \NC\NR
\NC \tex{because} \NC \because \NC\NR
\NC \tex{squaredots} \NC \squaredots \NC\NR
\NC \tex{minuscolon} \NC \minuscolon \NC\NR
\NC \tex{sim} \NC \sim \NC\NR
\NC \tex{backsim} \NC \backsim \NC\NR
\NC \tex{nsim} \NC \nsim \NC\NR
\NC \tex{eqsim} \NC \eqsim \NC\NR
\NC \tex{simeq} \NC \simeq \NC\NR
\NC \tex{nsimeq} \NC \nsimeq \NC\NR
\NC \tex{approxnEq} \NC \approxnEq \NC\NR
\NC \tex{approx} \NC \approx \NC\NR
\NC \tex{napprox} \NC \napprox \NC\NR
\NC \tex{approxeq} \NC \approxeq \NC\NR
\NC \tex{asymp} \NC \asymp \NC\NR
\NC \tex{Bumpeq} \NC \Bumpeq \NC\NR
\NC \tex{doteq} \NC \doteq \NC\NR
\NC \tex{fallingdotseq} \NC \fallingdotseq \NC\NR
\NC \tex{risingdotseq} \NC \risingdotseq \NC\NR
\NC \tex{colonequals} \NC \colonequals \NC\NR
\NC \tex{equalscolon} \NC \equalscolon \NC\NR
\NC \tex{eqcirc} \NC \eqcirc \NC\NR
\NC \tex{circeq} \NC \circeq \NC\NR
\NC \tex{wedgeeq} \NC \wedgeeq \NC\NR
\NC \tex{veeeq} \NC \veeeq \NC\NR
\NC \tex{stareq} \NC \stareq \NC\NR
\NC \tex{triangleq} \NC \triangleq \NC\NR
\NC \tex{definedeq} \NC \definedeq \NC\NR
\NC \tex{measuredeq} \NC \measuredeq \NC\NR
\NC \tex{questionedeq} \NC \questionedeq \NC\NR
\NC \tex{equiv} \NC \equiv \NC\NR
\NC \tex{nequiv} \NC \nequiv \NC\NR
\NC \tex{leqq} \NC \leqq \NC\NR
\NC \tex{geqq} \NC \geqq \NC\NR
\NC \tex{lneqq} \NC \lneqq \NC\NR
\NC \tex{gneqq} \NC \gneqq \NC\NR
\NC \tex{ll} \NC \ll \NC\NR
\NC \tex{gg} \NC \gg \NC\NR
\NC \tex{between} \NC \between \NC\NR
\NC \tex{nasymp} \NC \nasymp \NC\NR
\NC \tex{nless} \NC \nless \NC\NR
\NC \tex{ngtr} \NC \ngtr \NC\NR
\NC \tex{nleq} \NC \nleq \NC\NR
\NC \tex{ngeq} \NC \ngeq \NC\NR
\NC \tex{lesssim} \NC \lesssim \NC\NR
\NC \tex{gtrsim} \NC \gtrsim \NC\NR
\NC \tex{nlesssim} \NC \nlesssim \NC\NR
\NC \tex{coloncolonequals} \NC \coloncolonequals \NC\NR
\NC \tex{ngtrsim} \NC \ngtrsim \NC\NR
\NC \tex{lessgtr} \NC \lessgtr \NC\NR
\NC \tex{gtrless} \NC \gtrless \NC\NR
\NC \tex{nlessgtr} \NC \nlessgtr \NC\NR
\NC \tex{ngtrless} \NC \ngtrless \NC\NR
\NC \tex{prec} \NC \prec \NC\NR
\NC \tex{succ} \NC \succ \NC\NR
\NC \tex{preccurlyeq} \NC \preccurlyeq \NC\NR
\NC \tex{succcurlyeq} \NC \succcurlyeq \NC\NR
\NC \tex{leqslant} \NC \leqslant \NC\NR
\NC \tex{precsim} \NC \precsim \NC\NR
\NC \tex{geqslant} \NC \geqslant \NC\NR
\NC \tex{succsim} \NC \succsim \NC\NR
\NC \tex{nprec} \NC \nprec \NC\NR
\NC \tex{nsucc} \NC \nsucc \NC\NR
\NC \tex{subset} \NC \subset \NC\NR
\NC \tex{supset} \NC \supset \NC\NR
\NC \tex{nsubset} \NC \nsubset \NC\NR
\NC \tex{nsupset} \NC \nsupset \NC\NR
\NC \tex{lessapprox} \NC \lessapprox \NC\NR
\NC \tex{subseteq} \NC \subseteq \NC\NR
\NC \tex{gtrapprox} \NC \gtrapprox \NC\NR
\NC \tex{supseteq} \NC \supseteq \NC\NR
\NC \tex{lneq} \NC \lneq \NC\NR
\NC \tex{nsubseteq} \NC \nsubseteq \NC\NR
\NC \tex{rneq} \NC \rneq \NC\NR
\NC \tex{nsupseteq} \NC \nsupseteq \NC\NR
\NC \tex{lnapprox} \NC \lnapprox \NC\NR
\NC \tex{subsetneq} \NC \subsetneq \NC\NR
\NC \tex{gnapprox} \NC \gnapprox \NC\NR
\NC \tex{supsetneq} \NC \supsetneq \NC\NR
\NC \tex{lesseqqgtr} \NC \lesseqqgtr \NC\NR
\NC \tex{gtreqqless} \NC \gtreqqless \NC\NR
\NC \tex{mapstochar} \NC \mapstochar \NC\NR
\NC \tex{lhook} \NC \lhook \NC\NR
\NC \tex{mapsfromchar} \NC \mapsfromchar \NC\NR
\NC \tex{ctxdoublearrowfillleftend} \NC \ctxdoublearrowfillleftend \NC\NR
\NC \tex{sqsubset} \NC \sqsubset \NC\NR
\NC \tex{sqsupset} \NC \sqsupset \NC\NR
\NC \tex{uparrow} \NC \uparrow \NC\NR
\NC \tex{downarrow} \NC \downarrow \NC\NR
\NC \tex{leftrightarrow} \NC \leftrightarrow \NC\NR
\NC \tex{updownarrow} \NC \updownarrow \NC\NR
\NC \tex{eqslantless} \NC \eqslantless \NC\NR
\NC \tex{nwarrow} \NC \nwarrow \NC\NR
\NC \tex{eqslantgtr} \NC \eqslantgtr \NC\NR
\NC \tex{nearrow} \NC \nearrow \NC\NR
\NC \tex{searrow} \NC \searrow \NC\NR
\NC \tex{swarrow} \NC \swarrow \NC\NR
\NC \tex{nleftarrow} \NC \nleftarrow \NC\NR
\NC \tex{nrightarrow} \NC \nrightarrow \NC\NR
\NC \tex{leftwavearrow} \NC \leftwavearrow \NC\NR
\NC \tex{rightwavearrow} \NC \rightwavearrow \NC\NR
\NC \tex{twoheadleftarrow} \NC \twoheadleftarrow \NC\NR
\NC \tex{twoheaduparrow} \NC \twoheaduparrow \NC\NR
\NC \tex{twoheadrightarrow} \NC \twoheadrightarrow \NC\NR
\NC \tex{twoheaddownarrow} \NC \twoheaddownarrow \NC\NR
\NC \tex{leftarrowtail} \NC \leftarrowtail \NC\NR
\NC \tex{vdash} \NC \vdash \NC\NR
\NC \tex{rightarrowtail} \NC \rightarrowtail \NC\NR
\NC \tex{dashv} \NC \dashv \NC\NR
\NC \tex{mapsfrom} \NC \mapsfrom \NC\NR
\NC \tex{mapsup} \NC \mapsup \NC\NR
\NC \tex{mapsto} \NC \mapsto \NC\NR
\NC \tex{mapsdown} \NC \mapsdown \NC\NR
\NC \tex{models} \NC \models \NC\NR
\NC \tex{vDash} \NC \vDash \NC\NR
\NC \tex{hookleftarrow} \NC \hookleftarrow \NC\NR
\NC \tex{Vdash} \NC \Vdash \NC\NR
\NC \tex{hookrightarrow} \NC \hookrightarrow \NC\NR
\NC \tex{Vvdash} \NC \Vvdash \NC\NR
\NC \tex{looparrowleft} \NC \looparrowleft \NC\NR
\NC \tex{VDash} \NC \VDash \NC\NR
\NC \tex{looparrowright} \NC \looparrowright \NC\NR
\NC \tex{nvdash} \NC \nvdash \NC\NR
\NC \tex{leftrightsquigarrow} \NC \leftrightsquigarrow \NC\NR
\NC \tex{nvDash} \NC \nvDash \NC\NR
\NC \tex{ctxdoublearrowfillrightend} \NC \ctxdoublearrowfillrightend \NC\NR
\NC \tex{ctxdoublearrowfillmiddlepart} \NC \ctxdoublearrowfillmiddlepart \NC\NR
\NC \tex{rhook} \NC \rhook \NC\NR
\NC \tex{nleftrightarrow} \NC \nleftrightarrow \NC\NR
\NC \tex{nVdash} \NC \nVdash \NC\NR
\NC \tex{downzigzagarrow} \NC \downzigzagarrow \NC\NR
\NC \tex{nVDash} \NC \nVDash \NC\NR
\NC \tex{preceq} \NC \preceq \NC\NR
\NC \tex{Lsh} \NC \Lsh \NC\NR
\NC \tex{succeq} \NC \succeq \NC\NR
\NC \tex{Rsh} \NC \Rsh \NC\NR
\NC \tex{precneq} \NC \precneq \NC\NR
\NC \tex{Ldsh} \NC \Ldsh \NC\NR
\NC \tex{succneq} \NC \succneq \NC\NR
\NC \tex{Rdsh} \NC \Rdsh \NC\NR
\NC \tex{preceqq} \NC \preceqq \NC\NR
\NC \tex{succeqq} \NC \succeqq \NC\NR
\NC \tex{precneqq} \NC \precneqq \NC\NR
\NC \tex{curvearrowleft} \NC \curvearrowleft \NC\NR
\NC \tex{succneqq} \NC \succneqq \NC\NR
\NC \tex{curvearrowright} \NC \curvearrowright \NC\NR
\NC \tex{precapprox} \NC \precapprox \NC\NR
\NC \tex{barovernorthwestarrow} \NC \barovernorthwestarrow \NC\NR
\NC \tex{multimap} \NC \multimap \NC\NR
\NC \tex{succapprox} \NC \succapprox \NC\NR
\NC \tex{barleftarrowrightarrowbar} \NC \barleftarrowrightarrowbar \NC\NR
\NC \tex{precnapprox} \NC \precnapprox \NC\NR
\NC \tex{succnapprox} \NC \succnapprox \NC\NR
\NC \tex{leftharpoonup} \NC \leftharpoonup \NC\NR
\NC \tex{leftharpoondown} \NC \leftharpoondown \NC\NR
\NC \tex{upharpoonleft} \NC \upharpoonleft \NC\NR
\NC \tex{rightharpoonup} \NC \rightharpoonup \NC\NR
\NC \tex{rightharpoondown} \NC \rightharpoondown \NC\NR
\NC \tex{downharpoonright} \NC \downharpoonright \NC\NR
\NC \tex{downharpoonleft} \NC \downharpoonleft \NC\NR
\NC \tex{rightleftarrows} \NC \rightleftarrows \NC\NR
\NC \tex{updownarrows} \NC \updownarrows \NC\NR
\NC \tex{subseteqq} \NC \subseteqq \NC\NR
\NC \tex{leftrightarrows} \NC \leftrightarrows \NC\NR
\NC \tex{supseteqq} \NC \supseteqq \NC\NR
\NC \tex{leftleftarrows} \NC \leftleftarrows \NC\NR
\NC \tex{upuparrows} \NC \upuparrows \NC\NR
\NC \tex{rightrightarrows} \NC \rightrightarrows \NC\NR
\NC \tex{downdownarrows} \NC \downdownarrows \NC\NR
\NC \tex{leftrightharpoons} \NC \leftrightharpoons \NC\NR
\NC \tex{subsetneqq} \NC \subsetneqq \NC\NR
\NC \tex{rightleftharpoons} \NC \rightleftharpoons \NC\NR
\NC \tex{supsetneqq} \NC \supsetneqq \NC\NR
\NC \tex{nLeftarrow} \NC \nLeftarrow \NC\NR
\NC \tex{nLeftrightarrow} \NC \nLeftrightarrow \NC\NR
\NC \tex{nRightarrow} \NC \nRightarrow \NC\NR
\NC \tex{Leftarrow} \NC \Leftarrow \NC\NR
\NC \tex{Subset} \NC \Subset \NC\NR
\NC \tex{Uparrow} \NC \Uparrow \NC\NR
\NC \tex{Supset} \NC \Supset \NC\NR
\NC \tex{Downarrow} \NC \Downarrow \NC\NR
\NC \tex{Leftrightarrow} \NC \Leftrightarrow \NC\NR
\NC \tex{pitchfork} \NC \pitchfork \NC\NR
\NC \tex{Updownarrow} \NC \Updownarrow \NC\NR
\NC \tex{Nwarrow} \NC \Nwarrow \NC\NR
\NC \tex{Nearrow} \NC \Nearrow \NC\NR
\NC \tex{Searrow} \NC \Searrow \NC\NR
\NC \tex{Swarrow} \NC \Swarrow \NC\NR
\NC \tex{Lleftarrow} \NC \Lleftarrow \NC\NR
\NC \tex{lesseqgtr} \NC \lesseqgtr \NC\NR
\NC \tex{Rrightarrow} \NC \Rrightarrow \NC\NR
\NC \tex{gtreqless} \NC \gtreqless \NC\NR
\NC \tex{leftsquigarrow} \NC \leftsquigarrow \NC\NR
\NC \tex{eqless} \NC \eqless \NC\NR
\NC \tex{eqgtr} \NC \eqgtr \NC\NR
\NC \tex{nHuparrow} \NC \nHuparrow \NC\NR
\NC \tex{curlyeqprec} \NC \curlyeqprec \NC\NR
\NC \tex{nHdownarrow} \NC \nHdownarrow \NC\NR
\NC \tex{curlyeqsucc} \NC \curlyeqsucc \NC\NR
\NC \tex{leftdasharrow} \NC \leftdasharrow \NC\NR
\NC \tex{npreccurlyeq} \NC \npreccurlyeq \NC\NR
\NC \tex{updasharrow} \NC \updasharrow \NC\NR
\NC \tex{nsucccurlyeq} \NC \nsucccurlyeq \NC\NR
\NC \tex{nsqsubseteq} \NC \nsqsubseteq \NC\NR
\NC \tex{downdasharrow} \NC \downdasharrow \NC\NR
\NC \tex{nsqsupseteq} \NC \nsqsupseteq \NC\NR
\NC \tex{barleftarrow} \NC \barleftarrow \NC\NR
\NC \tex{sqsubsetneq} \NC \sqsubsetneq \NC\NR
\NC \tex{rightarrowbar} \NC \rightarrowbar \NC\NR
\NC \tex{sqsupsetneq} \NC \sqsupsetneq \NC\NR
\NC \tex{lnsim} \NC \lnsim \NC\NR
\NC \tex{gnsim} \NC \gnsim \NC\NR
\NC \tex{precnsim} \NC \precnsim \NC\NR
\NC \tex{succnsim} \NC \succnsim \NC\NR
\NC \tex{ntriangleright} \NC \ntriangleright \NC\NR
\NC \tex{ntriangleleft} \NC \ntriangleleft \NC\NR
\NC \tex{ntrianglelefteq} \NC \ntrianglelefteq \NC\NR
\NC \tex{ntrianglerighteq} \NC \ntrianglerighteq \NC\NR
\NC \tex{circleonrightarrow} \NC \circleonrightarrow \NC\NR
\NC \tex{downuparrows} \NC \downuparrows \NC\NR
\NC \tex{longleftarrow} \NC \longleftarrow \NC\NR
\NC \tex{rightthreearrows} \NC \rightthreearrows \NC\NR
\NC \tex{longrightarrow} \NC \longrightarrow \NC\NR
\NC \tex{nvleftarrow} \NC \nvleftarrow \NC\NR
\NC \tex{longleftrightarrow} \NC \longleftrightarrow \NC\NR
\NC \tex{nvrightarrow} \NC \nvrightarrow \NC\NR
\NC \tex{Longleftarrow} \NC \Longleftarrow \NC\NR
\NC \tex{nvleftrightarrow} \NC \nvleftrightarrow \NC\NR
\NC \tex{Longrightarrow} \NC \Longrightarrow \NC\NR
\NC \tex{nVleftarrow} \NC \nVleftarrow \NC\NR
\NC \tex{Longleftrightarrow} \NC \Longleftrightarrow \NC\NR
\NC \tex{nVrightarrow} \NC \nVrightarrow \NC\NR
\NC \tex{longmapsfrom} \NC \longmapsfrom \NC\NR
\stoptabulate

\subject{open}

\starttabulate[|T|m|]
\NC \tex{lparent} \NC \lparent \NC\NR
\NC \tex{lbracket} \NC \lbracket \NC\NR
\NC \tex{lbrace} \NC \lbrace \NC\NR
\NC \tex{lfloor} \NC \lfloor \NC\NR
\NC \tex{ulcorner} \NC \ulcorner \NC\NR
\NC \tex{llcorner} \NC \llcorner \NC\NR
\NC \tex{lmoustache} \NC \lmoustache \NC\NR
\NC \tex{llbracket} \NC \llbracket \NC\NR
\NC \tex{langle} \NC \langle \NC\NR
\NC \tex{llangle} \NC \llangle \NC\NR
\NC \tex{lgroup} \NC \lgroup \NC\NR
\stoptabulate

\subject{close}

\starttabulate[|T|m|]
\NC \tex{rparent} \NC \rparent \NC\NR
\NC \tex{rbracket} \NC \rbracket \NC\NR
\NC \tex{rbrace} \NC \rbrace \NC\NR
\NC \tex{rfloor} \NC \rfloor \NC\NR
\NC \tex{urcorner} \NC \urcorner \NC\NR
\NC \tex{lrcorner} \NC \lrcorner \NC\NR
\NC \tex{rmoustache} \NC \rmoustache \NC\NR
\NC \tex{rrbracket} \NC \rrbracket \NC\NR
\NC \tex{rangle} \NC \rangle \NC\NR
\NC \tex{rrangle} \NC \rrangle \NC\NR
\NC \tex{rgroup} \NC \rgroup \NC\NR
\stoptabulate

\subject{botaccent}

\starttabulate[|T|m|]
\NC \tex{underbracket} \NC \underbracket{} \NC\NR
\NC \tex{underparent} \NC \underparent{} \NC\NR
\NC \tex{underbrace} \NC \underbrace{} \NC\NR
\stoptabulate

\subject{topaccent}

\starttabulate[|T|m|]
\NC \tex{grave} \NC \grave{x} \NC\NR
\NC \tex{ddot} \NC \ddot{x} \NC\NR
\NC \tex{bar} \NC \bar{x} \NC\NR
\NC \tex{acute} \NC \acute{x} \NC\NR
\NC \tex{hat} \NC \hat{x} \NC\NR
\NC \tex{check} \NC \check{x} \NC\NR
\NC \tex{breve} \NC \breve{x} \NC\NR
\NC \tex{dot} \NC \dot{x} \NC\NR
\NC \tex{mathring} \NC \mathring{x} \NC\NR
\NC \tex{tilde} \NC \tilde{x} \NC\NR
\NC \tex{widehat} \NC \widehat{x} \NC\NR
\NC \tex{widetilde} \NC \widetilde{x} \NC\NR
\NC \tex{smallactuarial} \NC \smallactuarial{x} \NC\NR
\NC \tex{overbracket} \NC \overbracket{x} \NC\NR
\NC \tex{vec} \NC \vec{x} \NC\NR
\NC \tex{dddot} \NC \dddot{x} \NC\NR
\NC \tex{overparent} \NC \overparent{x} \NC\NR
\NC \tex{overbrace} \NC \overbrace{x} \NC\NR
\NC \tex{actuarial} \NC \actuarial{x} \NC\NR
\stoptabulate

\stoptext

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2014-11-26 17:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-26 17:34 Is there an overview of getting mathematical symbols in ConTeXt? Gerben Wierda
2014-11-26 17:40 ` Wolfgang Schuster

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