paper sizes by zetamatta

A=841;B=1189
for i in range(11):print"A%-2d%5dmm x%5dmm"%(i,A,B);A,B=B/2,A

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page