mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-22 22:09:45 +01:00
14 lines
296 B
TeX
14 lines
296 B
TeX
% \usepackage[utf8]{inputenc}
|
|
% \DeclareUnicodeCharacter{2605}{\ensuremath{\star}}
|
|
%
|
|
\usepackage{fontspec}
|
|
\usepackage{newunicodechar}
|
|
|
|
\newfontfamily\symbolafont{Symbola}
|
|
|
|
% U+2605 BLACK STAR
|
|
\newunicodechar{★}{{\symbolafont ★}}
|
|
|
|
% U+2606 WHITE STAR
|
|
\newunicodechar{☆}{{\symbolafont ☆}}
|