diff options
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 |