diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-10 21:53:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-10 21:53:05 +0000 |
commit | d2d088ff389655c2c3aad324760138895af2a9d3 (patch) | |
tree | 4ecc58534aba97bdfccadd451ead5c5c9289bb23 /Master/texmf-dist/doc/latex/l3packages | |
parent | 26a0070af35fa5652128c74fa1f126ec51def209 (diff) |
l3packages 2900 (10oct11)
git-svn-id: svn://tug.org/texlive/trunk@24257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3packages')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3packages/README | 132 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf | bin | 472930 -> 471879 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf | bin | 624855 -> 624515 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf | bin | 403915 -> 427745 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf | bin | 397726 -> 397002 bytes |
5 files changed, 74 insertions, 58 deletions
diff --git a/Master/texmf-dist/doc/latex/l3packages/README b/Master/texmf-dist/doc/latex/l3packages/README index f926499e5d1..fe54217df41 100644 --- a/Master/texmf-dist/doc/latex/l3packages/README +++ b/Master/texmf-dist/doc/latex/l3packages/README @@ -1,80 +1,65 @@ +LaTeX3 High-Level Concepts +========================== - LaTeX3 High-Level Concepts - ========================== - - 2011/06/30 - - -WHERE TO GET IT ---------------- - -The files in this distribution represent a snapshot of selected files -from the Subversion (SVN) repository of the LaTeX3 Project. - -To obtain current versions of the files, visit -<http://www.latex-project.org/code.html> which contains further -instructions. - -OVERVIEW +Overview -------- -The l3packages collection is contains implementations for aspects of the -LaTeX3 kernel, dealing with higher-level ideas such as the Designer -Interface. The packages here are considered broadly stable (The LaTeX3 -Project does not expect the interfaces to alter radically). These -packages are build on LaTeX2e conventions at the interface level, and -so may not migrate in the current form to a stand-alone LaTeX3 format. +The `l3packages` collection is contains implementations for aspects of the +LaTeX3 kernel, dealing with higher-level ideas such as the Designer Interface. +The packages here are considered broadly stable (The LaTeX3 Project does not +expect the interfaces to alter radically). These packages are build on LaTeX2e +conventions at the interface level, and so may not migrate in the current form +to a stand-alone LaTeX3 format. -All of the material in the collection requires the LaTeX3 base layer -package [l3kernel](http://ctan.org/pkg/l3kernel). The two packages must -be installed in matching versions: if you update l3packages, make sure -that l3kernel is updated at the same time. +All of the material in the collection requires the LaTeX3 base layer package +[`l3kernel`](http://ctan.org/pkg/l3kernel). The two packages must be installed +in matching versions: if you update l3packages, make sure that `l3kernel` is +updated at the same time. -Currently included in the CTAN release of l3packages are the following +Currently included in the CTAN release of `l3packages` are the following bundles: - * l3keys2e - * xfrac - * xparse - * xtemplate + * `l3keys2e` + * `xfrac` + * `xparse` + * `xtemplate` -l3keys2e --------- +`l3keys2e` +---------- -The l3keys2e package allows keys defined using l3keys to be used -as package and class options with LaTeX2e. This is tied to the -method the existing kernel uses for processing options, and so it -is likely that a stand-alone LaTeX3 kernel will use a very different -approach. +The `l3keys2e` package allows keys defined using `l3keys` to be used as package +and class options with LaTeX2e. This is tied to the method the existing kernel +uses for processing options, and so it is likely that a stand-alone LaTeX3 +kernel will use a very different approach. -xfrac ------ +`xfrac` +------- -The xfrac package uses the interface defined by xtemplate to provide +The `xfrac` package uses the interface defined by `xtemplate` to provide flexible split-level fractions _via_ the `\sfrac` macro. This is both a -demonstration of the power of the template concept and also a useful -addition to the available functionality in LaTeX2e. +demonstration of the power of the template concept and also a useful addition +to the available functionality in LaTeX2e. -xparse ------ +`xparse` +------- -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 `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. -xtemplate ------ +`xtemplate` +----------- -The xtemplate package provides an interface for defining generic +The `xtemplate` package provides an interface for defining generic functions using a key=val syntax. This is designed to be "self-documenting", with the key definitions providing information on how they are to be used. -DISCUSSION +Discussion ---------- Discussion concerning the approach, suggestions for improvements, -changes, additions, etc. should be addressed to the list LaTeX-L. +changes, additions, _etc._ should be addressed to the list +[LaTeX-L](http://news.gmane.org/group/gmane.comp.tex.latex.latex3). You can subscribe to this list by sending mail to @@ -84,7 +69,7 @@ with the body containing subscribe LATEX-L <Your-First-Name> <Your-Second-Name> -BUGS +Bugs ---- The issue tracker for LaTeX3 bugs is currently located at @@ -94,5 +79,36 @@ The issue tracker for LaTeX3 bugs is currently located at Please report specific issues with LaTeX3 code there. More general discussion should be directed to the LaTeX-L lists. ---- Copyright 1998 -- 2011 - The LaTeX3 Project. All rights reserved --- +The LaTeX3 Project +------------------ + +Development of LaTeX3 is carried out by +[The LaTeX3 Project](http://www.latex-project.org/latex3.html). Currently, +the team members are + + * Johannes Braams + * David Carlisle + * Robin Fairbairns + * Morten Høgholm + * Bruno Le Floch + * Thomas Lotze + * Frank Mittelbach + * Will Robertson + * Chris Rowley + * Rainer Schöpf + * Joseph Wright + +Former members of The LaTeX3 Project team were + + * Michael Downes + * Denys Duchier + * Alan Jeffrey + * Martin Schröder + +The development team can be contacted +by e-mail: <latex-team@latex-project.org>; for general LaTeX3 discussion +the [LaTeX-L list](http://news.gmane.org/group/gmane.comp.tex.latex.latex3) +should be used. + +--- Copyright 1998-2011 + The LaTeX3 Project. All rights reserved ---
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf b/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf Binary files differindex 0e65fa8e91b..8ab14d30bb2 100644 --- a/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf +++ b/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf diff --git a/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf b/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf Binary files differindex 706b90faab4..61081e0e329 100644 --- a/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf +++ b/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf diff --git a/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf b/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf Binary files differindex c6c6b92e395..72961f51e53 100644 --- a/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf +++ b/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf diff --git a/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf b/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf Binary files differindex 3d51074f037..453399c7f06 100644 --- a/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf +++ b/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf |