paper sizes by murky-satyr

for i=0,10 do
a=841*.707^i
print(('A%-4d%3dmm x%5dmm'):format(i,a,a/.707))end

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

download

return to the top page