Alml
====

Alml is a SGML typesetting system born for a big Italian documentation
project, but it might be used also for other purposes.


Alml and TeX configuration
==========================

Please note that for typesetting with very big documents, like "Appunti
di informatica libera", it is necessary to modify teTeX configuration,
usually inside the file /etc/texmf/texmf.cnf.

The directive:

% Words of font info for TeX (total size of all TFM files, approximately). 
font_mem_size = 400000

should be changed to enlarge the "font_mem_size" value, like this:

font_mem_size = 800000

Then, when the file is modified, texconfig must be run:

# texconfig --init



