Is it possible to uje Azerbaijani language in AMC LaTex?

Added by Jamila Aliyeva about 1 month ago

I was able to use azerbaijani language but i got some issues with the Ə ə letter, I was able to use small letter with the help of {tikz} package, \newunicodechar{ə}{\textipa{@}}. but how can I use uppercase? so if I use MakeUppercsse all letters are upper except the Ə


Replies (3)

RE: Is it possible to uje Azerbaijani language in AMC LaTex? - Added by Jamila Aliyeva about 1 month ago

I wasnt able to handle this way that you suggest, so I did it like that,

\newunicodechar{Ə}{\textazeriSchwa}
\newunicodechar{ə}{\textazerischwa}

\DeclareRobustCommand{\textazerischwa}{%
  {\fontencoding{T2A}\selectfont\symbol{"BA}}%
}

\DeclareRobustCommand{\textazeriSchwa}{%
  {\fontencoding{T2A}\selectfont\symbol{"9A}}%
}

so actually it works for me, the main problem is when I insert images and want to add width, it shows width as a text, and not showing an image

RE: Is it possible to uje Azerbaijani language in AMC LaTex? - Added by Frédéric Bréal 30 days ago

Could you post a MWE ?

preamble
\usepackage{MWE} <-important
your commands \newunicode
\begin{document}
dummy text

\includegraphics[options]{example-image}

\end{document}

(1-3/3)