@drghaliasri/butex 5.5.3 → 5.5.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.
@@ -3,7 +3,7 @@ type EditorNodeKind = 'char' | 'number' | 'operator' | 'delimiter' | 'frac' | 's
3
3
  type MatrixEnvStyle = 'matrix' | 'pmatrix' | 'bmatrix' | 'Bmatrix' | 'vmatrix' | 'Vmatrix';
4
4
  type GridEnvName = MatrixEnvStyle | 'array' | 'aligned';
5
5
  type EnvColumnAlignment = 'l' | 'c' | 'r';
6
- type CharacterFontId = 'default' | 'takween' | 'diwani' | 'diwaniOutline';
6
+ type CharacterFontId = 'default' | 'takween' | 'diwani' | 'diwaniOutline' | 'maghribi';
7
7
  type DigitFormId = 'western' | 'arabicIndic' | 'persianIndic';
8
8
  type EditorSyncState = 'synced' | 'diverged';
9
9
  type EditorChain = {
@@ -674,7 +674,6 @@ declare function bibliographyEntryLatex(reference: Reference2): string;
674
674
  */
675
675
  declare function absoluteHttpHref(url: string): string;
676
676
 
677
- /** Arabic XeLaTeX preamble fragments for full-document export. */
678
677
  type ArabicDigitsMapping = 'arabicdigits' | 'digits';
679
678
  type ArabicXeLatexPreambleOptions = {
680
679
  digitsMapping?: ArabicDigitsMapping;
@@ -3,7 +3,7 @@ type EditorNodeKind = 'char' | 'number' | 'operator' | 'delimiter' | 'frac' | 's
3
3
  type MatrixEnvStyle = 'matrix' | 'pmatrix' | 'bmatrix' | 'Bmatrix' | 'vmatrix' | 'Vmatrix';
4
4
  type GridEnvName = MatrixEnvStyle | 'array' | 'aligned';
5
5
  type EnvColumnAlignment = 'l' | 'c' | 'r';
6
- type CharacterFontId = 'default' | 'takween' | 'diwani' | 'diwaniOutline';
6
+ type CharacterFontId = 'default' | 'takween' | 'diwani' | 'diwaniOutline' | 'maghribi';
7
7
  type DigitFormId = 'western' | 'arabicIndic' | 'persianIndic';
8
8
  type EditorSyncState = 'synced' | 'diverged';
9
9
  type EditorChain = {
@@ -674,7 +674,6 @@ declare function bibliographyEntryLatex(reference: Reference2): string;
674
674
  */
675
675
  declare function absoluteHttpHref(url: string): string;
676
676
 
677
- /** Arabic XeLaTeX preamble fragments for full-document export. */
678
677
  type ArabicDigitsMapping = 'arabicdigits' | 'digits';
679
678
  type ArabicXeLatexPreambleOptions = {
680
679
  digitsMapping?: ArabicDigitsMapping;