-
Notifications
You must be signed in to change notification settings - Fork 227
/
tex-text-tt.map
28 lines (20 loc) · 906 Bytes
/
tex-text-tt.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
; TECkit mapping for TeX input conventions <-> Unicode characters
LHSName "TeX-text"
RHSName "UNICODE"
pass(Unicode)
; ligatures from Knuth's original CMR fonts
;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
; additions supported in T1 encoding
;U+002C U+002C <> U+201E ; ,, -> DOUBLE LOW-9 QUOTATION MARK
;U+003C U+003C <> U+00AB ; << -> LEFT POINTING GUILLEMET
;U+003E U+003E <> U+00BB ; >> -> RIGHT POINTING GUILLEMET
;U+0027 <> U+2019 ; ' -> right single quote
;U+0022 > U+201D ; " -> right double quote