From 87d871a3d83784d48b71fa3712b9f525bfc710d2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 23 Feb 2018 21:54:14 +0000 Subject: l3 (22feb18) git-svn-id: svn://tug.org/texlive/trunk@46720 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/l3experimental/README.md | 21 ++++++- .../doc/latex/l3experimental/l3color/l3color.pdf | Bin 0 -> 349873 bytes .../latex/l3experimental/l3draw/l3draw-code.pdf | Bin 0 -> 718704 bytes .../latex/l3experimental/l3draw/l3draw-code.tex | 63 +++++++++++++++++++++ .../doc/latex/l3experimental/l3draw/l3draw.pdf | Bin 0 -> 418105 bytes .../latex/l3experimental/l3str/l3str-convert.pdf | Bin 440950 -> 440751 bytes .../latex/l3experimental/l3str/l3str-format.pdf | Bin 373914 -> 373705 bytes .../doc/latex/l3experimental/xcoffins/xcoffins.pdf | Bin 372430 -> 372231 bytes .../doc/latex/l3experimental/xgalley/l3galley.pdf | Bin 386137 -> 385938 bytes .../doc/latex/l3experimental/xgalley/xgalley.pdf | Bin 285990 -> 285784 bytes 10 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf create mode 100644 Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf create mode 100644 Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex create mode 100644 Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf (limited to 'Master/texmf-dist/doc/latex/l3experimental') diff --git a/Master/texmf-dist/doc/latex/l3experimental/README.md b/Master/texmf-dist/doc/latex/l3experimental/README.md index db2488dc367..7de3ca2cfff 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 ============================ -Release 2017/12/16 +Release 2018/02/21 Overview -------- @@ -21,10 +21,27 @@ updated at the same time. Currently included in the CTAN release of l3experimental are the following bundles: +* `l3color` +* `l3draw` * `l3str` * `xcoffins` * `xgalley` +`l3color` +--------- + +This module provides support for setting colors using a range of color models. +It also allows the construction of 'color expressions', in which multiple colors +are mixed together at the macro level. There is also support for spot colors: +the latter is highly experimental. + +`l3draw` +-------- + +This module provides a code-level interface for constructing drawings. The +interfaces are heavily inspired by the `pgf` layer of the widely-used +TikZ system. + `l3str` ------- @@ -111,6 +128,6 @@ the [LaTeX-L list](#Discussion) should be used. ----- -

Copyright (C) 1998-2011,2015-2017 The LaTeX3 Project
+

Copyright (C) 1998-2011,2015-2018 The LaTeX3 Project
http://latex-project.org/
All rights reserved.

diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf new file mode 100644 index 00000000000..db0487baf80 Binary files /dev/null and b/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf new file mode 100644 index 00000000000..9f5c3e16e2f Binary files /dev/null and b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex new file mode 100644 index 00000000000..e7a097136fb --- /dev/null +++ b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex @@ -0,0 +1,63 @@ +\iffalse meta-comment + + File: l3draw-code.tex Copyright (C) 2018 The LaTeX3 Project + + It may be distributed and/or modified under the conditions of the + LaTeX Project Public License (LPPL), either version 1.3c of this + license or (at your option) any later version. The latest version + of this license is in the file + + https://www.latex-project.org/lppl.txt + + This file is part of the "l3experimental bundle" (The Work in LPPL) + and all files in that bundle must be distributed together. + + The released version of this bundle is available from CTAN. + + ----------------------------------------------------------------------- + + The development version of the bundle can be found at + + https://github.com/latex3/latex3 + + for those people who are interested. + +\fi + +\documentclass{l3doc} + +\begin{document} + +\makeatletter +\let\DelayPrintIndex\PrintIndex +\let\PrintIndex\@empty +\makeatother + +\DisableImplementation + +\DocInput{l3draw.dtx} + +\ExplSyntaxOn +\clist_gput_right:Nn \g_docinput_clist + { + l3draw-paths.dtx , + l3draw-points.dtx , + l3draw-scopes.dtx , + l3draw-softpath.dtx , + l3draw-state.dtx , + l3draw-transforms.dtx + } +\ExplSyntaxOff + +\part{Implementation} + +\def\maketitle{} +\EnableImplementation +\DisableDocumentation +\DocInputAgain + +\clearpage + +\DelayPrintIndex + +\end{document} diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf new file mode 100644 index 00000000000..3ddbe38b733 Binary files /dev/null and b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.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 5b589046569..c888ae64af6 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-format.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf index 2b0418a00ae..5b168852122 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/xcoffins/xcoffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf index 60ba438fdaa..f82daca5170 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 b24f545b668..5dfbd0ab757 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 56accc4f84b..53a23eaaf27 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 -- cgit v1.2.3