7 Apr
2022
7 Apr
'22
7:50 p.m.
Appreciated, Pablo. The output remains unjustified: https://i.ibb.co/dM9LFWZ/future-human.png $ find /usr/share/fonts/ -name "*Emoj*" /usr/share/fonts/emoji/OpenSansEmoji.otf $ context --version mtx-context | current version: 2022.04.01 09:37 $ cat ~/bin/fontcache #!/usr/bin/env bash fc-cache -fv mtxrun --generate mtxrun --script fonts --reload $ cat ~/bin/fontgrep #!/usr/bin/env bash mtxrun --script fonts --list --all --name $1 | cut -d" " -f1 $ fontgrep emoji identifier opensansemoji opensansemojinormal opensansemojiregular Any other suggestions? Thank you!