paper sizes by yamaya

for i=0,10 do
l=841*.707^i
print(("A%-2d%5dmm x%5dmm"):format(i,l,l/.707))end

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

download

return to the top page