Forums » Using AMC (english) »
Is it possible to uje Azerbaijani language in AMC LaTex?
Added by Jamila Aliyeva 6 months 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 Frédéric Bréal 6 months ago
babel package : http://mirrors.ctan.org/macros/latex/contrib/babel-contrib/azerbaijani/azerbaijani.pdf
Download this file : https://gitlab.com/a10684/auto-multiple-choice/-/blob/master/I18N/auto-multiple-choice.pot?ref_type=heads
Translate et send the file to Alexis Bienvenüe.
RE: Is it possible to uje Azerbaijani language in AMC LaTex? - Added by Jamila Aliyeva 6 months 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 6 months 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)