How it’s showing up in Anki:
What it should be is like this:
Any way to fix it?
How it’s showing up in Anki:
What it should be is like this:
Any way to fix it?
@abdo can you help?
I found a way to render Arabic using LaTeX if that’s acceptable for you.
Download the arabtex
package. If you’re on Windows you’ll find it in MikTeX.
Go to Tools > Manage Note types, select your notetype and click Options.
Modify the header text to be like this:
\documentclass[12pt]{article}
\special{papersize=3in,5in}
\usepackage[utf8]{inputenc}
\usepackage{amssymb,amsmath}
\usepackage{arabtex}
\usepackage{utf8}
\pagestyle{empty}
\setlength{\parindent}{0in}
\begin{document}
\setcode{utf8}
[$]a = \frac{f_{\RL{المحصلة}}}{m}[/$]
The display is not perfect but you can probably tweak it. Some more details here: Arabic - Overleaf, Online LaTeX Editor
It would be nice to be able to do this with MathJax. There is a package for that: GitHub - Edraak/arabic-mathjax: An extension for Arabic math support in MathJax.
I’ll try it and post an update here.
Thank you very much!
But it looks like it didn’t work really good for me.
I tired to install MikTex on Kubuntu but it didn’t work because of some locale issues.
So I tried it in Windows 11 and MikTex worked there no problems!
But when I tested this equation in Anki
[$]a = \frac{f_{\RL{المحصلة}}}{m}[/$]
The Arabic text didn’t appear, Probably an issue in my system because it worked for you it looks.
Anyways I am going to be waiting for the update post of MathJax arabic.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.