Nov
26th
2008
Wed
26th
2008
Clean up whitespace in LaTeX
Correct whitespace around abbreviations and references (on a Mac). Don’t hyphenate “p-value(s)”.
sed -inplace -E -e 's/ \\(ref|cite)/~\\\1/g' -e 's/(e\.g\.|cf\.|et al\.|i\.e\.) /\1\\ /g' -e 's/([^{])(p-values?)([^}])/\1\\mbox{\2}\3/g' *.tex