diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-08-05 14:20:20 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-08-05 14:20:20 +0000 |
commit | 505a62b02785f465968da051faa2801234a91c9e (patch) | |
tree | cf0c83d5a6711e215e5fa2db17cb64e930a1262a /Master/texmf-dist/doc/latex/xpackages | |
parent | bf687e7363bb107761d39bf2425633982bc38249 (diff) |
new xpackages package (collection of latex3-flavoured latex2e packages)
git-svn-id: svn://tug.org/texlive/trunk@10101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/xpackages')
-rw-r--r-- | Master/texmf-dist/doc/latex/xpackages/ldcsetup.pdf | bin | 0 -> 101031 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/xpackages/readme-ctan.txt | 79 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xpackages/template.pdf | bin | 0 -> 225476 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/xpackages/xparse.pdf | bin | 0 -> 467829 bytes |
4 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/xpackages/ldcsetup.pdf b/Master/texmf-dist/doc/latex/xpackages/ldcsetup.pdf Binary files differnew file mode 100644 index 00000000000..1c34045b876 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xpackages/ldcsetup.pdf diff --git a/Master/texmf-dist/doc/latex/xpackages/readme-ctan.txt b/Master/texmf-dist/doc/latex/xpackages/readme-ctan.txt new file mode 100644 index 00000000000..ed0886c4358 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xpackages/readme-ctan.txt @@ -0,0 +1,79 @@ + + Experimental Packages Demonstrating + Possible LaTeX3 High-Level Concepts + ==================================== + + 2008/08/03 + + +WHERE TO GET IT +--------------- + +The current version of these packages can be obtained by following the +instructions at <http://www.latex-project.org/code.html>. + +OVERVIEW +-------- + +Currently included in the CTAN release is the following bundle: + xbase + +It requires expl3 to be installed. + + +xbase +----- + +The xbase bundle provides the packages xparse and template, and the +support package ldcsetup. + +The xparse package provides a high-level interface for declaring +document commands, e.g., a uniform way to define commands taking +optional arguments, optional stars (and others), mandatory arguments +and more. + +The template package provides an interface for defining generic +functions using a key=val syntax. + +The ldcsetup package used to establish prototype LaTeX3 coding conventions, +needed by xparse and xbase, but is now slowly being stripped in favor +of functionality added to expl3. + +Files included: + source: xbase.ins, xparse.dtx, template.dtx, ldcsetup.dtx + test: template-test.tex, template-test2.tex, tprestrict-test.tex, + xparse-test.tex + + + +DISCUSSION +---------- + +Discussion concerning the approach, suggestions for improvements, changes, +additions, etc. should be addressed to the list LATEX-L. + +You can subscribe to this list by sending mail to + + listserv@urz.uni-heidelberg.de + +with the body containing + + subscribe LATEX-L <Your-First-Name> <Your-Second-Name> + + +BUGS +---- + +If you find a real bug that makes a package stop working you can +report it via the standard LaTeX bug reporting mechanism of the LaTeX +distribution (see bugs.txt there) using the category "Experimental +LaTeX kernel". However please do *not* use this method for +suggestions / comments / improvements / etc. For this the list LATEX-L +should be used instead. + +Also please don't expect these package to work with *any* code that +floats around in the LaTeX2e world. :-) + + +--- Copyright 1998 -- 2008 + The LaTeX3 Project. All rights reserved --- diff --git a/Master/texmf-dist/doc/latex/xpackages/template.pdf b/Master/texmf-dist/doc/latex/xpackages/template.pdf Binary files differnew file mode 100644 index 00000000000..a38ce068b01 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xpackages/template.pdf diff --git a/Master/texmf-dist/doc/latex/xpackages/xparse.pdf b/Master/texmf-dist/doc/latex/xpackages/xparse.pdf Binary files differnew file mode 100644 index 00000000000..e86d3466dd6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xpackages/xparse.pdf |