texlive[46660] Master: tikz-layers (17feb18)

commits+karl at tug.org commits+karl at tug.org
Sat Feb 17 23:36:51 CET 2018


Revision: 46660
          http://tug.org/svn/texlive?view=revision&revision=46660
Author:   karl
Date:     2018-02-17 23:36:51 +0100 (Sat, 17 Feb 2018)
Log Message:
-----------
tikz-layers (17feb18)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/libexec/ctan2tds
    trunk/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/tikz-layers/
    trunk/Master/texmf-dist/doc/latex/tikz-layers/README
    trunk/Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE
    trunk/Master/texmf-dist/doc/latex/tikz-layers/manifest.txt
    trunk/Master/texmf-dist/tex/latex/tikz-layers/
    trunk/Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty
    trunk/Master/tlpkg/tlpsrc/tikz-layers.tlpsrc

Added: trunk/Master/texmf-dist/doc/latex/tikz-layers/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikz-layers/README	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/tikz-layers/README	2018-02-17 22:36:51 UTC (rev 46660)
@@ -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 at gmail.com
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/latex/tikz-layers/README
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE	2018-02-17 22:36:51 UTC (rev 46660)
@@ -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 at tug.org.
+
+	tikz-layers-doc.pdf


Property changes on: trunk/Master/texmf-dist/doc/latex/tikz-layers/README.TEXLIVE
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/tikz-layers/manifest.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tikz-layers/manifest.txt	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/tikz-layers/manifest.txt	2018-02-17 22:36:51 UTC (rev 46660)
@@ -0,0 +1,2 @@
+tikz-layers.sty
+tikz-layers-doc.pdf


Property changes on: trunk/Master/texmf-dist/doc/latex/tikz-layers/manifest.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty	2018-02-17 22:36:51 UTC (rev 46660)
@@ -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},
+}


Property changes on: trunk/Master/texmf-dist/tex/latex/tikz-layers/tikz-layers.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2018-02-17 22:35:27 UTC (rev 46659)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2018-02-17 22:36:51 UTC (rev 46660)
@@ -619,7 +619,7 @@
     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

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2018-02-17 22:35:27 UTC (rev 46659)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2018-02-17 22:36:51 UTC (rev 46660)
@@ -3074,6 +3074,7 @@
  '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

Modified: trunk/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc	2018-02-17 22:35:27 UTC (rev 46659)
+++ trunk/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc	2018-02-17 22:36:51 UTC (rev 46660)
@@ -138,6 +138,7 @@
 depend tikz-kalender
 depend tikz-karnaugh
 depend tikz-ladder
+depend tikz-layers
 depend tikz-opm
 depend tikz-optics
 depend tikz-page

Added: trunk/Master/tlpkg/tlpsrc/tikz-layers.tlpsrc
===================================================================


More information about the tex-live-commits mailing list