diff options
-rw-r--r-- | arabluatex.dtx | 92 | ||||
-rw-r--r-- | arabluatex.ins | 25 | ||||
-rw-r--r-- | arabluatex.lua | 2 |
3 files changed, 103 insertions, 16 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index c4e6388..89501d9 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -374,7 +374,7 @@ | |||
374 | % \package{arabluatex}. | 374 | % \package{arabluatex}. |
375 | % | 375 | % |
376 | %\subsection{Typing Arabic} | 376 | %\subsection{Typing Arabic} |
377 | % \DescribeMacro{arb} Once \package{arabluatex} is loaded, a command | 377 | % \DescribeMacro{\arb} Once \package{arabluatex} is loaded, a command |
378 | % \cs{arb}\marg{Arabic text} is available for inserting Arabic text in | 378 | % \cs{arb}\marg{Arabic text} is available for inserting Arabic text in |
379 | % paragraphs, like so:--- | 379 | % paragraphs, like so:--- |
380 | % \iffalse | 380 | % \iffalse |
@@ -1399,7 +1399,7 @@ consonants, though three of them are also used as vowels | |||
1399 | % \iffalse | 1399 | % \iffalse |
1400 | %</example> | 1400 | %</example> |
1401 | % \fi % | 1401 | % \fi % |
1402 | % \DescribeMacro{abjad} Then you may use the command | 1402 | % \DescribeMacro{\abjad} Then you may use the command |
1403 | % \cs{abjad}\marg{number} in any of the |voc|, |fullvoc| and |novoc| | 1403 | % \cs{abjad}\marg{number} in any of the |voc|, |fullvoc| and |novoc| |
1404 | % modes, where \meta{number} may be any number between 1 and 1999, | 1404 | % modes, where \meta{number} may be any number between 1 and 1999, |
1405 | % like so:--- | 1405 | % like so:--- |
@@ -1474,7 +1474,7 @@ consonants, though three of them are also used as vowels | |||
1474 | % over them. This technique is used to distinguish further words that | 1474 | % over them. This technique is used to distinguish further words that |
1475 | % are proper names or book titles. | 1475 | % are proper names or book titles. |
1476 | % | 1476 | % |
1477 | % \DescribeMacro{aemph} One may use the command \cs{aemph}\marg{Arabic | 1477 | % \DescribeMacro{\aemph} One may use the command \cs{aemph}\marg{Arabic |
1478 | % text} to use the same technique to emphasize words, like so:--- | 1478 | % text} to use the same technique to emphasize words, like so:--- |
1479 | % \begin{quote} | 1479 | % \begin{quote} |
1480 | % |\abjad{45}:| |kitAbu-hu| |\aemph{fI| |'l-`AdAti}| | 1480 | % |\abjad{45}:| |kitAbu-hu| |\aemph{fI| |'l-`AdAti}| |
@@ -1522,7 +1522,7 @@ consonants, though three of them are also used as vowels | |||
1522 | % More standards will be included in future releases of | 1522 | % More standards will be included in future releases of |
1523 | % \package{arabluatex}. | 1523 | % \package{arabluatex}. |
1524 | % | 1524 | % |
1525 | % \paragraph{Convention} \DescribeMacro{SetTranslitConvention} The | 1525 | % \paragraph{Convention} \DescribeMacro{\SetTranslitConvention} The |
1526 | % transliteration mode, which is set to |dmg| by default, may be | 1526 | % transliteration mode, which is set to |dmg| by default, may be |
1527 | % changed at any point of the document by the command | 1527 | % changed at any point of the document by the command |
1528 | % \cs{SetTranslitConvention}\marg{mode}, where \meta{mode} may be | 1528 | % \cs{SetTranslitConvention}\marg{mode}, where \meta{mode} may be |
@@ -1539,7 +1539,7 @@ consonants, though three of them are also used as vowels | |||
1539 | %</example> | 1539 | %</example> |
1540 | % \fi | 1540 | % \fi |
1541 | % | 1541 | % |
1542 | % \paragraph{Style} \DescribeMacro{SetTranslitStyle} Any | 1542 | % \paragraph{Style} \DescribeMacro{\SetTranslitStyle} Any |
1543 | % transliterated Arabic text is printed in italics by default. This | 1543 | % transliterated Arabic text is printed in italics by default. This |
1544 | % also can be changed either globally in the preamble or locally at | 1544 | % also can be changed either globally in the preamble or locally at |
1545 | % any point of the document by the command | 1545 | % any point of the document by the command |
@@ -1548,7 +1548,7 @@ consonants, though three of them are also used as vowels | |||
1548 | % \cs{slshape}, and so forth. Any specific font may also be selected | 1548 | % \cs{slshape}, and so forth. Any specific font may also be selected |
1549 | % using the font-selecting commands of the \package{fontspec} package. | 1549 | % using the font-selecting commands of the \package{fontspec} package. |