`\colcol` is defined to allow line breaks before and after the colon. Yet, we also use `::\brk{}` fairly often. `\colcol` 48 `::\brk{}` 31 For comparison, total lines with `::` 4086. We should harmonize this somehow. Suggestions: - (1) Replace `::\brk{}` with \colcol - (2) Replace `\colcol` with `::\brk{}` where still necessary (otherwise plain `::`) and remove the macro. - (3) Replace all `::` in running text with \colcol to give LaTeX more line break opportunities, possibly improving layout in a few cases. My recommendation is (1) or (2). Opinions?