aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile4
-rw-r--r--samples/template-01.tex20
2 files changed, 23 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3014b34..73dac78 100644
--- a/makefile
+++ b/makefile
@@ -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
19all: clean sty doc 21all: 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
18Test: \arb{da_hala 'l-^gAmi`aTa mubtasimaN}
19
20\end{document}