% --------------------------------------------------------------------------- % This is POLMAT.MF ({\bif{}polski font matematyczny}, i.e., the Polish % extension of Computer Modern Symbol fonts) in text format. % The program is a modification of the MATHSY.MF file. % --------------------------------------------------------------------------- % PL VERSION 1.03, 18 Dec 1992 % --------------------------------------------------------------------------- % AUTHORS OF MODIFICATION: {\bif{}Bogus\l{}aw Jackowski \& Marek Ry\'cko} % --------------------------------------------------------------------------- % This file belongs to the public domain under conditions similar to % those of D. E. Knuth specified for the Computer Modern family of fonts. % % For details see either the file MEXINFO.POL or MEXINFO.ENG. % --------------------------------------------------------------------------- % HISTORY % 7 Feb 1992: version 1.00 % 11 Feb 1992: version 1.01 % (no changes; the new version number due to changes in \MeX{} format) % 1 Jun 1992: version 1.02 % (no changes; the new version number due to changes in other files) % 18 Dec 1992: version 1.03 % (no changes; the new version number due to changes in FIK_MIK.MF % and some cosmetic changes in CMBX11.MF, CMR11.MF, CMTI11.MF, CMSL11.MF, % CMSSBI10.MF, and POLAN.MF) % --------------------------------------------------------------------------- % --------------------------------------------------------------------------- font_coding_scheme:="TeX math symbols"; mode_setup; font_setup; autorounding:=hair; input calu; % upper case calligraphic alphabet autorounding:=0; font_slant slant; font_x_height x_height#; font_quad 18u# if not monospace:+4letter_fit# fi; % (The spacing is zero so that \TeX\ will always add the italic correction.) % (The calling file should give the other math symbol font parameters.) slant:=mono_charic#:=0; % the remaining characters will not be slanted currenttransform:=identity yscaled aspect_ratio scaled granularity; input symbol; % the symbols xleq=172; xgeq=173; % codes similar to codes of French quotation marks input pl_sym; % extra symbols used in Polish math typesetting if not monospace: skewchar=oct"060"; skew#=.5u#; ligtable "I": "T": "V": skewchar kern skew#; ligtable "K": skewchar kern 2skew#; ligtable "D": "N": "P": "R": "U": "W": "Y": skewchar kern 3skew#; ligtable "E": "F": "G": "H": "O": "Q": skewchar kern 4skew#; ligtable "B": "C": "L": "M": "S": "X": "Z": skewchar kern 5skew#; ligtable "J": skewchar kern 6skew#; ligtable "A": skewchar kern 7skew#; fi; bye. %%\end