paper sizes by eban

for((b=a=5945;i<11;b=a)){
printf "A%-4d%3dmm x%5dmm
" $[{i++,(a=a*29/41)/5,b/5}]
}

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

download

return to the top page