aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2020-05-18 10:15:58 +0200
committerRobert Alessi <alessi@robertalessi.net>2020-05-18 10:15:58 +0200
commit429ba52c5b17fa727ea7a5e79fc9cbbd0dfe2775 (patch)
tree0dc08fa4c216227669f7b3438c4797f37d2ba9c6
parent09fae91702814f9a3cc7f80870cf414f3ad9aa59 (diff)
downloadekdosis-429ba52c5b17fa727ea7a5e79fc9cbbd0dfe2775.tar.gz
corrected Arabic xml:lang
-rw-r--r--ekdosis.dtx6
-rw-r--r--ekdosis.el3
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 = {
1476 {a="LRfootnote", b="note", c=" place=\"bottom\""}, 1476 {a="LRfootnote", b="note", c=" place=\"bottom\""},
1477 {a="RLfootnote", b="note", c=" place=\"bottom\""}, 1477 {a="RLfootnote", b="note", c=" place=\"bottom\""},
1478 {a="footnote", b="note", c=" place=\"bottom\""}, 1478 {a="footnote", b="note", c=" place=\"bottom\""},
1479 {a="txtrans", b="s", c=" xml:lang=\"arb-Latn\" type=\"transliterated\""}, 1479 {a="txtrans", b="s", c=" xml:lang=\"ar-Latn\" type=\"transliterated\""},
1480 {a="textbf", b="hi", c=" rend=\"bold\""}, 1480 {a="textbf", b="hi", c=" rend=\"bold\""},
1481 {a="textit", b="hi", c=" rend=\"italic\""}, 1481 {a="textit", b="hi", c=" rend=\"italic\""},
1482 {a="textsc", b="hi", c=" rend=\"smallcaps\""}, 1482 {a="textsc", b="hi", c=" rend=\"smallcaps\""},
1483 {a="textsf", b="hi", c=" rend=\"sf\""}, 1483 {a="textsf", b="hi", c=" rend=\"sf\""},
1484 {a="arbup", b="hi", c=" rend=\"sup\""}, 1484 {a="arbup", b="hi", c=" rend=\"sup\""},
1485 {a="txarb", b="s", c=" xml:lang=\"arb\""}, 1485 {a="txarb", b="s", c=" xml:lang=\"ar-arb\""},
1486 {a="arb", b="s", 1486 {a="arb", b="s",
1487 c=" xml:lang=\"arb-Latn\" type=\"transliterated\" subtype=\"arabtex\""} 1487 c=" xml:lang=\"ar-Latn\" type=\"transliterated\" subtype=\"arabtex\""}
1488} 1488}
1489 1489
1490local texpatttotags = { 1490local texpatttotags = {
diff --git a/ekdosis.el b/ekdosis.el
index d0de1e9..0ead33e 100644
--- a/ekdosis.el
+++ b/ekdosis.el
@@ -46,7 +46,8 @@
46 '(("settlement") 46 '(("settlement")
47 ("repository") 47 ("repository")
48 ("msName") 48 ("msName")
49 ("origDate")) 49 ("origDate")
50 ("idno"))
50 "List of local options for DeclareWitness macro.") 51 "List of local options for DeclareWitness macro.")
51 52
52(defvar LaTeX-ekdosis-app-options 53(defvar LaTeX-ekdosis-app-options