katex4arabic 1.1.2 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,7 +20,8 @@
20
20
  | 🔢 أرقام عربية | تحويل تلقائي إلى عربية-هندية `٠١٢…٩` أو فارسية `۰۱۲…۹` |
21
21
  | 📐 ترجمة الدوال | `sin → جا`، `cos → جتا`، `lim → نها`، `log → لغ` … |
22
22
  | 🔤 ترجمة المتغيرات | `x → س`، `y → ص`، `dx → د س`، `e → هـ` … |
23
- | 🔄 عكس الرموز | تكامل ومجموع وجذر وأقواس ورموز مقارنة معكوسة بصرياً |
23
+ | 🔄 عكس الرموز | تكامل ومجموع وجذر وأقواس ورموز مقارنة ومجموعات وأسهم معكوسة بصرياً |
24
+ | 🔀 الدوال المتقطعة | قوس `cases` يُعرض يميناً بالأسلوب العربي عبر فئة `has-cases` التلقائية |
24
25
  | 🌙 وضع RTL كامل | المعادلة بأكملها تُقرأ من اليمين لليسار |
25
26
  | 📏 تكافؤ لاتيني | أحجام وخطوط أساس ومحاذاة مطابقة لتنسيق KaTeX اللاتيني |
26
27
  | 🎨 تخصيص بصري | متغيرات CSS + خيار `operatorScale` للتحكم الدقيق |
@@ -131,7 +132,7 @@ const KaTeXArabic = require('katex4arabic/bundle');
131
132
  const html = KaTeXArabic.renderToString('\\sin^2 x + \\cos^2 x = 1'); // ← افتراضياً: أرقام عربية + جا/جتا + RTL
132
133
  KaTeXArabic.render('\\int_0^1 x^2 dx', element); // (latex, element, options?)
133
134
  KaTeXArabic.toArabicNumerals('123'); // '١٢٣'
134
- KaTeXArabic.VERSION; // '1.1.2'
135
+ KaTeXArabic.VERSION; // '1.1.4'
135
136
  ```
136
137
 
137
138
  > الدليل التفصيلي: [docs/INSTALL.md](docs/INSTALL.md)