paper sizes by murky-satyr

for i in range(11):a=841*.707**i;print'A%-2d%5dmm x%5dmm'%(i,a,a/.707)

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

download

return to the top page