You can use XeTeX. Just create UTF8-encoded file test.tex:
\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 ...
Search found 2 matches
- Thu Feb 09, 2012 12:04 am
- Forum: Fonts & Character Sets
- Topic: UTF-8 and Armenian Character U+0547
- Replies: 2
- Views: 3108
- Wed Feb 08, 2012 11:53 pm
- Forum: Fonts & Character Sets
- Topic: Unicode in Math Mode
- Replies: 0
- Views: 2517
Unicode in Math Mode
Is there any way to use non-latin unicode characters in math mode?
XeTeX allows specifying unicode fonts for both text and math modes, so it is possible to use any cyrillic unicode character in text mode directly and without any additional packages. But not in math mode, where you still have to use ...
XeTeX allows specifying unicode fonts for both text and math modes, so it is possible to use any cyrillic unicode character in text mode directly and without any additional packages. But not in math mode, where you still have to use ...