diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-10-09 21:05:06 +0200 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-10-09 21:05:06 +0200 |
commit | 53f5512bf166b856f1cafeec9384999bb7958c5e (patch) | |
tree | d13a03e6028f5607131bc1c3f5499cd364d6ea20 | |
parent | ca682f3afaa1f262a31f952f6f1757e2dda7f9db (diff) | |
download | ekdosis-53f5512bf166b856f1cafeec9384999bb7958c5e.tar.gz |
added \marginpar in cmdtotags
-rw-r--r-- | ekdosis.dtx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index cbe911f..d3e2bd5 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -2720,7 +2720,7 @@ texts=latin[xml:lang="la"]+\textcolor{red}{;}+ | |||
2720 | % As \pkg{ekdosis} uses the \pkg{paracol} package for the layout of | 2720 | % As \pkg{ekdosis} uses the \pkg{paracol} package for the layout of |
2721 | % parallel texts, most of the commands provided by this package | 2721 | % parallel texts, most of the commands provided by this package |
2722 | % apply. In this respect, quite useful are the commands described in | 2722 | % apply. In this respect, quite useful are the commands described in |
2723 | % sections 7.3 and 7.4 on pp.~15--19 of the documentation of this | 2723 | % sections 7.3 to 7.6 on pp.~15--21 of the documentation of this |
2724 | % package.\footcite{paracol} | 2724 | % package.\footcite{paracol} |
2725 | % | 2725 | % |
2726 | % \danger It must be noted that all these commands are to be inserted | 2726 | % \danger It must be noted that all these commands are to be inserted |
@@ -4495,6 +4495,7 @@ subtype="arabtex">'inna 'abI kAna mina | |||
4495 | % \cs{textsc}|{}| & |<hi rend="smallcaps"></hi>| \\ | 4495 | % \cs{textsc}|{}| & |<hi rend="smallcaps"></hi>| \\ |
4496 | % \cs{textsf}|{}| & |<hi rend="sf"></hi>| \\ | 4496 | % \cs{textsf}|{}| & |<hi rend="sf"></hi>| \\ |
4497 | % \cs{footnote}|{}| & |<note place="bottom"></note>| \\ | 4497 | % \cs{footnote}|{}| & |<note place="bottom"></note>| \\ |
4498 | % \cs{marginpar}|{}| & |<note place="margin"></note>| \\ | ||
4498 | % \cs{enquote}\meta{*}|{}| & |<quote></quote>| \\ | 4499 | % \cs{enquote}\meta{*}|{}| & |<quote></quote>| \\ |
4499 | % \cs{label}|{label}| & |<anchor xml:id="label"/>| \\ | 4500 | % \cs{label}|{label}| & |<anchor xml:id="label"/>| \\ |
4500 | % \cs{linelabel}|{label}| & |<anchor xml:id="label"/>| \\ | 4501 | % \cs{linelabel}|{label}| & |<anchor xml:id="label"/>| \\ |
@@ -8031,6 +8032,7 @@ local cmdtotags = { | |||
8031 | {a="LRfootnote", b="note", c=" place=\"bottom\""}, | 8032 | {a="LRfootnote", b="note", c=" place=\"bottom\""}, |
8032 | {a="RLfootnote", b="note", c=" place=\"bottom\""}, | 8033 | {a="RLfootnote", b="note", c=" place=\"bottom\""}, |
8033 | {a="enquote *", b="quote", c=""}, | 8034 | {a="enquote *", b="quote", c=""}, |
8035 | {a="marginpar", b="note", c=" place=\"margin\""}, | ||
8034 | {a="footnote", b="note", c=" place=\"bottom\""}, | 8036 | {a="footnote", b="note", c=" place=\"bottom\""}, |
8035 | {a="enquote", b="quote", c=""}, | 8037 | {a="enquote", b="quote", c=""}, |
8036 | {a="txtrans", b="s", c=" xml:lang=\"ar-Latn\" type=\"transliterated\""}, | 8038 | {a="txtrans", b="s", c=" xml:lang=\"ar-Latn\" type=\"transliterated\""}, |