summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/expl3/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-15 23:59:34 +0000
committerKarl Berry <karl@freefriends.org>2010-09-15 23:59:34 +0000
commitffc97a564cf025403b74b69c48bc158f39145c9b (patch)
tree91831ffc43db63577e6b226bdb995a17ee84f251 /Master/texmf-dist/doc/latex/expl3/README
parent0ee0a7585d0a3abd4d2e0b604f8b5afec32e4a9c (diff)
expl3 2020 (14sep10)
git-svn-id: svn://tug.org/texlive/trunk@19747 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/expl3/README')
-rw-r--r--Master/texmf-dist/doc/latex/expl3/README41
1 files changed, 34 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/expl3/README b/Master/texmf-dist/doc/latex/expl3/README
index 6a827490dad..4dd5ab22aa2 100644
--- a/Master/texmf-dist/doc/latex/expl3/README
+++ b/Master/texmf-dist/doc/latex/expl3/README
@@ -2,7 +2,7 @@
An Experimental LaTeX3 Programming Convention
=============================================
- 2009/08/02
+ 2010/08/18
WHERE TO GET IT
@@ -192,11 +192,6 @@ l3msg
Module providing a new mechanism to provide user messages.
-l3calc
-=====
-
-Module for using infix notation for the built-in register types
-(lengths and counters).
l3keyval
=====
@@ -210,6 +205,26 @@ Module for defining keys at a higher level than l3keyval; intended as
the main programmer's interface for creating keyval settings and
arguments.
+l3fp
+=====
+
+Module implementing floating point arithmetic. currently under develeopment
+
+l3luatex
+====
+
+
+=====================================================================
+
+Modules around by not included in expl3.sty (may vanish)
+
+l3calc
+=====
+
+Module for using infix notation for the built-in register types
+(lengths and counters).
+
+
=====================================================================
Install file
@@ -271,6 +286,18 @@ This typesets the documentation, then generates the index, and then
requires one or two more compilations to fully resolve the cross-references.
+interface3.tex
+==============
+
+Documentation of all interfaces but omitting the implementation of the
+commands. Still a large file!
+
+ pdflatex interface3
+ makeindex -s l3doc.ist -o interface3.ind interface3.idx
+ pdflatex interface3
+ pdflatex interface3
+
+
expl3.dtx
=========
@@ -280,5 +307,5 @@ explaining the basics of expl3 programming.
=====================================================================
---- Copyright 1998 -- 2009 The LaTeX3 Project. All rights reserved ---
+--- Copyright 1998-2010 The LaTeX3 Project. All rights reserved ---