From f5112bd8d60b74a14f806899d414c8142393529d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Oct 2018 20:39:38 +0000 Subject: pgf-cmykshadings (17oct18) git-svn-id: svn://tug.org/texlive/trunk@48924 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/pgf-cmykshadings/README.md | 107 +++++++++++++++++++++ .../latex/pgf-cmykshadings/pgf-cmykshadings.pdf | Bin 0 -> 472404 bytes 2 files changed, 107 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/pgf-cmykshadings/README.md create mode 100644 Master/texmf-dist/doc/latex/pgf-cmykshadings/pgf-cmykshadings.pdf (limited to 'Master/texmf-dist/doc/latex/pgf-cmykshadings') diff --git a/Master/texmf-dist/doc/latex/pgf-cmykshadings/README.md b/Master/texmf-dist/doc/latex/pgf-cmykshadings/README.md new file mode 100644 index 00000000000..81c05b45e67 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pgf-cmykshadings/README.md @@ -0,0 +1,107 @@ +# pgf-cmykshadings — Support for CMYK and grayscale shadings in PGF/TikZ + +The `pgf-cmykshadings` package provides support for CMYK and grayscale shadings +for the `pgf` package. By default `pgf` only supports RGB shadings. Horizontal, +vertical, radial, and functional shadings are supported for pdfLaTeX, LuaLaTeX, +and XeLaTeX. `pgf-cmykshadings` attempts to produce shadings consistent with +the currently selected `xcolor` colour model. The `rgb`, `cmyk`, and `gray` +colour models from the `xcolor` package are supported. + +## Installation from TeXLive or MiKTeX + +`pgf-cmykshadings` is in TeXLive and MiKTeX and can be installed in the usual +way through your distribution. e.g., in TeXLive by running: + +``` +tlmgr install pgf-cmykshadings +``` + +## Installation from CTAN + +Download and unpack `pgf-cmykshadings.zip` from CTAN at +https://ctan.org/pkg/pgf-cmykshadings + +Change to the `pgf-cmykshadings` directory, then run: + +``` +tex pgf-cmykshadings.ins +``` + +to generate `pgf-cmykshadigns.sty`, `pgfsys-cmykshadings-pdftex.def`, +`pgfsys-cmykshadings-xetex.def`, `pgfsys-cmykshadings-luatex.def`, and +`pgfsys-cmykshadings-dvipdfmx.def`. + +Copy these generated files to `$TEXMFHOME/tex/latex/pgf-cmykshadings/` and +`pgf-cmykshadings.pdf` to `$TEXMFHOME/doc/latex/pgf-cmykshadings/`. + +You can find `$TEXMFHOME` by running: + +``` +kpsewhich -var-value=TEXMFHOME +``` + +## Installation from Git Source + +`pgf-cmykshadings` uses the `l3build` system. + +Clone the git repository using: + +``` +git clone https://github.com/dcpurton/pgf-cmykshadings.git +``` + +Change to the `pgf-cmykshadings` directory, and then the package can be +installed by running: + +``` +l3build install +``` + +Documentation (`pgf-cmykshadings.pdf`) can be compiled by running: + +``` +l3build doc +``` + +To install the documentation, copy `pgf-cmykshadings.pdf` to +`$TEXMFHOME/doc/latex/pgf-cmykshadings/`. + +You can find `$TEXMFHOME` by running: + +``` +kpsewhich -var-value=TEXMFHOME +``` + +## Licence + +``` +Copyright (c) 2018 David Purton + +This work may be distributed and/or modified under the conditions of +the LaTeX Project Public License, either version 1.3c of this license +or (at your option) any later version. The latest version of this +license is in + http://www.latex-project.org/lppl.txt +and version 1.3c or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work is "maintained" (as per the LPPL maintenance status) +by David Purton. + +This work consists of the files pgf-cmykshadings.ins, +pgf-cmykshadings.dtx, README.md, and the derived files + - pgf-cmykshadings.sty + - pgfsys-cmykshadings-pdftex.def + - pgfsys-cmykshadgins-xetex.def + - pgfsys-cmykshadings-luatex.def + - pgfsys-cmykshadings-dvipdfmx.def + - pgf-cmykshadings.pdf + + +Substantial parts of the code for this package are taken from the pgf +package files pgfcoreshade.code.tex, pgfsys-pdftex.def, +pgfsys-luatex.def, and pgfsys-dvipdfmx.def copyright (c) 2006 Till +Tantau and then slightly modified to support CMYK and grayscale +shadings. +``` + diff --git a/Master/texmf-dist/doc/latex/pgf-cmykshadings/pgf-cmykshadings.pdf b/Master/texmf-dist/doc/latex/pgf-cmykshadings/pgf-cmykshadings.pdf new file mode 100644 index 00000000000..83225fe55ad Binary files /dev/null and b/Master/texmf-dist/doc/latex/pgf-cmykshadings/pgf-cmykshadings.pdf differ -- cgit v1.2.3