diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-02 21:53:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-02 21:53:26 +0000 |
commit | 6621f28a486d3730522ba658a3dd6f9ead4f7c3a (patch) | |
tree | 610e92683103d6202608fb83c0f45b6237de4d8a /Master/texmf-dist/doc/latex/pxpgfmark/README | |
parent | ca2ad87300f7fb47774a8b8b0dc98018c8f54da2 (diff) |
pxpgfmark (29apr13)
git-svn-id: svn://tug.org/texlive/trunk@30212 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pxpgfmark/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pxpgfmark/README | 37 |
1 files changed, 37 insertions, 0 deletions
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/ |