[tex-k] font metric problem
Reinhard Kotucha
reinhard.kotucha at web.de
Mon Jan 5 23:34:49 CET 2004
Hi,
when I use the letter "ß" in a label, the width of the "ß" is not
determined properly. Example:
--------------------------------------------
verbatimtex
%&latex
\documentclass{minimal}
\usepackage{palatino}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
etex
beginfig(-1)
label.top (btex außen etex,(100,100));
endfig;
end;
--------------------------------------------
I get the following mpx output:
--------------------------------------------
_n1="pplr8r";
_s("au"&char223,_n1,1.00000,0.0000,0.0000);
_s("en",_n1,1.00000,13.4793,0.0000);
--------------------------------------------
The value 13.4793 should be the width of the string "au"&char223 but
it is obviously too small.
If I run mpto -tex manually I get the correct kerning in the dvi file.
The problem seems to be in dvitomp.
I played a bit with metapost's ps output file and found out that the
value 13.4793 is definitely wrong:
I replaced
--------------------------------------------
99.93024 103.2142 moveto
--------------------------------------------
by
--------------------------------------------
13.4793 0 rmoveto
--------------------------------------------
and got the same result.
Any idea?
Regards,
Reinhard
--
----------------------------------------------------------------------------
Reinhard Kotucha Phone: +49-511-4592165
Marschnerstr. 25
D-30167 Hannover mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------
More information about the tex-k
mailing list