diff options
-rw-r--r-- | arabluatex.dtx | 3 | ||||
-rw-r--r-- | makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/arabluatex.dtx b/arabluatex.dtx index 54e5024..0e7f8db 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx | |||
@@ -298,7 +298,8 @@ | |||
298 | % \end{quote} | 298 | % \end{quote} |
299 | % | 299 | % |
300 | % \subsection{Options} | 300 | % \subsection{Options} |
301 | % | 301 | % \package{arabluatex} may be loaded with four global options, each of |
302 | % which may be overriden at any point of the document: | ||
302 | % | 303 | % |
303 | % \DescribeOption{voc}\hfill\arabluaverb{default}\\ good for me | 304 | % \DescribeOption{voc}\hfill\arabluaverb{default}\\ good for me |
304 | % \begin{itemize} | 305 | % \begin{itemize} |
@@ -5,9 +5,9 @@ sty: clean | |||
5 | 5 | ||
6 | doc: clean sty | 6 | doc: clean sty |
7 | lualatex $(pkg).dtx | 7 | lualatex $(pkg).dtx |
8 | biber arabluatex | ||
8 | makeindex -s gind.ist -o $(pkg).ind $(pkg).idx | 9 | makeindex -s gind.ist -o $(pkg).ind $(pkg).idx |
9 | makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo | 10 | makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo |
10 | biber arabluatex | ||
11 | lualatex $(pkg).dtx | 11 | lualatex $(pkg).dtx |
12 | lualatex $(pkg).dtx | 12 | lualatex $(pkg).dtx |
13 | 13 | ||