blob: d20ebbfec376636a6f04df7d88fd6a658926fd29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 FOLIO -nw
./paperconf legal -Nh
|