LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Will Robertson <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Sun, 20 Mar 2011 15:34:57 +1030
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Hi,

I've been mentioning here-and-there recently that I've been attempting to translate the NFSS into expl3 for eventual use in the LaTeX3 code.

There are a few reasons for this:

* Comparison: The NFSS contains highly optimised code that is not very readable; translating it into expl3 gives us a way to re-evaluate this readability/efficiency trade-off for a complex amount of code.

* Extensibility: The NFSS has help up extraordinarily well over the years but there are some features that we've either wanted or have been added by third-party packages. A re-write (in effect) gives us a good place to start with incorporating additions. Possibilities:

    1. Another text font axis for representing "case"; i.e., small caps
    2. Unicode math and text font encodings; see xunicode.sty and unicode-math
    3. relsize.sty and similar
    4. ? -- suggestions welcome

* Future: We like to experiment with a LaTeX3 format from time to time. Having an expl3 version of the font loading code is one of the larger pieces missing in what we are currently able to construct of a LaTeX3 kernel.

I've been working on the translation (very much part time) for a little over a month, and I'm rapidly running out of spare cycles in my week. Instead of letting the code languish on my computer I've now put it in a *temporary* repository on Github: <http://github.com/wspr/xfss/>

As you can see it's far from complete, and most of the code comments are still missing. When the noise and dust settles I'll bring it into the LaTeX3 SVN repository if it's deemed up-to-snuff.

So that's about it, really. Nothing much to see here, move along :)

Best wishes,
-- Will

ATOM RSS1 RSS2