texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] txexa font


From: Nix N. Nix
Subject: Re: [Texmacs-dev] txexa font
Date: 12 May 2003 17:15:58 -0600

Here's how I made txexa work (with TeXmacs-1.0.0.17)

In load-tex.cc:tfm_open:

string name= family * ((dsize==0 || family == "txexa") ? string (""):
as_string (size)) * ".tfm";

and load-tex.cc:pk_open:

string size_name ((dsize==0 || family=="txexa") ? string (""): as_string
(size));

This is obviously a hack, but it illustrates the fact that the name of
the font file does not necessarily include the size of the font.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]