From 429ba52c5b17fa727ea7a5e79fc9cbbd0dfe2775 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 18 May 2020 10:15:58 +0200 Subject: corrected Arabic xml:lang --- ekdosis.dtx | 6 +++--- ekdosis.el | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ekdosis.dtx b/ekdosis.dtx index 22f9c9d..229c4c7 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -1476,15 +1476,15 @@ local cmdtotags = { {a="LRfootnote", b="note", c=" place=\"bottom\""}, {a="RLfootnote", b="note", c=" place=\"bottom\""}, {a="footnote", b="note", c=" place=\"bottom\""}, - {a="txtrans", b="s", c=" xml:lang=\"arb-Latn\" type=\"transliterated\""}, + {a="txtrans", b="s", c=" xml:lang=\"ar-Latn\" type=\"transliterated\""}, {a="textbf", b="hi", c=" rend=\"bold\""}, {a="textit", b="hi", c=" rend=\"italic\""}, {a="textsc", b="hi", c=" rend=\"smallcaps\""}, {a="textsf", b="hi", c=" rend=\"sf\""}, {a="arbup", b="hi", c=" rend=\"sup\""}, - {a="txarb", b="s", c=" xml:lang=\"arb\""}, + {a="txarb", b="s", c=" xml:lang=\"ar-arb\""}, {a="arb", b="s", - c=" xml:lang=\"arb-Latn\" type=\"transliterated\" subtype=\"arabtex\""} + c=" xml:lang=\"ar-Latn\" type=\"transliterated\" subtype=\"arabtex\""} } local texpatttotags = { diff --git a/ekdosis.el b/ekdosis.el index d0de1e9..0ead33e 100644 --- a/ekdosis.el +++ b/ekdosis.el @@ -46,7 +46,8 @@ '(("settlement") ("repository") ("msName") - ("origDate")) + ("origDate") + ("idno")) "List of local options for DeclareWitness macro.") (defvar LaTeX-ekdosis-app-options -- cgit v1.2.3