$ApsCVS: src/apsfilter/doc/paper,v 1.4 2001/11/20 19:32:08 andreas Exp $

Paper sizes in points and inches				    e
--------------------------------				    n f   h
please send comments and corrections to				    s i   t
	<apsfilter-doc@apsfilter.org>				  d c g   m m
								a v r 2   l p
								2 i i d   2 a
		size (points)		size (inches)		p p p e g p g
paper		x	y		x	y		s s t v s s e

10x14		720	1008		10	14		x 	    x
11x17 (1)	792	1224		11	17		+ +   + x x +
A0		2380	3368		33.056	46.778		      x x x
A1		1684	2380		23.389	33.056		      x x x
A2		1190	1684		16.528	23.389		      x x x
A3		842	1190		11.694	16.528		x x x x x x x
A4 (6)		595	842		8.264	11.694		x x x x x x x
A4Small (6)	595	842		8.264	11.694		x + + + + + x
A5		421	595		5.847	8.264		    x	x x x
A6		297	421		4.125	5.847		  	x x
A7		210	297		2.917	4.125		  	x x
A8		148	210		2.056	2.917		  	x x
A9		105	148		1.458	2.056		  	x x
A10		74	105		1.028	1.458		  	x x
ArchA		648	864		9	12		  	x x
ArchB		864	1296		12	18		  	x x
ArchC		1296	1728		18	24		  	x x
ArchD		1728	2592		24	36		  	x x
ArchE		2592	3456		36	48		  	x x
B0		2836	4008		39.389	55.667		  	x x
B1		2004	2836		27.833	39.389		  	x x
B2		1418	2004		19.694	27.833		  	x x
B3		1002	1418		13.917	19.694		  	x x
B4		709	1002		9.847	13.917		x 	x x x
B5		501	709		6.958	9.847		x     x x x x
B6		354	501		4.917	6.958		  	x x
B7		250	354		3.472	4.917		  	  x
B8		177	250		2.458	3.472		  	  x
B9		125	177		1.736	2.458		  	  x
B10		88	125		1.222	1.736		  	  x
C0		2600	3677		36.111	51.069		        x
C1		1837	2600		25.514	36.111		        x
C2		1298	1837		18.028	25.514		        x
C3		918	1298		12.75	18.028		        x
C4		649	918		9.014	12.75		        x
C5		459	649		6.375	9.014		        x
C6		323	459		4.486	6.375		        x
Executive (4)	522	756		7.25	10.5		      x +
Flsa (3)	612	936		8.5	13		+ 	x x +
Flse (3)	612	936		8.5	13		+ 	x x +
Folio (3)	612	936		8.5	13		x 	+ + x
HalfLetter (2)	396	612		5.5	8.5	        x   x	x x +
Ledger		1224	792		17	11		x x   x x x x
Legal		612	1008		8.5	14		x x x x x x x
Letter (5)	612	792		8.5	11		x x x x x x x
LetterSmall (5)	612	792		8.5	11		+ + + + + + x
Note (4)	522	756		7.25	10.5		      + x
Quarto		610	780		8.472	10.833		x 	    x
Statement (2)	396	612		5.5	8.5		x   +	+ + x
Tabloid	(1)	792	1224		11	17		x x   x + + x

x = paper description is known to program
+ = alias of same paper size is known to program (see footnotes)


Footnotes: equally sized paper sheets (but implicit margins may differ)

(1)	Tabloid = 11x17		[ = Ledger Landscape ]
(2)	HalfLetter = Statement
(3)	Flsa = Flse = Folio
(4)	Executive = Note
(5)	Letter = LetterSmall
(6)	A4 = A4Small


Freely adjustable:

acroread:	-size ${x_pt}x${y_pt}
convert:	-page ${x_pt}x${y_pt}>			note the ">" (quoting!)
gs:		-g${x_pt}x${y_pt}
htmldoc:	--size ${x_pt}x${y_pt}pt
pdftops:	-paperw ${x_pt} -paperh ${y_pt}
pnmtops:	-width ${x_in} -height ${y_in}
tiff2ps:	-w ${x_in} -h ${y_in}


Notes:
* pdf2ps is (more or less) equivalent to gs
* ras2ps, sk2ps, groff, tgif are not handled yet