summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/pxpgfmark/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pgf/contrib/pxpgfmark/README
Initial commit
Diffstat (limited to 'graphics/pgf/contrib/pxpgfmark/README')
-rw-r--r--graphics/pgf/contrib/pxpgfmark/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/pxpgfmark/README b/graphics/pgf/contrib/pxpgfmark/README
new file mode 100644
index 0000000000..27fbb3b00c
--- /dev/null
+++ b/graphics/pgf/contrib/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/