I'm trying to use the Armenian character "Շ" (U+0547), but I don't know any package with Armenian font, does anyone knows such a package?
Jether
Fonts & Character Sets ⇒ UTF-8 and Armenian Character U+0547
NEW: TikZ book now 40% off at Amazon.com for a short time.
UTF-8 and Armenian Character U+0547
You can use XeTeX. Just create UTF8-encoded file test.tex:
... and use command xelatex test.tex to get test.pdf.
Code: Select all
\documentclass{article}
\usepackage{xltxtra}
\setmainfont{Times New Roman} % or any other font from your system fonts
\begin{document}
% Put here any Armenian unicode characters directly
\end{document}
- Stefan Kottwitz
- Site Admin
- Posts: 10323
- Joined: Mon Mar 10, 2008 9:44 pm