From e81d65fbcd01afbbd7900b00e65e793b430f8dd0 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 2 Mar 2016 17:27:51 +0100 Subject: add \cap{} command; correct transliteration tables --- arabluatex.dtx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arabluatex.dtx') diff --git a/arabluatex.dtx b/arabluatex.dtx index 1dbfd3d..09b848c 100644 --- a/arabluatex.dtx +++ b/arabluatex.dtx @@ -225,6 +225,8 @@ \def\al@trans@style{\itshape}% \NewDocumentCommand{\SetTranslitStyle}{m}{\def\al@trans@style{#1}} \NewDocumentCommand{\SetTranslitConvention}{m}{\def\al@trans@convention{#1}} +\DeclareDocumentCommand{\cap}{m}% + {\luadirect{tex.sprint(cap(\luastringN{#1}))}} \def\al@trans@convention{dmg} \DeclareDocumentCommand{\txarb}{+m}{\bgroup\textdir TRT\arabicfont#1\egroup} -- cgit v1.2.3