blob: 2597c7adc45454434390b87fa0ba347daebc1132 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<head>
<title>UK TeX FAQ -- question label LaTeX3</title>
</head><body>
<h3>The LaTeX project</h3>
<p/>The LaTeX project team (see <a href="http://www.latex-project.org/latex3.html">http://www.latex-project.org/latex3.html</a>)
is a small group of volunteers whose aim is
to produce a major new document processing system based on the
principles pioneered by Leslie Lamport in the current LaTeX. The
new system is (provisionally) called LaTeX3; it
will remain freely available and it will be fully documented at
all levels.
<p/>The LaTeX team’s first product (LaTeX2e) was delivered in 1994
(it’s now properly called “LaTeX”, since no other version is current).
<p/>LaTeX2e was intended as a consolidation exercise, unifying several
sub-variants of LaTeX while changing nothing whose change wasn’t
absolutely necessary. This has permitted the team to support a single
version of LaTeX, in parallel with development of LaTeX3.
<p/>Some of the older discussion papers about directions for LaTeX3 are
to be found on CTAN; other (published) articles are to be
found on the project web site
(<a href="http://www.latex-project.org/papers/">http://www.latex-project.org/papers/</a>), as is some of the
project’s experimental code
(see <a href="http://www.latex-project.org/code.html">http://www.latex-project.org/code.html</a>, which allows you to
read the project’s source repository); a recent snapshot of two major
collections from the code, <i>expl3</i> and <i>xpackages</i>,
are available. Contributed code, such as <i>keys3</i> (for
key-value argument decoding) and <i>numparse3</i> (for number
processing) are available in the CTAN ‘LaTeX experimental’ tree.
<p/>You can
participate in discussions of the future of LaTeX through the
mailing list <code>latex-l</code>. Subscribe to the list by sending a
message ‘<code>subscribe latex-l <<em>your name</em>></code>’ to
<a href="mailto:listserv@urz.Uni-Heidelberg.de"><i>listserv@urz.Uni-Heidelberg.de</i></a>
<dl>
<dt><tt><i>expl3 bundle</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/expl3.zip">macros/latex/contrib/expl3</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/expl3/">browse the directory</a>)
<dt><tt><i>keys3.sty</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/exptl/keys3.zip">macros/latex/exptl/keys3</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/exptl/keys3/">browse the directory</a>)
<dt><tt><i>LaTeX project publications</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/info/ltx3pub.zip">info/ltx3pub</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/info/ltx3pub/">browse the directory</a>)
<dt><tt><i>xpackages bundle</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/xpackages.zip">macros/latex/contrib/xpackages</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/contrib/xpackages/">browse the directory</a>)
</dl>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeX3">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeX3</a>
</body>
|