diff options
Diffstat (limited to 'Master/texmf-dist/doc')
25 files changed, 110 insertions, 75 deletions
diff --git a/Master/texmf-dist/doc/latex/l3experimental/README.md b/Master/texmf-dist/doc/latex/l3experimental/README.md index 3e2caa7eb4e..e843f68e93d 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/README.md +++ b/Master/texmf-dist/doc/latex/l3experimental/README.md @@ -1,24 +1,12 @@ +Experimental LaTeX3 Concepts +============================ - Experimental LaTeX3 High-Level Concepts - ======================================= +Released 2015/09/11 - 2011/08/14 - - -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 l3experimental packages are a collection of experimental implementations +The `l3experimental` packages are a collection of experimental implementations for aspects of the LaTeX3 kernel, dealing with higher-level ideas such as the Designer Interface. Some of them work as stand alone packages, providing new functionality, and can be used on top of LaTeX2e with no changes to the @@ -26,45 +14,51 @@ existing kernel. Others go further, and redefine LaTeX2e internals to provide better methods for managing certain constructs. The packages in the collection are under active development and the interfaces may change. +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 `l3experimental`, make sure that `l3kernel` is +updated at the same time. + Currently included in the CTAN release of l3experimental are the following bundles: - * l3sort - * l3str - * xcoffins - * xgalley + * `l3sort` + * `l3str` + * `xcoffins` + * `xgalley` -l3sort ------- +`l3sort` +-------- -Ordered variables content (in tl, clist or seq variables) may be sorted -in a flexible manner using the l3sort module. The definition of how to sort +Ordered variables content (in `tl`, `clist` or `seq` variables) may be sorted +in a flexible manner using the `l3sort` module. The definition of how to sort two items is provided by the programmer at the point at which the sort is carried out. Internally, the sorting algorithm is designed to take advantage of TeX token registers to allow a high performance and scalable sort. -l3str ------ +`l3str` +------- A 'string' in TeX terms is a token list in which all of the tokens have category code 12 ('other'), with the exception of spaces which have the -category code 10 ('space'). The l3str bundle consists of two parts. The -first is l3str itself. This is a collection of functions to act on strings, +category code 10 ('space'). The `l3str` bundle consists of two parts. The +first is `l3str` itself. This is a collection of functions to act on strings, including for manipulations such as UTF8 mappings in pdfTeX. The second -part of the bundle is l3regex, a regular expression search-and-replace -implementation written in TeX primitives. The regex module works on a string -basis, ignoring category codes. +part of the bundle is `l3regex`, a regular expression search-and-replace +implementation written in TeX primitives. The regex module works on token +lists, and is part of `l3str` (currently) for historical reasons: the team +anticipate splitting the two in the future. -xcoffins --------- +`xcoffins` +---------- A _coffin_ is a 'box with handles': a data structure which comprises both a TeX box and associated information to allow controlled typesetting. -The xcoffins package provides a high-level interface for manipulating -coffins. This is supported by the lower-level l3coffins package, which +The `xcoffins` package provides a high-level interface for manipulating +coffins. This is supported by the lower-level `l3coffins` package, which provides the data structure. -xgalley -------- +`xgalley` +--------- In LaTeX3 terminology a galley is a rectangular area which receives text and other material filling it from top. The vertically extend of @@ -75,29 +69,63 @@ there are ways to control or change its behaviour. The xgalley module provides a mechanism for filling galleys and controlling the spacing, hyphenation and justification within them. -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 - listserv@urz.uni-heidelberg.de + listserv@urz.uni-heidelberg.de with the body containing - subscribe LATEX-L <Your-First-Name> <Your-Second-Name> + subscribe LATEX-L <Your-First-Name> <Your-Second-Name> + +Issues +------ + +The issue tracker for LaTeX3 is currently located at + + https://github.com/latex3/latex3/issues -BUGS ----- +Please report specific issues with LaTeX3 code there; more general +discussion should be directed to the [LaTeX-L list](#Discussion). -The issue tracker for LaTeX3 bugs is currently located at +The LaTeX3 Project +------------------ - https://github.com/latex3/latex3/issues +Development of LaTeX3 is carried out by +[The LaTeX3 Project](http://www.latex-project.org/latex3.html). Currently, +the team members are -Please report specific issues with LaTeX3 code there. More general -discussion should be directed to the LaTeX-L lists. + * 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](#Discussion) should be used. + +----- ---- Copyright 1998 -- 2011 - The LaTeX3 Project. All rights reserved --- +<p>Copyright (C) 1998-2011,2015 The LaTeX3 Project <br /> +<a href="http://latex-project.org/">http://latex-project.org/</a> <br /> +All rights reserved.</p> diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf Binary files differindex f9d179aeb54..797da4cae3e 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf Binary files differindex 61abc223f25..61fd18802fb 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf Binary files differindex 1f24dbe24ab..565edcb5068 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf Binary files differindex 00729108192..c4e96c9ddad 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-expl.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-expl.pdf Binary files differindex 0265abfc56c..52e065fc76d 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-expl.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-expl.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf Binary files differindex 279948ceab8..e2a0349fe3e 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-analysis.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-analysis.pdf Binary files differindex 7096c141088..53571442520 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-analysis.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-analysis.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-build.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-build.pdf Binary files differindex a99f80bf833..2f2fffe31c4 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-build.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-build.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf Binary files differindex 88a5daa5b75..abb6fd5860a 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf b/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf Binary files differindex cc26c985823..9e166e0cc15 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf Binary files differindex 3e85609cf51..4c24ea86f43 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf diff --git a/Master/texmf-dist/doc/latex/l3kernel/README.md b/Master/texmf-dist/doc/latex/l3kernel/README.md index d83695aa636..805819330ad 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/README.md +++ b/Master/texmf-dist/doc/latex/l3kernel/README.md @@ -1,6 +1,8 @@ LaTeX3 Programming Conventions ============================== +Released 2015/09/11 + Overview -------- @@ -48,21 +50,21 @@ changes, additions, _etc._ should be addressed to the list You can subscribe to this list by sending mail to - listserv@urz.uni-heidelberg.de + listserv@urz.uni-heidelberg.de with the body containing - subscribe LATEX-L <Your-First-Name> <Your-Second-Name> + subscribe LATEX-L <Your-First-Name> <Your-Second-Name> -Bugs ----- +Issues +------ -The issue tracker for LaTeX3 bugs is currently located at +The issue tracker for LaTeX3 is currently located at - https://github.com/latex3/latex3/issues + https://github.com/latex3/latex3/issues -Please report specific issues with LaTeX3 code there. More general -discussion should be directed to the LaTeX-L lists. +Please report specific issues with LaTeX3 code there; more general +discussion should be directed to the [LaTeX-L list](#Discussion). The LaTeX3 Project ------------------ @@ -92,10 +94,10 @@ Former members of The LaTeX3 Project team were 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. +the [LaTeX-L list](#Discussion) should be used. ----- -Copyright (C) 1998-2012 The LaTeX3 Project -All rights reserved +<p>Copyright (C) 1998-2012,2015 The LaTeX3 Project <br /> +<a href="http://latex-project.org/">http://latex-project.org/</a> <br /> +All rights reserved.</p> diff --git a/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf b/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf Binary files differindex d85d051cf9f..3a1fac84e6d 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf +++ b/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf diff --git a/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf b/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf Binary files differindex 1ad63f013eb..af83501f041 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf +++ b/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf Binary files differindex 533a90f1517..54f92d362f4 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf +++ b/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf Binary files differindex 5cc45329f9d..1652f555cf6 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf +++ b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf Binary files differindex daf8e09960d..f65e76046a5 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf +++ b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3.pdf b/Master/texmf-dist/doc/latex/l3kernel/source3.pdf Binary files differindex 23f7558d822..4ec3f18b9a7 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/source3.pdf +++ b/Master/texmf-dist/doc/latex/l3kernel/source3.pdf diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3body.tex b/Master/texmf-dist/doc/latex/l3kernel/source3body.tex index 111ea1b94ac..260d0248d4c 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/source3body.tex +++ b/Master/texmf-dist/doc/latex/l3kernel/source3body.tex @@ -453,6 +453,7 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments. \ExplSyntaxOff \DocInput{l3candidates.dtx} +\DocInput{l3sys.dtx} \DocInput{l3luatex.dtx} \DocInput{l3drivers.dtx} diff --git a/Master/texmf-dist/doc/latex/l3packages/README.md b/Master/texmf-dist/doc/latex/l3packages/README.md index 5a155d9be1b..84e929500cb 100644 --- a/Master/texmf-dist/doc/latex/l3packages/README.md +++ b/Master/texmf-dist/doc/latex/l3packages/README.md @@ -1,6 +1,8 @@ LaTeX3 High-Level Concepts ========================== +Released 2015/09/11 + Overview -------- @@ -13,7 +15,7 @@ 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 +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 @@ -63,21 +65,21 @@ changes, additions, _etc._ should be addressed to the list You can subscribe to this list by sending mail to - listserv@urz.uni-heidelberg.de + listserv@urz.uni-heidelberg.de with the body containing - subscribe LATEX-L <Your-First-Name> <Your-Second-Name> + subscribe LATEX-L <Your-First-Name> <Your-Second-Name> -Bugs ----- +Issues +------ -The issue tracker for LaTeX3 bugs is currently located at +The issue tracker for LaTeX3 is currently located at - https://github.com/latex3/latex3/issues + https://github.com/latex3/latex3/issues -Please report specific issues with LaTeX3 code there. More general -discussion should be directed to the LaTeX-L lists. +Please report specific issues with LaTeX3 code there; more general +discussion should be directed to the [LaTeX-L list](#Discussion). The LaTeX3 Project ------------------ @@ -107,8 +109,10 @@ Former members of The LaTeX3 Project team were 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. +the [LaTeX-L list](#Discussion) should be used. + +----- ---- Copyright 1998-2011 - The LaTeX3 Project. All rights reserved --- +<p>Copyright (C) 1998-2011,2015 The LaTeX3 Project <br /> +<a href="http://latex-project.org/">http://latex-project.org/</a> <br /> +All rights reserved.</p> 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 31191da5995..808130a6ba5 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 a86b1e74c77..ea4b18dba9d 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 0b1f1062b73..5ed995487ea 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 5b9e948594e..052658f844f 100644 --- a/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf +++ b/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf |