paper sizes by notogawa

import Text.Printf
main=f[0,841,1189]
f[n,a,b]=printf"A%-2d%5dmm x%5dmm\n"n a b>>f[[1..10]!!n,div b 2,a]

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

download

return to the top page