diff options
author | Robert Alessi <alessi@robertalessi.net> | 2017-04-07 08:57:49 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2017-04-07 08:57:49 +0200 |
commit | 62045861b06c7f39488ee95b42909d395f0ad2ae (patch) | |
tree | 7c2e0011a55979f870489869389f736cc0762e7f | |
parent | 2f917ba45098c63ef6040455ec6cfb8785c0280c (diff) | |
download | arabluatex-62045861b06c7f39488ee95b42909d395f0ad2ae.tar.gz |
a new file 'template-01.tex' has been added in samples/
-rw-r--r-- | makefile | 4 | ||||
-rw-r--r-- | samples/template-01.tex | 20 |
2 files changed, 23 insertions, 1 deletions
@@ -13,7 +13,9 @@ doc: clean sty | |||
13 | makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo | 13 | makeindex -s gglo.ist -o $(pkg).gls $(pkg).glo |
14 | lualatex $(pkg).dtx | 14 | lualatex $(pkg).dtx |
15 | lualatex $(pkg).dtx | 15 | lualatex $(pkg).dtx |
16 | latexmk -outdir=TMP -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' samples/al-Jahiz | 16 | for i in samples/*.tex; \ |
17 | do latexmk -outdir=TMP -lualatex -e '$$lualatex=q/lualatex %O --shell-escape %S/' $$i; \ | ||
18 | done | ||
17 | mv TMP/*.pdf samples/ | 19 | mv TMP/*.pdf samples/ |
18 | 20 | ||
19 | all: clean sty doc | 21 | all: clean sty doc |
diff --git a/samples/template-01.tex b/samples/template-01.tex new file mode 100644 index 0000000..fba7173 --- /dev/null +++ b/samples/template-01.tex | |||
@@ -0,0 +1,20 @@ | |||
1 | \documentclass[paper=letter, DIV=classic]{scrartcl} | ||
2 | |||
3 | \usepackage{fontspec} | ||
4 | \setmainfont{CMU Serif} | ||
5 | \setsansfont{CMU Sans Serif} | ||
6 | \setmonofont{CMU Typewriter Text} | ||
7 | |||
8 | \usepackage{ccicons} | ||
9 | |||
10 | \usepackage[trans]{arabluatex} | ||
11 | |||
12 | \title{\textsf{arabluatex} sample file} | ||
13 | \author{Robert Alessi\thanks{\cczero\ This file is public domain.}} | ||
14 | |||
15 | \begin{document} | ||
16 | \maketitle | ||
17 | |||
18 | Test: \arb{da_hala 'l-^gAmi`aTa mubtasimaN} | ||
19 | |||
20 | \end{document} | ||