TeX catcode by 4spot1

fold -w 1 | sed -E 's/[0-9]/12/;t; s/\\/0/;t; s/ /10/;t; s/[a-zA-Z]/11/;t; s/%/14/;t; s/~/13/;t; y/{}$&#^_/1234678/; s/[^0-9]/12/'

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

download

return to the top page