summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/fonts/misc/fontmapping/tex-text.map19
-rw-r--r--Master/texmf-dist/fonts/misc/fontmapping/tex-text.tecbin0 -> 323 bytes
2 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/misc/fontmapping/tex-text.map b/Master/texmf-dist/fonts/misc/fontmapping/tex-text.map
new file mode 100644
index 00000000000..ff02452167d
--- /dev/null
+++ b/Master/texmf-dist/fonts/misc/fontmapping/tex-text.map
@@ -0,0 +1,19 @@
+; TECkit mapping for TeX input conventions <-> Unicode characters
+
+LHSName "TeX-text"
+RHSName "UNICODE"
+
+pass(Unicode)
+
+U+002D U+002D <> U+2013 ; -- -> en dash
+U+002D U+002D U+002D <> U+2014 ; --- -> em dash
+
+U+0027 <> U+2019 ; ' -> right single quote
+U+0027 U+0027 <> U+201D ; '' -> right double quote
+U+0022 > U+201D ; " -> right double quote
+
+U+0060 <> U+2018 ; ` -> left single quote
+U+0060 U+0060 <> U+201C ; `` -> left double quote
+
+U+0021 U+0060 <> U+00A1 ; !` -> inverted exclam
+U+003F U+0060 <> U+00BF ; ?` -> inverted question
diff --git a/Master/texmf-dist/fonts/misc/fontmapping/tex-text.tec b/Master/texmf-dist/fonts/misc/fontmapping/tex-text.tec
new file mode 100644
index 00000000000..42089bfadd0
--- /dev/null
+++ b/Master/texmf-dist/fonts/misc/fontmapping/tex-text.tec
Binary files differ