paper sizes by hallvabo

a=1189.4
for i in range(11):b=a;a/=2**.5;print"A%-2u%5umm x%5umm"%(i,a,b)

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

download

return to the top page