diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-02-05 09:42:15 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-02-05 09:42:15 +0100 |
commit | 7af1eb722049eab5b0642facd624f9fc4a783a60 (patch) | |
tree | ec7644479544f0774401bf66ddc6d059a8c1bddd | |
parent | 285529a917236e78464c7f96a2229916c0d881c6 (diff) | |
download | ekdosis-7af1eb722049eab5b0642facd624f9fc4a783a60.tar.gz |
use shortcuts provided by the extdash package
-rw-r--r-- | ekdosis.dtx | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 77654f6..c7176e7 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -191,6 +191,15 @@ along with this program. If not, see | |||
191 | url = {http://www.teibyexample.org} | 191 | url = {http://www.teibyexample.org} |
192 | } | 192 | } |
193 | 193 | ||
194 | @Software{extdash, | ||
195 | title = {The Extdash package}, | ||
196 | titleaddon = {A range of dash commands for compound words}, | ||
197 | author = {Rozhenko, Alexander I.}, | ||
198 | url = {http://www.ctan.org/pkg/extdash}, | ||
199 | date = {2018-06-24}, | ||
200 | version = {1.3} | ||
201 | } | ||
202 | |||
194 | @Software{fnpos, | 203 | @Software{fnpos, |
195 | title = {The Fnpos package}, | 204 | title = {The Fnpos package}, |
196 | titleaddon = {Control the position of footnotes on the page}, | 205 | titleaddon = {Control the position of footnotes on the page}, |
@@ -4577,6 +4586,12 @@ subtype="arabtex">'inna 'abI kAna mina | |||
4577 | % \cs{vpageref}|{label}| & |<ptr ="#label"/>| \\ | 4586 | % \cs{vpageref}|{label}| & |<ptr ="#label"/>| \\ |
4578 | % \cs{pagebreak}\meta{\oarg{1-4}} & no output \\ | 4587 | % \cs{pagebreak}\meta{\oarg{1-4}} & no output \\ |
4579 | % \cs{mbox}\marg{text} & \meta{text} \\ | 4588 | % \cs{mbox}\marg{text} & \meta{text} \\ |
4589 | % \midrule | ||
4590 | % \multicolumn{2}{c}{From the \pkg{exdash}\footcite{extdash} | ||
4591 | % package:}\\ | ||
4592 | % \cs{---} or \cs{===} & --- \\ | ||
4593 | % \cs{--} or \cs{==} & -- \\ | ||
4594 | % \cs{-/} or \cs{=/} & ‐ \\ | ||
4580 | % \bottomrule | 4595 | % \bottomrule |
4581 | % \end{xltabular} | 4596 | % \end{xltabular} |
4582 | % | 4597 | % |
@@ -8187,7 +8202,13 @@ local texpatttotags = { | |||
8187 | {a="\\altrfont%s+", b=""}, | 8202 | {a="\\altrfont%s+", b=""}, |
8188 | {a="\\mbox%s+{(.-)}", b="%1"}, | 8203 | {a="\\mbox%s+{(.-)}", b="%1"}, |
8189 | {a="\\LR%s+{(.-)}", b="%1"}, | 8204 | {a="\\LR%s+{(.-)}", b="%1"}, |
8190 | {a="\\RL%s+{(.-)}", b="%1"} | 8205 | {a="\\RL%s+{(.-)}", b="%1"}, |
8206 | {a="\\%=%=%=%s?", b="—"}, | ||
8207 | {a="\\%-%-%-%s?", b="—"}, | ||
8208 | {a="\\%=%=%s?", b="–"}, | ||
8209 | {a="\\%-%-%s?", b="–"}, | ||
8210 | {a="\\%=%/%s?", b="‐"}, | ||
8211 | {a="\\%-%/%s?", b="‐"} | ||
8191 | } | 8212 | } |
8192 | 8213 | ||
8193 | local envtotags = { | 8214 | local envtotags = { |