README 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. $Id$
  2. texinfo/contrib/texifont/README
  3. Everything in this directory is public domain.
  4. The main source file is fsel.tex, tested by ftest.tex, documentation
  5. (such as it is) in texifont.txi.
  6. The story here is that Oleg Katsitadze and I (Karl Berry) collaborated
  7. in the mid-2000s on a new font system for Texinfo (and that could work
  8. with Eplain). Oleg wrote essentially all the code, while I advised on
  9. the design, etc.
  10. The idea was to support all the widely-available free font families and
  11. widely used input encodings. getting away from of the current
  12. hardwiring of Computer Modern in texinfo.tex. The example at the end of
  13. documentation gives the basic flavor. As it stands, it is not hooked
  14. into texinfo.tex or Texinfo documents at all. That is not the hard part :).
  15. Unfortunately, it never came to fruition. Even more unfortunately, Oleg
  16. and I can't even give any real specifics of what the "next thing" to do
  17. is, we've lost the details in the haze of time. As I recall, the
  18. current problem was something about caching of glyphs to avoid
  19. unnecessary (and greatly excessive) switching of fonts. In addition,
  20. "attributes" (fattr.tex) were starting to come into play. But it all
  21. remains a work in progress.
  22. Anyway, I'm not sanguine about anyone ever doing anything with this, but
  23. just in case some super-duper TeX hacker has too much time on their
  24. hands :) and wants to pick it up, here it is. Contact
  25. bug-texinfo@gnu.org ...