3 # This Python program sorts and reformats the table of keywords in ref2.tex
8 l
= l
+ raw_input().split()
13 while l
.count(x
) > 1: l
.remove(x
)
15 nrows
= (len(l
)+ncols
-1)/ncols
16 for i
in range(nrows
):
17 for j
in range(i
, len(l
), nrows
):