From 26d507a086f35a28d527308e68ac07afe8f46f61 Mon Sep 17 00:00:00 2001 From: Spencer Smith <smiths@mcmaster.ca> Date: Tue, 3 Dec 2019 11:15:56 -0500 Subject: [PATCH] Add writing checklist point about acronyms being defined on their first usage. --- BlankProjectTemplate/docs/Writing-Checklist.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BlankProjectTemplate/docs/Writing-Checklist.tex b/BlankProjectTemplate/docs/Writing-Checklist.tex index c52de55..377a51f 100644 --- a/BlankProjectTemplate/docs/Writing-Checklist.tex +++ b/BlankProjectTemplate/docs/Writing-Checklist.tex @@ -84,7 +84,9 @@ \item All hyperlinks work \item Every figure has a caption \item Every table has a heading - + \item All acronyms are expanded on their first usage, using capitals to + show the source of each letter in the acronym. Defining the acronym only in + a table at the beginning of the document is not enough. \end{todolist} \item Avoid Low Information Content phrases -- GitLab