You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
952 B
39 lines
952 B
% 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;
|
|
|