Fonts & Character SetsUTF-8 and Armenian Character U+0547

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
User avatar
Jether
Posts: 5
Joined: Sun Jun 26, 2011 1:10 am

UTF-8 and Armenian Character U+0547

Post by Jether »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

yuri-v
Posts: 2
Joined: Wed Feb 08, 2012 10:52 pm

UTF-8 and Armenian Character U+0547

Post by yuri-v »

You can use XeTeX. Just create UTF8-encoded file test.tex:

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}
... and use command xelatex test.tex to get test.pdf.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

UTF-8 and Armenian Character U+0547

Post by Stefan Kottwitz »

armtex is such a package.

Stefan
LaTeX.org admin
Post Reply