summaryrefslogtreecommitdiff
path: root/fonts/ec/src/exmligtb.mf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/ec/src/exmligtb.mf
Initial commit
Diffstat (limited to 'fonts/ec/src/exmligtb.mf')
-rw-r--r--fonts/ec/src/exmligtb.mf39
1 files changed, 39 insertions, 0 deletions
diff --git a/fonts/ec/src/exmligtb.mf b/fonts/ec/src/exmligtb.mf
new file mode 100644
index 0000000000..c901684086
--- /dev/null
+++ b/fonts/ec/src/exmligtb.mf
@@ -0,0 +1,39 @@
+% exmligtb.mf
+%
+% (c) Copyright 1995, 1996, 1997 J"org Knappen
+%
+% This file is part of ecfonts version 1.0
+%
+% Please read the files 00readme.txt, 00inst.txt, 00error.txt, and
+% copyrite.txt for further information
+%
+% You find some documentation in ecdoc.tex (needs LaTeX2e)
+%
+% ligatures for monospaced Cork (T1) encoded fonts
+%
+% The following ligatures are included
+%
+% -- gives -
+% --- gives --
+% -<hyphenchar> gives <hyphenchar>
+% <<
+% >>
+% ,,
+% ''
+% ``
+% !`
+% ?`
+%
+version_check(1,0); % |version_check| was introduced in dc1.3
+
+ligtable "`": "`" =: oct"020";
+ligtable "'": "'" =: oct"021";
+ligtable "-": "-" =: oct"025", % number range dash equals "-"
+ oct"177" =: oct"177"; % <hyphen><hyphenchar> => <hyphenchar>
+ligtable "<": "<" =: oct"023"; % "<<"
+ligtable ">": ">" =: oct"024"; % ">>"
+ligtable ",": "," =: oct"022"; % ",,"
+ligtable "!": "`" =: oct"275"; % spanish shriek
+ligtable "?": "`" =: oct"276"; % spanish query
+
+endinput;