1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-07-14 15:20:23 +03:00
wiwinwlh/resources/unicodemapping.tex
2020-01-26 10:50:52 +00:00

20 lines
721 B
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\newcommand{\sbullet}{%
\texorpdfstring{\textsbullet}{\textbullet}%
}
\DeclareRobustCommand{\textsbullet}{%
\unskip~\,\begin{picture}(1,1)(0,-3)\circle*{3}\end{picture}\ %
}
\usepackage{newunicodechar}
\newunicodechar{}{\ensuremath{\bot}}
\newunicodechar{}{\ensuremath{\top}}
\newunicodechar{}{\ensuremath{\vee}}
\newunicodechar{}{\ensuremath{\wedge}}
\newunicodechar{}{\ensuremath{\Rightarrow}}
\newunicodechar{}{\ensuremath{\sbullet}}
\newunicodechar{λ}{\ensuremath{\lambda}}
\newunicodechar{Λ}{\ensuremath{\Lambda}}
\newunicodechar{}{\ensuremath{\blacksquare}}
\newunicodechar{μ}{\ensuremath{\mu}}
\newunicodechar{}{\ensuremath{\mathbb{N}}}
\newunicodechar{}{\ensuremath{\checkmark}}