summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/expl3/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-06 23:20:13 +0000
committerKarl Berry <karl@freefriends.org>2009-09-06 23:20:13 +0000
commit2b8eb47b09b2d853b8243d0fb61b408edb3d04a7 (patch)
treed581f2afc11c2d53246c31da8a8a7de24c855b0c /Master/texmf-dist/doc/latex/expl3/README
parentd9919f44994077f178b0ebda415a1638f8acc0ec (diff)
expl3 1509 (5sep09)
git-svn-id: svn://tug.org/texlive/trunk@15163 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/expl3/README')
-rw-r--r--Master/texmf-dist/doc/latex/expl3/README28
1 files changed, 13 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/expl3/README b/Master/texmf-dist/doc/latex/expl3/README
index 351dc023649..7785e4cf1b0 100644
--- a/Master/texmf-dist/doc/latex/expl3/README
+++ b/Master/texmf-dist/doc/latex/expl3/README
@@ -259,24 +259,22 @@ to produce the experimental format.
source3.tex
===========
-Run this file with pdfLaTeX:
+This file contains an introduction to the expl3 programming language
+followed by the full typeset documentation and code listing for each
+expl3 module.
- pdflatex source3
-
-to produce the documentation. Doing this will produce three extra
-files (source3.ist, l3doc.cfg and l3full.cfg). The first of these is a
-style file for makeindex; the others or configuration files for the
-documentation class. If you want to full documentation including the
-code listings than rename l3full.cfg to l3doc.cfg and run LaTeX again.
-Alternatively, run (in extended mode):
-
- pdflatex "\PassOptionsToClass{full}{l3doc}\input{source3}"
-
-After that run makeindex to produce the index, like so:
+To compile source3.pdf, ensure that l3doc.cls is installed or at least
+present in the same directory (run `tex l3doc.dtx` to extract it if
+necessary), then execute the following:
- makeindex -s source3.ist source3
+ pdflatex source3
+ makeindex -s l3doc.ist -o source3.ind source3.idx
+ pdflatex source3
+ pdflatex source3
-and rerun LaTeX.
+This typesets the documentation, then generates the index, and then
+requires one or two more compilations to fully resolve the cross-references.
+
expl3.dtx
=========