TeX - LaTeX Asked on January 17, 2021
I use Unicode Hex Input on macOS Catalina, and have the MWE
documentclass{article}
usepackage[T1]{fontenc}
usepackage[utf8]{inputenc}
begin{document}
testꜵ
end{document}
However, my Texstudio does not show ꜵ, nor does the pdf it produces.
How may I produce the ꜵ with minimal additions?
Do not use either inputenc
or fontenc
with xetex or luatex so start by removing them,
then use fontspec
and specify any font that has these characters (eg you could use whichever font your browser picks to display the character).
I used the Windows Arial font here, as that has quite wide coverage.
documentclass{article}
usepackage{fontspec}
setmainfont{Arial}
begin{document}
testꜵ
end{document}
Answered by David Carlisle on January 17, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP