1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-09-11 12:05:25 +03:00
wiwinwlh/resources/unicodemapping.tex
Igal Tabachnik 8009d67678 Fixing missing unicode characters in rendered PDF (#177)
* Tweaking fonts to support unicode characters + making it pretty

* Adding unicode mapping to math symbols for missing characters

* Trying older ghc to fix the CI build issues
2020-01-17 16:01:01 +00:00

14 lines
500 B
TeX
Raw 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}}