From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- systems/doc/aleph/News | 47 ++++++++++++++++++++++++++++++++++++++++++++ systems/doc/aleph/readme.txt | 4 ++++ 2 files changed, 51 insertions(+) create mode 100644 systems/doc/aleph/News create mode 100644 systems/doc/aleph/readme.txt (limited to 'systems/doc/aleph') diff --git a/systems/doc/aleph/News b/systems/doc/aleph/News new file mode 100644 index 0000000000..d9ebd07d77 --- /dev/null +++ b/systems/doc/aleph/News @@ -0,0 +1,47 @@ +The build infrastructure continues to be maintained, and aleph sources +and binaries included in TeX Live. This is primarily so that existing +omega and aleph documents can still be processed. No significant new +features have been added to Aleph for some years. + +20040322: RC2 released. + * TeX 3.141592 + * no more dependency on the Omega 1.15 source tree + * rename e-Omega to Aleph + * Fix: crash when \overfullrule > 0pt + * Fix: \charit gives wrong result + * Fix: text is offset when typesetting non-TLT text + * Fix: leaders crashing or stalling the program + * Add: \boxdir to retrieve or set the direction + of a box + * Add: \pagerighoffset, \pagebottomoffset to set the + right and bottom margin in non-TLT text + * Add: a big set of commands to retrieve version + info: +for each feature-set (Omega, eTeX, Aleph), the commands are: + +\Version the expansion is a list of character +tokens of category 12 (other) representing the featureset +version number; (1.15 for \OmegaVersion, 0 (RC2) for +\AlephVersion, 2.1 for \eTeXVersion) (inherited from Omega) + +\revision the expansion is a list of character +tokens of category 12 (other) representing the featureset +minor version number; (.15 for \Omegarevision, (RC2) for +\Alephrevision, .1 for \eTeXrevion) (inherited from e-TeX) + +\version an integer value representing the +featureset major version number (1 for \Omegaversion, 0 for +\Alephversion, 2 for \eTeXversion) (inherited from e-TeX) + +\minorversion an integer value representing the +featureset minor version number (15 for \Omegaminorversion, 0 +for \Alephminorversion, 1 for \eTeXminorversion) (new) + + +20030524: RC1 released. + * Fix: the "overfull box" crash bug + +20030106: RC0 released. + This release simply provides a binary providing + both Omega 1.15 features (all but the XML/SGML ones) + and e-TeX 2.1 features. diff --git a/systems/doc/aleph/readme.txt b/systems/doc/aleph/readme.txt new file mode 100644 index 0000000000..1e3e1133b2 --- /dev/null +++ b/systems/doc/aleph/readme.txt @@ -0,0 +1,4 @@ +Aleph, formerly known as e-Omega, is a project whose aim is to +provide an extension to Knuth's TeX comprising both Omega 1.15 +and e-TeX 2.1 features. Its main goals are stability, speed and +power. -- cgit v1.2.3