diff options
author | Werner Lemberg <wl@gnu.org> | 2005-02-23 04:39:31 +0000 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2005-02-23 04:39:31 +0000 |
commit | 17f17cc0485fcd791522c15c7a24c8e84d80703e (patch) | |
tree | 60dc1fb0f7e3c88f170e166568ca2984c2795ae3 | |
parent | d773555bd495c5b4bb7d4a1a3b47cf2089c2b406 (diff) |
* mf/graycx.mf, mf/graylj.mf: Removed. Any decent TeX distribution
contains those two files.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | mf/graycx.mf | 8 | ||||
-rw-r--r-- | mf/graylj.mf | 9 |
3 files changed, 5 insertions, 17 deletions
@@ -1,3 +1,8 @@ +2005-02-23 Werner Lemberg <wl@gnu.org> + + * mf/graycx.mf, mf/graylj.mf: Removed. Any decent TeX distribution + contains those two files. + 2005-02-21 Werner Lemberg <wl@gnu.org> * mf/feta-nummer-code.mf ("Numeral 5"): Include intersection point diff --git a/mf/graycx.mf b/mf/graycx.mf deleted file mode 100644 index 35fb3c4929..0000000000 --- a/mf/graycx.mf +++ /dev/null @@ -1,8 +0,0 @@ -% Gray font for CX with proofsheet resolution 75 pixels per inch. -% Each pixel is represented by a 4x4 square, with 4/16 of the dots on. - -font_identifier "GRAYCX"; - -%boolean lightweight; - -input grayf diff --git a/mf/graylj.mf b/mf/graylj.mf deleted file mode 100644 index 45b2347d38..0000000000 --- a/mf/graylj.mf +++ /dev/null @@ -1,9 +0,0 @@ -% Gray font for LJ with proofsheet resolution 150 pixels per inch. -% Each pixel is represented by a 4x4 square, with 4/16 of the dots on. - - -font_identifier "GRAYLJ"; - -boolean lightweight; - -input grayf |