Skip to content

Commit bb583d6

Browse files
authored
Merge pull request #10 from d-morrison/copilot/write-like-caesar
Add conciseness chapter with examples from Caesar and Hemingway
2 parents 63c578c + 3bbb2e2 commit bb583d6

3 files changed

Lines changed: 59 additions & 0 deletions

File tree

_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ book:
1010
- index.qmd
1111
- intro.qmd
1212
- word-choice.qmd
13+
- conciseness.qmd
1314
- summary.qmd
1415
- references.qmd
1516

conciseness.qmd

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Conciseness
2+
3+
Concise writing conveys ideas efficiently,
4+
using only the words necessary to communicate meaning clearly.
5+
Every word should serve a purpose.
6+
Eliminate redundancy and verbosity.
7+
When you can express an idea in fewer words without losing meaning,
8+
do so.
9+
10+
## Common ways to improve conciseness
11+
12+
- Remove redundant phrases
13+
- "in order to" → "to"
14+
- "due to the fact that" → "because"
15+
- "at this point in time" → "now"
16+
- "a large number of" → "many"
17+
18+
- Use active voice instead of passive where appropriate
19+
- "The experiment was conducted by the researchers" → "The researchers conducted the experiment"
20+
21+
- Eliminate unnecessary qualifiers
22+
- "very", "really", "quite" often add little meaning
23+
24+
- Replace wordy phrases with single words
25+
- "make a decision" → "decide"
26+
- "give consideration to" → "consider"
27+
- "is able to" → "can"
28+
29+
Remember: concise writing is not about making every sentence as short as possible,
30+
but about removing words that do not contribute to meaning or clarity.
31+
32+
## Examples of concise writing
33+
34+
Many effective writers throughout history have exemplified the principle of conciseness.
35+
36+
Julius Caesar's *Commentarii* and phrases like "Veni, vidi, vici"
37+
demonstrate the power of brevity [@caesar_gallic].
38+
39+
Ernest Hemingway was known for his spare,
40+
direct prose style.
41+
His short sentences and simple words conveyed complex ideas and emotions
42+
without unnecessary embellishment [@hemingway_style].

references.bib

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,20 @@ @article{knuth84
1616
numpages = {15}
1717
}
1818

19+
@misc{caesar_gallic,
20+
author = {{Wikipedia contributors}},
21+
title = {Julius Caesar --- {Wikipedia}{,} The Free Encyclopedia},
22+
year = {2026},
23+
url = {https://en.wikipedia.org/wiki/Julius_Caesar#Literary_works},
24+
note = {[Online; accessed 12-January-2026]}
25+
}
26+
27+
@misc{hemingway_style,
28+
author = {{Wikipedia contributors}},
29+
title = {Ernest Hemingway --- {Wikipedia}{,} The Free Encyclopedia},
30+
year = {2026},
31+
url = {https://en.wikipedia.org/wiki/Ernest_Hemingway#Writing_style},
32+
note = {[Online; accessed 12-January-2026]}
33+
}
34+
1935

0 commit comments

Comments
 (0)