[NTG-context] problems with uppercase Greek letters in math
Adam Lindsay
atl at comp.lancs.ac.uk
Mon Mar 6 16:04:37 CET 2006
Mojca Miklavec wrote:
> Hello,
>
> The uppercase Greek letters in the following example don't work since
> the letters are taken from ec encoding, while the default TeX encoding
> is assumed in the definitions of Phi, Psi, ... ("mr", math roman font)
>
> Any suggestions how to fix this strange behaviour?
>
> \starttypescript [something] [ec,texnansi]
> \definetypeface [somename] [rm] [serif] [modern] [default]
> [encoding=\typescripttwo]
> \stoptypescript
Hi Mojca,
My rule-of-thumb would be that if you're going to use math in your
document, you're best off defining something for the [mm] [math] family: ;)
\starttypescript [something] [ec,texnansi]
\definetypeface [somename] [rm] [serif] [modern] [default]
[encoding=\typescripttwo]
\definetypeface [somename] [mm] [math] [modern] [modern]
[encoding=\typescripttwo]
\stoptypescript
Hope that helps.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Adam T. Lindsay, Computing Dept. atl at comp.lancs.ac.uk
Lancaster University, InfoLab21 +44(0)1524/510.514
Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
More information about the ntg-context
mailing list