blob: 65a5960e50794471b90a2689cfc5590c50db0477 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 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
|