From 472e2dc119ba3eca6a8672e7606df6a7dc847a19 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Sep 2015 21:17:44 +0000 Subject: l3 (28sep15) git-svn-id: svn://tug.org/texlive/trunk@38490 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/l3build/README.md | 43 ++++++++------- Master/texmf-dist/doc/latex/l3build/l3build.pdf | Bin 595373 -> 595422 bytes .../texmf-dist/doc/latex/l3experimental/README.md | 45 ++++++++-------- .../doc/latex/l3experimental/l3sort/l3sort.pdf | Bin 377156 -> 377497 bytes .../doc/latex/l3experimental/l3str/l3flag.pdf | Bin 319977 -> 320319 bytes .../doc/latex/l3experimental/l3str/l3regex.pdf | Bin 455921 -> 456250 bytes .../latex/l3experimental/l3str/l3str-convert.pdf | Bin 448216 -> 448521 bytes .../doc/latex/l3experimental/l3str/l3str-expl.pdf | Bin 415277 -> 0 bytes .../latex/l3experimental/l3str/l3str-format.pdf | Bin 379605 -> 380165 bytes .../latex/l3experimental/l3str/l3tl-analysis.pdf | Bin 352835 -> 352803 bytes .../doc/latex/l3experimental/l3str/l3tl-build.pdf | Bin 385138 -> 385138 bytes .../doc/latex/l3experimental/xcoffins/xcoffins.pdf | Bin 395295 -> 395295 bytes .../doc/latex/l3experimental/xgalley/l3galley.pdf | Bin 397180 -> 397522 bytes .../doc/latex/l3experimental/xgalley/xgalley.pdf | Bin 291807 -> 291807 bytes Master/texmf-dist/doc/latex/l3kernel/README.md | 45 ++++++++-------- Master/texmf-dist/doc/latex/l3kernel/expl3.pdf | Bin 586154 -> 586689 bytes .../texmf-dist/doc/latex/l3kernel/interface3.pdf | Bin 1474357 -> 1496740 bytes .../texmf-dist/doc/latex/l3kernel/l3docstrip.pdf | Bin 268234 -> 268234 bytes .../texmf-dist/doc/latex/l3kernel/l3obsolete.txt | 60 ++++++++++++++++++--- .../texmf-dist/doc/latex/l3kernel/l3styleguide.pdf | Bin 276800 -> 276800 bytes .../doc/latex/l3kernel/l3syntax-changes.pdf | Bin 220220 -> 220220 bytes Master/texmf-dist/doc/latex/l3kernel/source3.pdf | Bin 4599008 -> 4674312 bytes Master/texmf-dist/doc/latex/l3packages/README.md | 45 ++++++++-------- .../doc/latex/l3packages/l3keys2e/l3keys2e.pdf | Bin 333520 -> 333870 bytes .../doc/latex/l3packages/xfrac/xfrac.pdf | Bin 478402 -> 478402 bytes .../doc/latex/l3packages/xparse/xparse.pdf | Bin 459465 -> 459801 bytes .../doc/latex/l3packages/xtemplate/xtemplate.pdf | Bin 422544 -> 422874 bytes 27 files changed, 141 insertions(+), 97 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-expl.pdf (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/l3build/README.md b/Master/texmf-dist/doc/latex/l3build/README.md index d39bf486108..e2498b4921c 100644 --- a/Master/texmf-dist/doc/latex/l3build/README.md +++ b/Master/texmf-dist/doc/latex/l3build/README.md @@ -1,16 +1,16 @@ l3build: a testing and building system for LaTeX3 ================================================= -Release 2015/09/14 (r6007) +Release 2015/09/27 (r6111) Overview -------- The `l3build` module is designed to support the development of high-quality LaTeX code by providing: - - A unit testing system - - Automated typesetting of code sources - - A reliable packaging system for CTAN releases +* A unit testing system +* Automated typesetting of code sources +* A reliable packaging system for CTAN releases The bundle consists of a Lua script to run the tasks and a `.tex` file which provides the testing environment. These were @@ -36,9 +36,8 @@ with the body containing Issues ------ -The issue tracker for LaTeX3 is currently located at - - https://github.com/latex3/latex3/issues +The issue tracker for LaTeX3 is currently located +[on GitHub](https://github.com/latex3/latex3/issues). Please report specific issues with LaTeX3 code there; more general discussion should be directed to the [LaTeX-L list](#Discussion). @@ -50,24 +49,24 @@ 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 +* 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 +* Michael Downes +* Denys Duchier +* Alan Jeffrey +* Martin Schröder The development team can be contacted by e-mail: ; for general LaTeX3 discussion diff --git a/Master/texmf-dist/doc/latex/l3build/l3build.pdf b/Master/texmf-dist/doc/latex/l3build/l3build.pdf index a7ba01b7084..651953a00bb 100644 Binary files a/Master/texmf-dist/doc/latex/l3build/l3build.pdf and b/Master/texmf-dist/doc/latex/l3build/l3build.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/README.md b/Master/texmf-dist/doc/latex/l3experimental/README.md index e843f68e93d..9b6941d761c 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/README.md +++ b/Master/texmf-dist/doc/latex/l3experimental/README.md @@ -1,7 +1,7 @@ Experimental LaTeX3 Concepts ============================ -Released 2015/09/11 +Release 2015/09/27 (r6111) Overview -------- @@ -21,10 +21,10 @@ 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` -------- @@ -87,9 +87,8 @@ with the body containing Issues ------ -The issue tracker for LaTeX3 is currently located at - - https://github.com/latex3/latex3/issues +The issue tracker for LaTeX3 is currently located +[on GitHub](https://github.com/latex3/latex3/issues). Please report specific issues with LaTeX3 code there; more general discussion should be directed to the [LaTeX-L list](#Discussion). @@ -101,24 +100,24 @@ 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 +* 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 +* Michael Downes +* Denys Duchier +* Alan Jeffrey +* Martin Schröder The development team can be contacted by e-mail: ; for general LaTeX3 discussion diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf index 797da4cae3e..31930b4ae12 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3sort/l3sort.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf index 61fd18802fb..b0079115df5 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3flag.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf index 565edcb5068..11e1d5ac2f9 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3regex.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf index c4e96c9ddad..b486865c597 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-expl.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-expl.pdf deleted file mode 100644 index 52e065fc76d..00000000000 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-expl.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf index e2a0349fe3e..7fc1d9072ff 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-analysis.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-analysis.pdf index 53571442520..12be17e905e 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-analysis.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-analysis.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-build.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-build.pdf index 2f2fffe31c4..1d088cc0a77 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-build.pdf and b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3tl-build.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf index abb6fd5860a..7b3ee0d55de 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf b/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf index 9e166e0cc15..46d7ca254a4 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf index 4c24ea86f43..ccad0b3bb5e 100644 Binary files a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf and b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/README.md b/Master/texmf-dist/doc/latex/l3kernel/README.md index 805819330ad..171f9fc2733 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/README.md +++ b/Master/texmf-dist/doc/latex/l3kernel/README.md @@ -1,7 +1,7 @@ LaTeX3 Programming Conventions ============================== -Released 2015/09/11 +Release 2015/09/27 (r6111) Overview -------- @@ -31,10 +31,10 @@ The `l3kernel` bundle requires the e-TeX extensions and the functionality of the `\pdfstrcmp` primitive. As a result, the bundle will only work with the following engines: - - pdfTeX v1.30 or later - - XeTeX v0.9994 or later - - LuaTeX v0.40 or later - - e-(u)pTeX from mid-2012 onward +* pdfTeX v1.30 or later +* XeTeX v0.9994 or later +* LuaTeX v0.40 or later +* e-(u)pTeX from mid-2012 onward pdfTeX v1.30 was released in 2005, and so any recent TeX distribution will support `l3kernel`. Both XeTeX and LuaTeX have developed more @@ -59,9 +59,8 @@ with the body containing Issues ------ -The issue tracker for LaTeX3 is currently located at - - https://github.com/latex3/latex3/issues +The issue tracker for LaTeX3 is currently located +[on GitHub](https://github.com/latex3/latex3/issues). Please report specific issues with LaTeX3 code there; more general discussion should be directed to the [LaTeX-L list](#Discussion). @@ -73,24 +72,24 @@ 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 +* 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 +* Michael Downes +* Denys Duchier +* Alan Jeffrey +* Martin Schröder The development team can be contacted by e-mail: ; for general LaTeX3 discussion diff --git a/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf b/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf index 3a1fac84e6d..441a55d24f0 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/expl3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf b/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf index af83501f041..35d9ad58135 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/interface3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf index 54f92d362f4..3775ae12357 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3docstrip.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3obsolete.txt b/Master/texmf-dist/doc/latex/l3kernel/l3obsolete.txt index 6bc885b0765..a5db9f15f83 100644 --- a/Master/texmf-dist/doc/latex/l3kernel/l3obsolete.txt +++ b/Master/texmf-dist/doc/latex/l3kernel/l3obsolete.txt @@ -1,12 +1,59 @@ -This file lists functions and variables removed from l3kernel. -Functions which were added with 'experimental' status only are -not listed. The 'Date removed' and 'SVN' columns detail when the -functions are removed from the standard DocStrip extraction for -l3kernel. +This file lists functions and variables which were part of l3kernel +but which are either deprecated or which have been removed entirely. +The file is split into two parts. The first part lists functions +which are deprecated but are still currently included in the +extracted files. The second part lists functions which have been +removed from the distribution entirely. Functions which were added +with 'experimental' status only are not listed. +Deprecated functions and variables +================================== + +These functions are deprecated and should be removed from packages. +They will be removed from the sources at the end of the given year. + +-------------------------------------- +Function Expires end +-------------------------------------- +\c_job_name_tl 2016 +\fp_gset_from_dim:cn 2015 +\fp_gset_from_dim:Nn 2015 +\fp_set_from_dim:cn 2015 +\fp_set_from_dim:Nn 2015 +\int_from_binary:n 2015 +\int_to_binary:n 2015 +\int_from_hexadecimal:n 2015 +\int_to_hexadecimal:n 2015 +\int_from_octal:n 2015 +\int_to_octal:n 2015 +\luatex_if_engine_p: 2016 +\luatex_if_engine:F 2016 +\luatex_if_engine:T 2016 +\luatex_if_engine:TF 2016 +\pdftex_if_engine_p: 2016 +\pdftex_if_engine:F 2016 +\pdftex_if_engine:T 2016 +\pdftex_if_engine:TF 2016 +\prop_get:cn 2015 +\prop_get:Nn 2015 +\scan_align_safe_stop: 2016 +\xetex_if_engine_p: 2016 +\xetex_if_engine:F 2016 +\xetex_if_engine:T 2016 +\xetex_if_engine:TF 2016 +[key property] .value_forbidden: 2016 +[key property] .value_required: 2016 +--------------------------------------- + +Removed functions and variables +=============================== + +The 'Date removed' and 'SVN' columns detail when the functions were +removed from the sources. + +------------------------------------------------------------------ Function Date removed SVN ------------------------------------------------------------------ - \c_active_char_token 2011-09-08 2786 \c_alignment_tab_token 2011-09-08 2786 \c_empty_toks 2011-09-08 2786 @@ -500,3 +547,4 @@ Function Date removed SVN [key property] .code:x 2013-07-10 4539 [key property] .generate_choices:n 2015-07-14 5655 [key property] .meta:x 2013-07-10 4538 +------------------------------------------------------------------ \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf index 1652f555cf6..ac1cb97920a 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3styleguide.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf index f65e76046a5..234aded2a39 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf and b/Master/texmf-dist/doc/latex/l3kernel/l3syntax-changes.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3kernel/source3.pdf b/Master/texmf-dist/doc/latex/l3kernel/source3.pdf index 4ec3f18b9a7..f3e955613e1 100644 Binary files a/Master/texmf-dist/doc/latex/l3kernel/source3.pdf and b/Master/texmf-dist/doc/latex/l3kernel/source3.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3packages/README.md b/Master/texmf-dist/doc/latex/l3packages/README.md index 84e929500cb..3d20865dbb2 100644 --- a/Master/texmf-dist/doc/latex/l3packages/README.md +++ b/Master/texmf-dist/doc/latex/l3packages/README.md @@ -1,7 +1,7 @@ LaTeX3 High-Level Concepts ========================== -Released 2015/09/11 +Release 2015/09/27 (r6111) Overview -------- @@ -20,10 +20,10 @@ updated at the same time. Currently included in the CTAN release of `l3packages` are the following bundles: - * `l3keys2e` - * `xfrac` - * `xparse` - * `xtemplate` +* `l3keys2e` +* `xfrac` +* `xparse` +* `xtemplate` `l3keys2e` ---------- @@ -74,9 +74,8 @@ with the body containing Issues ------ -The issue tracker for LaTeX3 is currently located at - - https://github.com/latex3/latex3/issues +The issue tracker for LaTeX3 is currently located +[on GitHub](https://github.com/latex3/latex3/issues). Please report specific issues with LaTeX3 code there; more general discussion should be directed to the [LaTeX-L list](#Discussion). @@ -88,24 +87,24 @@ 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 +* 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 +* Michael Downes +* Denys Duchier +* Alan Jeffrey +* Martin Schröder The development team can be contacted by e-mail: ; for general LaTeX3 discussion diff --git a/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf b/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf index 808130a6ba5..5fbaf3c6a55 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf and b/Master/texmf-dist/doc/latex/l3packages/l3keys2e/l3keys2e.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf b/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf index ea4b18dba9d..e33e26e00c8 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf and b/Master/texmf-dist/doc/latex/l3packages/xfrac/xfrac.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf b/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf index 5ed995487ea..1e7301c134f 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf and b/Master/texmf-dist/doc/latex/l3packages/xparse/xparse.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf b/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf index 052658f844f..f3461b730a6 100644 Binary files a/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf and b/Master/texmf-dist/doc/latex/l3packages/xtemplate/xtemplate.pdf differ -- cgit v1.2.3