summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/plain/pitex/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/plain/pitex/README')
-rw-r--r--Master/texmf-dist/doc/plain/pitex/README36
1 files changed, 25 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/plain/pitex/README b/Master/texmf-dist/doc/plain/pitex/README
index 0322fcdc5a3..13fd5c71927 100644
--- a/Master/texmf-dist/doc/plain/pitex/README
+++ b/Master/texmf-dist/doc/plain/pitex/README
@@ -3,22 +3,36 @@ typeset documentations for my packages (that's why it is
archived on CTAN).
Perhaps in the future, when this achieves some kind of
-format-like completude, there'll be a documentation and
-it'll be publicly announced.
+format-like completude, it'll be publicly announced. In the
+meanwhile, a documentation exists (pitex-doc.pdf, also readable
+in a text editor as pitex-doc.txt).
You can of course use those macros, but you are on your
own, and the files will probably be modified without announcement.
-The file is supposed to be \input on plain TeX with LuaTeX, at least v.0.6.
-
+The file is supposed to be \input on plain TeX with LuaTeX, at least v.0.7.
The files needed are:
-texapi.tex (an independent package)
-yax.tex (an independent package)
-fonts.ptx (piTeX font "management")
-luaotfload.sty (an independent package (not by me))
-sections.ptx (piTeX sectionning commands)
+texapi.tex (an independent package for programming)
+yax.tex (an independent package for key=value interface)
+gates.tex and gates.lua (an independant package for overall architecture)
+navigator.tex (an independant package for PDF features)
+lua.ptx and base.ptxlua (Lua side)
+files.ptx (file management)
+fonts.ptx, fonts.ptxlua and foundry-settings.lua
+ (fonts, should be independant some day; actually
+ fonts.ptxlua can be used independantly, but there is
+ no doc)
+sections.ptx (sectionning commands)
+blocks.ptx (text blocks)
+references.ptx (labels and references)
+verbatim.ptx (typesetting verbatim)
+inserts.ptx (footnotes and figures, a mess, like most files here anyway)
+output.ptx (output routine)
+
+The file i-pitex.lua is needed only to typeset the documentation
+with the Interpreter package.
-Date: July 2010.
+Date: November 2011.
-Licensing of these files is covered by LPPL. \ No newline at end of file
+Licensing of these files is covered by LPPL.