summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-02 21:53:26 +0000
committerKarl Berry <karl@freefriends.org>2013-05-02 21:53:26 +0000
commit6621f28a486d3730522ba658a3dd6f9ead4f7c3a (patch)
tree610e92683103d6202608fb83c0f45b6237de4d8a
parentca2ad87300f7fb47774a8b8b0dc98018c8f54da2 (diff)
pxpgfmark (29apr13)
git-svn-id: svn://tug.org/texlive/trunk@30212 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/pxpgfmark/LICENSE27
-rw-r--r--Master/texmf-dist/doc/latex/pxpgfmark/README37
-rw-r--r--Master/texmf-dist/tex/latex/pxpgfmark/pxpgfmark.sty18
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
-rw-r--r--Master/tlpkg/tlpsrc/collection-pictures.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/pxpgfmark.tlpsrc0
6 files changed, 85 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/pxpgfmark/LICENSE b/Master/texmf-dist/doc/latex/pxpgfmark/LICENSE
new file mode 100644
index 00000000000..4acbc245013
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pxpgfmark/LICENSE
@@ -0,0 +1,27 @@
+$BK\%=%U%H%&%'%"$O(B MIT $B%i%$%;%s%9$N2<$GG[I[$5$l$^$9!#(B
+$BCx:n8"$O:n<T$G$"$k!VH,EP(B $B?rG7!JJLL>(B ZR$B!K!W$KB0$7$^$9!#(B
+$B$^$?K\%=%U%H%&%'%"$OL5J]>Z$G$9!#(B
+
+This software is distributed under the MIT License.
+
+The MIT License
+
+Copyright (c) 2013 Takayuki YATO (aka. "ZR")
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/Master/texmf-dist/doc/latex/pxpgfmark/README b/Master/texmf-dist/doc/latex/pxpgfmark/README
new file mode 100644
index 00000000000..27fbb3b00cf
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pxpgfmark/README
@@ -0,0 +1,37 @@
+PXpgfmark Package
+=================
+
+LaTeX: to make inter-picture connections work with e-pTeX engine
+
+PGF/TikZ's feature of “inter-picture connections”
+(`remember picture` option) depends on the “save position” feature
+of pdfTeX. Today the latter feature is also supported by XeTeX
+and e-(u)pTeX engines. Unfortunately, PGF's driver for dvipdfmx
+relies on testing on engine (not feature) and thus inter-picture
+connections still fail on e-pTeX + dvipdfmx. This package fixes
+the problem.
+
+### Installation
+
+ - `*.sty` → $TEXMF/tex/latex/PXpgfmark
+
+### Usage
+
+Load this package after tikz (or pgf) package.
+
+ \documentclass[dvipdfmx]{article}
+ \usepackage{tikz} % or pgf
+ \usepackage{pxpgfmark}
+
+Note that this package is of no use unless you work on e-(u)pTeX +
+dvipdfmx combination.
+
+Revision History
+----------------
+
+ * Version 0.1 <2013/02/18>
+ - The first public version.
+
+--------------------
+Takayuki YATO (aka. "ZR")
+http://zrbabbler.sp.land.to/
diff --git a/Master/texmf-dist/tex/latex/pxpgfmark/pxpgfmark.sty b/Master/texmf-dist/tex/latex/pxpgfmark/pxpgfmark.sty
new file mode 100644
index 00000000000..c2609d0e648
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pxpgfmark/pxpgfmark.sty
@@ -0,0 +1,18 @@
+% pxpgfmark.sty
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{pxpgfmark}[2013/02/18 v0.1]
+\@ifpackageloaded{pgfcore}{}{%else
+ \PackageError{pxpgfmark}{Package 'pgfcore' must be loaded}\@ehc}
+\def\pxqmk@tempa{pgfsys-dvipdfmx.def}
+\ifx\pgfsysdriver\pxqmk@tempa
+ \@tempswatrue
+ \ifx\pdfsavepos\@undefined \@tempswafalse \fi
+ \ifx\pdflastxpos\@undefined \@tempswafalse \fi
+ \ifx\pdflastypos\@undefined \@tempswafalse \fi
+ \ifx\pgf@sys@pdf@dvi@tracker\@undefined \@tempswafalse \fi
+ \if@tempswa
+ \pgf@sys@pdf@dvi@tracker
+ \PackageInfo{pxpgfmark}{Position marking enabled}
+ \fi
+\fi
+%% EOF
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 30b48ca8dfa..4a530fc7960 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -364,7 +364,8 @@ my @TLP_working = qw(
pst2pdf pstool pstricks pstricks-add pstricks-examples
pstricks-examples-en pstricks_calcnotes
psu-thesis ptex2pdf ptext ptptex punk punk-latex punknova purifyeps pxbase
- pxchfon pxcjkcat pxfonts pxgreeks pxjahyper pxrubrica pxtxalfa python
+ pxchfon pxcjkcat pxfonts pxgreeks pxjahyper
+ pxpgfmark pxrubrica pxtxalfa python
quattrocento qcm qobitree quoting qstest qsymbols qtree quotchap quotmark
r_und_s raleway ran_toks randbild randomwalk randtext
rccol rcs rcs-multi rcsinfo
diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
index 7aa2c3d6df5..5d65fbc3753 100644
--- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
@@ -67,6 +67,7 @@ depend pinlabel
depend pmgraph
depend prerex
depend productbox
+depend pxpgfmark
depend randbild
depend randomwalk
depend reotex
diff --git a/Master/tlpkg/tlpsrc/pxpgfmark.tlpsrc b/Master/tlpkg/tlpsrc/pxpgfmark.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/pxpgfmark.tlpsrc