diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-10-25 08:53:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-10-25 08:53:49 +0000 |
commit | edc3291a11eb0048e750f5861e9dd447a7e959a4 (patch) | |
tree | f00a5ea83a3c0b66c0cd4b7ef86f227c2562ecb0 /Build/source/libs/paper/paper.test | |
parent | 68440ee4d894f56b49a82533ecb3f215964bc5b1 (diff) |
Update libs/paper and use it for dvipdfm-x
git-svn-id: svn://tug.org/texlive/trunk@31994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/paper/paper.test')
-rwxr-xr-x | Build/source/libs/paper/paper.test | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Build/source/libs/paper/paper.test b/Build/source/libs/paper/paper.test index 54c4a2c82d2..d20ebbfec37 100755 --- a/Build/source/libs/paper/paper.test +++ b/Build/source/libs/paper/paper.test @@ -3,9 +3,17 @@ # Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. -./paperconf || exit 1 +./paperconf -ans || exit 1 -PAPERSIZE=B3 ./paperconf || exit 1 +PAPERSIZE=B3 ./paperconf -nsc || exit 1 -PAPERSIZE=jisB3 ./paperconf || exit 1 +PAPERSIZE=jisB3 ./paperconf -nsm || exit 1 + +PAPERSIZE=jisB5 ./paperconf -p lETTER -Nsi || exit 1 + +./paperconf -dns + +./paperconf FOLIO -nw + +./paperconf legal -Nh |