From a8064b8efea58f48a68d2b78bd462befb55daa5f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 17 Feb 2018 22:36:51 +0000 Subject: tikz-layers (17feb18) git-svn-id: svn://tug.org/texlive/trunk@46660 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/tikz-layers/README | 21 +++++++++++++ .../doc/latex/tikz-layers/README.TEXLIVE | 7 +++++ .../texmf-dist/doc/latex/tikz-layers/manifest.txt | 2 ++ .../tex/latex/tikz-layers/tikz-layers.sty | 34 ++++++++++++++++++++++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 1 + Master/tlpkg/tlpsrc/collection-pictures.tlpsrc | 1 + Master/tlpkg/tlpsrc/tikz-layers.tlpsrc | 0 8 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/tikz-layers/README create mode 100644 Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE create mode 100644 Master/texmf-dist/doc/latex/tikz-layers/manifest.txt create mode 100644 Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty create mode 100644 Master/tlpkg/tlpsrc/tikz-layers.tlpsrc (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/tikz-layers/README b/Master/texmf-dist/doc/latex/tikz-layers/README new file mode 100644 index 00000000000..4b52c7ed467 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikz-layers/README @@ -0,0 +1,21 @@ +LaTeX package: tikz-layers + +Enables extra (and useful) layers for pgf/tikz graphics. + +Dependencies: TikZ package + +Copyright 2018 Rui Moutinho + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +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.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Rui Moutinho. + +Contact: rumout@gmail.com \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE b/Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE new file mode 100644 index 00000000000..2eec5aeb2ed --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE @@ -0,0 +1,7 @@ +The following files have been removed in the TeX Live installation of +the current package, typically due to duplication, lack of space, or +missing source code. You can find these files on CTAN at + http://mirror.ctan.org/graphics/pgf/contrib/tikz-layers +If questions or concerns, email tex-live@tug.org. + + tikz-layers-doc.pdf diff --git a/Master/texmf-dist/doc/latex/tikz-layers/manifest.txt b/Master/texmf-dist/doc/latex/tikz-layers/manifest.txt new file mode 100644 index 00000000000..127655df782 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tikz-layers/manifest.txt @@ -0,0 +1,2 @@ +tikz-layers.sty +tikz-layers-doc.pdf diff --git a/Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty b/Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty new file mode 100644 index 00000000000..169556156e1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty @@ -0,0 +1,34 @@ +%% tikz-layers.sty +%% Copyright 2018 Rui Moutinho +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% 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.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is Rui Moutinho. +% +% This work consists of the files listed on manifest.txt. + +\ProvidesPackage{tikz-layers}[2018/02/15 v0.9 Installs basic layers via TikZ] + +\RequirePackage{tikz} +\usetikzlibrary{backgrounds} + +\pgfdeclarelayer{behind} +\pgfdeclarelayer{above} +\pgfdeclarelayer{glass} + +\pgfsetlayers{background,behind,main,above,glass} + +\tikzset{ + on layer/.style = {execute at begin scope={\pgfonlayer{#1}}, execute at end scope={\endpgfonlayer}}, + on behind layer/.style = {on layer=behind}, + on above layer/.style = {on layer=above}, + on glass layer/.style = {on layer=glass}, +} diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index da615b84f75..f76f439c037 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -619,7 +619,7 @@ my @TLP_working = qw( ticket ticollege tikz-bayesnet tikz-cd tikz-3dplot tikz-dependency tikz-dimline tikz-feynhand tikz-feynman tikz-inet - tikz-kalender tikz-karnaugh tikz-ladder + tikz-kalender tikz-karnaugh tikz-ladder tikz-layers tikz-opm tikz-optics tikz-palattice tikz-qtree tikz-relay tikz-sfc tikz-timing tikzcodeblocks tikzducks tikzinclude tikzmark tikzorbital diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5f9dbcee74e..82915b69c75 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3074,6 +3074,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'swimgraf' => 'swimgraf.pdf', # no source 'sympytexpackage' => '.*\.pdf$', # cc-nc 'table-fct' => '.*\.pdf$', # no source + 'tikz-layers' => '.*\.pdf$', # no source 'toptesi' => 'logo.*', # legalities unknown 'tree-dvips' => 'avm.*', # author no response 'ucs' => 'languages.ps.gz', # no source diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc index 994f1755d28..dab11d6d488 100644 --- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc @@ -138,6 +138,7 @@ depend tikz-inet depend tikz-kalender depend tikz-karnaugh depend tikz-ladder +depend tikz-layers depend tikz-opm depend tikz-optics depend tikz-page diff --git a/Master/tlpkg/tlpsrc/tikz-layers.tlpsrc b/Master/tlpkg/tlpsrc/tikz-layers.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3