summaryrefslogtreecommitdiff
path: root/luatexbase.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-11-10 22:43:57 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-11-11 15:53:12 +0100
commit2dc94fe1386b7bd1ede75570c7ae8f32e0ed8861 (patch)
tree9d7211f7a07f769f94ad5020cd64363bc12fc416 /luatexbase.dtx
parent708b9f4b9ddfc0a1bb2d0e2df616059a4092700d (diff)
downloadluatexbase-2dc94fe1386b7bd1ede75570c7ae8f32e0ed8861.tar.gz
Update readme, changes and overview doc.
Diffstat (limited to 'luatexbase.dtx')
-rw-r--r--luatexbase.dtx19
1 files changed, 9 insertions, 10 deletions
diff --git a/luatexbase.dtx b/luatexbase.dtx
index 1d609aa..405e720 100644
--- a/luatexbase.dtx
+++ b/luatexbase.dtx
@@ -101,15 +101,15 @@ See source file '\inFileName' for details.
% \maketitle
%
% \begin{abstract}
-% This convenience package loads all of the packages in the \pk{luatexbase}
-% bundle.
+% This package provides resource management for the LuaTeX macro programmer.
+% It is divided in sub-packages which can be used independantly if desired.
% \end{abstract}
%
% \tableofcontents
%
% \section{Documentation}
%
-% The \pk{luatexbase} package loads the following packages:
+% The \pk{luatexbase} package consists of the following sub-packages:
% \begin{description}
% \subpk{compat} compatibility helpers for \verb+\directlua+, primitive
% names and version information from Lua.
@@ -125,15 +125,14 @@ See source file '\inFileName' for details.
% \subpk{modutils} Lua module declaration, including version checks.
% \end{description}
%
-% These packages are almost stable: it is unlikely that backward-incompatible
+% The package is mostly stable: it is unlikely that backward-incompatible
% changes will be made in the future, other than necessary for merging with
-% \pk{luatex.sty}, which strongly overlaps with the first five. If they happen,
-% such changes will be announced on \email{lualatex-dev@tug.org} before they
-% are pushed to the master branch and then CTAN.
+% \pk{luatex.sty}, with which a few sub-packages strongly overlap. If they do
+% happen, such changes will be announced on the development list, and clearly
+% identified in the \file{Changes} file.
%
-% All packages in this bundle are tested with \luatex 0.25.4 to 0.60.x, with
-% formats based on \plaintex or \latex, as included in \texlive 2008, 2009,
-% and 2010.
+% All sub-packages are tested with \luatex 0.25.4 to 0.60.x and formats based
+% on \plaintex or \latex, as included in \texlive 2008, 2009, and 2010.
%
% \section{Implementation}
%