File: README

package info (click to toggle)
texlive-lang 2016.20170123-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,093,148 kB
  • ctags: 15,901
  • sloc: perl: 46,074; xml: 29,603; makefile: 5,248; sh: 3,179; python: 2,949; ansic: 2,846; ruby: 945; lisp: 726; awk: 636; java: 159; sed: 142; cpp: 12
file content (41 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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