diff options
Diffstat (limited to 'Build/source/libs/libpaper/paper.test')
-rwxr-xr-x | Build/source/libs/libpaper/paper.test | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/libs/libpaper/paper.test b/Build/source/libs/libpaper/paper.test new file mode 100755 index 00000000000..ea19f41adb2 --- /dev/null +++ b/Build/source/libs/libpaper/paper.test @@ -0,0 +1,19 @@ +#! /bin/sh + +# Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org> +# You may freely use, modify and/or distribute this file. + +./paperconf -ans || exit 1 + +PAPERSIZE=B3 ./paperconf -nsc || exit 1 + +PAPERSIZE=jisB3 ./paperconf -nsm || exit 1 + +PAPERSIZE=jisB5 ./paperconf -p lETTER -Nsi || exit 1 + +./paperconf -dns + +./paperconf -nw FOLIO + +./paperconf -Nh legal + |