diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3experimental')
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/README.md | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf | bin | 0 -> 349873 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf | bin | 0 -> 718704 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.tex | 63 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.pdf | bin | 0 -> 418105 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-convert.pdf | bin | 440950 -> 440751 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf | bin | 373914 -> 373705 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf | bin | 372430 -> 372231 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/xgalley/l3galley.pdf | bin | 386137 -> 385938 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf | bin | 285990 -> 285784 bytes |
10 files changed, 82 insertions, 2 deletions
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. ----- -<p>Copyright (C) 1998-2011,2015-2017 The LaTeX3 Project <br /> +<p>Copyright (C) 1998-2011,2015-2018 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/l3color/l3color.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf Binary files differnew file mode 100644 index 00000000000..db0487baf80 --- /dev/null +++ b/Master/texmf-dist/doc/latex/l3experimental/l3color/l3color.pdf diff --git a/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf Binary files differnew file mode 100644 index 00000000000..9f5c3e16e2f --- /dev/null +++ b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw-code.pdf 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 Binary files differnew file mode 100644 index 00000000000..3ddbe38b733 --- /dev/null +++ b/Master/texmf-dist/doc/latex/l3experimental/l3draw/l3draw.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 5b589046569..c888ae64af6 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-format.pdf b/Master/texmf-dist/doc/latex/l3experimental/l3str/l3str-format.pdf Binary files differindex 2b0418a00ae..5b168852122 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/xcoffins/xcoffins.pdf b/Master/texmf-dist/doc/latex/l3experimental/xcoffins/xcoffins.pdf Binary files differindex 60ba438fdaa..f82daca5170 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 b24f545b668..5dfbd0ab757 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 56accc4f84b..53a23eaaf27 100644 --- a/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf +++ b/Master/texmf-dist/doc/latex/l3experimental/xgalley/xgalley.pdf |