csbio (biocs tumbled) RSS

a tumblelog to supplement my real blog

Things too long to tweet and too unimportant to blog go here.

Archive

Nov
26th
2008
Wed
permalink

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