From 1ab1143ce81fdb82eb16a2cff5e59014f979ee0a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 21 Jan 2017 22:42:40 +0000 Subject: pxtatescale (21jan17) git-svn-id: svn://tug.org/texlive/trunk@43009 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pxtatescale/LICENSE | 24 +++++++++++++++ Master/texmf-dist/doc/latex/pxtatescale/README | 41 +++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/pxtatescale/LICENSE create mode 100644 Master/texmf-dist/doc/latex/pxtatescale/README (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/pxtatescale/LICENSE b/Master/texmf-dist/doc/latex/pxtatescale/LICENSE new file mode 100644 index 00000000000..d2d2a02dd59 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pxtatescale/LICENSE @@ -0,0 +1,24 @@ +This software is distributed under the MIT License. + +The MIT License + +Copyright (c) 2013 Takayuki YATO (aka. "ZR") +Copyright (c) 2017 Hironobu Yamashita (aka. "aminophen") + +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/pxtatescale/README b/Master/texmf-dist/doc/latex/pxtatescale/README new file mode 100644 index 00000000000..5f811cb2495 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pxtatescale/README @@ -0,0 +1,41 @@ +pxtatescale +=========== + +LaTeX: to make scaling work also with vertical direction of (u)pTeX +and dvipdfmx + +The graphics' feature of "scaling" (`\scalebox`, `\reflextbox` and +`\resizebox`) with dvipdfmx driver results in a wrong direction of +stretch, when used in the vertical direction of pTeX. This behavior +is caused by the fact that internal X and Y directions of pTeX +`\tate` mode correspond to physical top-to-bottom and right-to-left +directions respectively. This package provides a fix for the problem. + +### Installation + + - `*.sty` → $TEXMF/tex/latex/pxtatescale + +### Usage + +Load this package after graphicx (or graphics) package. + + \documentclass[dvipdfmx]{article} + \usepackage{graphicx} % or graphics + \usepackage{pxtatescale} + +Note that this package is of no use unless you work on e-(u)pTeX + +dvipdfmx combination. + +Revision History +---------------- + + * 2013/03/25 v0.2 + - The first public version. (TY) + * 2017/01/16 v0.3 + - Updated for new dvipdfmx.def with pdf-based scaling. (HY) + * 2017/01/21 v0.4 + - Ensure graphics driver `dvipdfmx` before applying a patch. (HY) + +------------------ +Hironobu Yamashita +https://github.com/aminophen -- cgit v1.2.3