Closed abdmurid closed 4 years ago
It would be helpful if you would explain (a) what you expected should happen, and (b) what happened. If something doesn't look correct, please include graphics.
We did notice that your text includes U+06E5 ARABIC SMALL WAW which is not supported by the font, so that character is probably being rendered with a different font.
HI
Thank you for your reply and and sorry for the incomplete description.
Yes the issue is about the small waw necessary is this coranic sentence. It is rendered this way what is not really expected :
Do you have any hint to get it properly rendered even in another font ?
Best regards
alioune
Le 13 juil. 2020 à 18:02, Bob Hallissy notifications@github.com a écrit :
It would be helpful if you would explain (a) what you expected should happen, and (b) what happened. If something doesn't look correct, please include graphics.
We did notice that your text includes U+06E5 ARABIC SMALL WAW which is not supported by the font, so that character is probably being rendered with a different font.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/silnrsi/font-alkalami/issues/2#issuecomment-657646727, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFS3ILNV3CMA4DKN5GQAADR3MV2FANCNFSM4OYK3ZPA.
I still don't see any graphic in your reply. But I'll guess it is being rendered as Can you confirm?
Yes I confirm. I don’t know why my screen shots don’t go neither in github nor in email. Sorry for that. I try once again
Le 13 juil. 2020 à 18:29, Bob Hallissy notifications@github.com a écrit :
I still don't see any graphic in your reply. But I'll guess it is being rendered as https://user-images.githubusercontent.com/6842108/87328910-73f8be80-c4f3-11ea-9733-ed9e073c9ef7.png Can you confirm?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/silnrsi/font-alkalami/issues/2#issuecomment-657660762, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFS3IPA37IFPL7BGSMHKWDR3MY5VANCNFSM4OYK3ZPA.
I don't think we'll be updating Alkalami any time soon. I'm not really familiar with LuaTeX, but even if you can do a font substitution I would think it would look bad. One option would be to write a macro that converts U+06E5 to U+0648 and resize it small. That is all I can think of for you to do at the moment.
Since the font does not support any of the other quranic marks I suspect you will run into this issue for other characters. Alkalami was designed for modern orthographies.
Thank you.
Le 13 juil. 2020 à 19:09, Lorna Evans notifications@github.com a écrit :
I don't think we'll be updating Alkalami any time soon. I'm not really familiar with LuaTeX, but even if you can do a font substitution I would think it would look bad. One option would be to write a macron that converts U+06E5 to U+0648 and resize it small. That is all I can think of for you to do at the moment.
Since the font does not support any of the other quranic marks I suspect you will run into this issue for other characters. Alkalami was designed for modern orthographies.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/silnrsi/font-alkalami/issues/2#issuecomment-657681118, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFS3IIYQSTFSOPX4KS5UG3R3M5VDANCNFSM4OYK3ZPA.
I've added this to our project as a character we may wish to consider adding in the future.
Good morning Lorna,
Great. Extending the character set would be excellent as it is one of the few with we call open-eyed letters (all letters have their internal parts clearly drawn) and we really need it for Quran in western Africa.
Looking forward to hearing from your endeavour
Kindest regards
Le 13 juil. 2020 à 21:00, Lorna Evans notifications@github.com a écrit :
I've added this to our project as a character we may wish to consider adding in the future.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/silnrsi/font-alkalami/issues/2#issuecomment-657735051, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFS3IK5B7HR7ROEZM4J673R3NKWHANCNFSM4OYK3ZPA.
Hi
First of all tribute for your work on this package.
I am facing an issue as the following small example gives weird output. Could you pleas help on this ?
**\documentclass{article}
\usepackage{arabluatex} \usepackage[uthmani,nonumber]{quran}
\newfontfamily\arabicfont{Alkalami light}[Script=Arabic,Scale=2.06]
\begin{document}
\begin{txarab} وَإِذَا المَوءۥدَةُ سُئِلَت \end{txarab}
\end{document}**
Thank you so much !
Kindest regards
Alioune DIAGNE