blob: 3af5faf1daa42deb178f9541b9e125bedf81a655 (
plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
--- t1.etx 2013-08-03 22:10:21.446272380 +0100
+++ t1a.etx 2013-08-03 21:48:52.369647944 +0100
@@ -752,6 +752,7 @@
\ifnumber{\int{ligaturing}}<{-1}\then \skipslots{1}\Else
\setslot{\lc{C}{c}}
+ \ligature{LIG}{\lc{T}{t}}{ct}
\comment{The letter `{c}'.}
\endsetslot
@@ -833,6 +834,7 @@
\ifnumber{\int{ligaturing}}<{-1}\then \skipslots{1}\Else
\setslot{\lc{S}{s}}
+ \ligature{LIG}{\lc{T}{t}}{st}
\comment{The letter `{s}'.}
\endsetslot
@@ -943,8 +945,11 @@
\comment{The letter `\v N'.}
\endsetslot
-\setslot{\uc{Ng}{ng}}
- \comment{The Sami letter `\NG'. It is unavailable in \plain\ \TeX.}
+% \setslot{\uc{Ng}{ng}}
+% \comment{The Sami letter `\NG'. It is unavailable in \plain\ \TeX.}
+% \endsetslot
+\setslot{ct}
+ \comment{The `old style' ligature ct}
\endsetslot
\setslot{\uctop{Ohungarumlaut}{ohungarumlaut}}
@@ -1076,8 +1081,11 @@
\comment{The letter `\v n'.}
\endsetslot
-\setslot{\lc{Ng}{ng}}
- \comment{The Sami letter `\ng'. It is unavailable in \plain\ \TeX.}
+% \setslot{\lc{Ng}{ng}}
+% \comment{The Sami letter `\ng'. It is unavailable in \plain\ \TeX.}
+% \endsetslot
+\setslot{st}
+ \comment{The `old style' ligature st}
\endsetslot
\setslot{\lctop{Ohungarumlaut}{ohungarumlaut}}
|