summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pxtatescale/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 /macros/latex/contrib/pxtatescale/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/pxtatescale/README')
-rw-r--r--macros/latex/contrib/pxtatescale/README41
1 files changed, 41 insertions, 0 deletions
diff --git a/macros/latex/contrib/pxtatescale/README b/macros/latex/contrib/pxtatescale/README
new file mode 100644
index 0000000000..5f811cb249
--- /dev/null
+++ b/macros/latex/contrib/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