Common bugs in writing (2021)
cs.columbia.edu
Common bugs in writing (2021)
1–10 of 99 posts
Re: Common bugs in writing (2021)
#2To add to the 'see also' list, the Australian Government Style Manual (https://www.stylemanual.gov.au) is another great reference.
Re: Common bugs in writing (2021)
#3If you write in LaTeX, check out {SIunitX} and {cleveref}.
Also, it's not on this list, but a pet peeve of mine: math mode (italics) should be used for variables and indices. Abbreviations or names shouldn't be set in math mode. For example, the probability of hacker news P sub H should be set as $P_\mathrm{H}$, because H is a name, and not a variable/parameter.
Relatedly, differentials shouldn't be italicized. Its \int\mathrm{d}x, not \int dx.
Re: Common bugs in writing (2021)
#4Re: Common bugs in writing (2021)
#5 font-family: arial,verdana,sans-serif;
font-size: small;
From an article that expressly advocates not making things hard to read:
"Avoid excessive parenthesized remarks as they make the text hard to read;"Re: Common bugs in writing (2021)
#6Re: Common bugs in writing (2021)
#7To which I submit the following article as a rebuttal: http://www.lel.ed.ac.uk/~gpullum/passive_loathing.html. Oh well, at least this person seems somewhat more consistent than most in following his own rule.
Re: Common bugs in writing (2021)
#8Sometimes, particularly in didactic material, it helps to explain things in more than one way, as different people may find different explanations helpful.
Re: Common bugs in writing (2021)
#9This is a funny mixture of "things that are easily fixed with a LaTeX library" and "things that are challenging because good writing is hard" If you write in LaTeX, check out {SIunitX} and {cleveref}. Also, it's not on this list, but a pet peeve of mine: math mode (italics) should be used for variables and indices. Abbreviations or names shouldn't be set in math mode. For example, the probability of hacker news P sub…
I like using https://www.ctan.org/pkg/diffcoeff for this.
Re: Common bugs in writing (2021)
#10> If you find yourself saying "In other words," it means you didn't say it clearly enough the first time. Go back and rewrite the first attempt. Sometimes, particularly in didactic material, it helps to explain things in more than one way, as different people may find different explanations helpful.