oh-my-customcodex 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (351) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +327 -0
  3. package/dist/cli/index.js +32054 -0
  4. package/dist/index.js +5469 -0
  5. package/package.json +89 -0
  6. package/templates/.claude/agents/arch-documenter.md +38 -0
  7. package/templates/.claude/agents/arch-speckit-agent.md +66 -0
  8. package/templates/.claude/agents/be-django-expert.md +47 -0
  9. package/templates/.claude/agents/be-express-expert.md +31 -0
  10. package/templates/.claude/agents/be-fastapi-expert.md +45 -0
  11. package/templates/.claude/agents/be-go-backend-expert.md +45 -0
  12. package/templates/.claude/agents/be-nestjs-expert.md +29 -0
  13. package/templates/.claude/agents/be-springboot-expert.md +42 -0
  14. package/templates/.claude/agents/db-alembic-expert.md +73 -0
  15. package/templates/.claude/agents/db-postgres-expert.md +38 -0
  16. package/templates/.claude/agents/db-redis-expert.md +38 -0
  17. package/templates/.claude/agents/db-supabase-expert.md +37 -0
  18. package/templates/.claude/agents/de-airflow-expert.md +48 -0
  19. package/templates/.claude/agents/de-dbt-expert.md +36 -0
  20. package/templates/.claude/agents/de-kafka-expert.md +83 -0
  21. package/templates/.claude/agents/de-pipeline-expert.md +34 -0
  22. package/templates/.claude/agents/de-snowflake-expert.md +38 -0
  23. package/templates/.claude/agents/de-spark-expert.md +38 -0
  24. package/templates/.claude/agents/fe-design-expert.md +120 -0
  25. package/templates/.claude/agents/fe-flutter-agent.md +48 -0
  26. package/templates/.claude/agents/fe-svelte-agent.md +33 -0
  27. package/templates/.claude/agents/fe-vercel-agent.md +40 -0
  28. package/templates/.claude/agents/fe-vuejs-agent.md +34 -0
  29. package/templates/.claude/agents/infra-aws-expert.md +49 -0
  30. package/templates/.claude/agents/infra-docker-expert.md +49 -0
  31. package/templates/.claude/agents/lang-golang-expert.md +46 -0
  32. package/templates/.claude/agents/lang-java21-expert.md +42 -0
  33. package/templates/.claude/agents/lang-kotlin-expert.md +45 -0
  34. package/templates/.claude/agents/lang-python-expert.md +45 -0
  35. package/templates/.claude/agents/lang-rust-expert.md +45 -0
  36. package/templates/.claude/agents/lang-typescript-expert.md +45 -0
  37. package/templates/.claude/agents/mgr-claude-code-bible.md +62 -0
  38. package/templates/.claude/agents/mgr-creator.md +57 -0
  39. package/templates/.claude/agents/mgr-gitnerd.md +50 -0
  40. package/templates/.claude/agents/mgr-sauron.md +163 -0
  41. package/templates/.claude/agents/mgr-supplier.md +39 -0
  42. package/templates/.claude/agents/mgr-updater.md +40 -0
  43. package/templates/.claude/agents/qa-engineer.md +36 -0
  44. package/templates/.claude/agents/qa-planner.md +78 -0
  45. package/templates/.claude/agents/qa-writer.md +32 -0
  46. package/templates/.claude/agents/sec-codeql-expert.md +56 -0
  47. package/templates/.claude/agents/slack-cli-expert.md +98 -0
  48. package/templates/.claude/agents/souls/lang-golang-expert.soul.md +21 -0
  49. package/templates/.claude/agents/sys-memory-keeper.md +123 -0
  50. package/templates/.claude/agents/sys-naggy.md +76 -0
  51. package/templates/.claude/agents/tool-bun-expert.md +26 -0
  52. package/templates/.claude/agents/tool-npm-expert.md +31 -0
  53. package/templates/.claude/agents/tool-optimizer.md +37 -0
  54. package/templates/.claude/agents/wiki-curator.md +72 -0
  55. package/templates/.claude/config/required-plugins.json +30 -0
  56. package/templates/.claude/contexts/dev.md +20 -0
  57. package/templates/.claude/contexts/ecomode.md +110 -0
  58. package/templates/.claude/contexts/index.yaml +41 -0
  59. package/templates/.claude/contexts/research.md +28 -0
  60. package/templates/.claude/contexts/review.md +23 -0
  61. package/templates/.claude/hooks/hooks.json +533 -0
  62. package/templates/.claude/hooks/scripts/adaptive-harness-scan.sh +45 -0
  63. package/templates/.claude/hooks/scripts/agent-start-recorder.sh +40 -0
  64. package/templates/.claude/hooks/scripts/agent-teams-advisor.sh +76 -0
  65. package/templates/.claude/hooks/scripts/audit-log.sh +64 -0
  66. package/templates/.claude/hooks/scripts/auto-continue-guard.sh +33 -0
  67. package/templates/.claude/hooks/scripts/content-hash-validator.sh +75 -0
  68. package/templates/.claude/hooks/scripts/context-budget-advisor.sh +107 -0
  69. package/templates/.claude/hooks/scripts/cost-cap-advisor.sh +71 -0
  70. package/templates/.claude/hooks/scripts/cwd-change-detector.sh +36 -0
  71. package/templates/.claude/hooks/scripts/eval-core-batch-save.sh +46 -0
  72. package/templates/.claude/hooks/scripts/feedback-collector.sh +92 -0
  73. package/templates/.claude/hooks/scripts/file-change-validator.sh +26 -0
  74. package/templates/.claude/hooks/scripts/git-delegation-guard.sh +57 -0
  75. package/templates/.claude/hooks/scripts/model-escalation-advisor.sh +106 -0
  76. package/templates/.claude/hooks/scripts/omcodex-auto-update.sh +4 -0
  77. package/templates/.claude/hooks/scripts/omcustom-auto-update.sh +177 -0
  78. package/templates/.claude/hooks/scripts/rtk-intercept.sh +77 -0
  79. package/templates/.claude/hooks/scripts/rule-deletion-guard.sh +60 -0
  80. package/templates/.claude/hooks/scripts/schema-validator.sh +106 -0
  81. package/templates/.claude/hooks/scripts/secret-filter.sh +100 -0
  82. package/templates/.claude/hooks/scripts/session-autofix-prompt.sh +34 -0
  83. package/templates/.claude/hooks/scripts/session-autofix.sh +146 -0
  84. package/templates/.claude/hooks/scripts/session-env-check.sh +254 -0
  85. package/templates/.claude/hooks/scripts/skill-extractor-analyzer.sh +49 -0
  86. package/templates/.claude/hooks/scripts/stage-blocker.sh +16 -0
  87. package/templates/.claude/hooks/scripts/stale-todo-scanner.sh +91 -0
  88. package/templates/.claude/hooks/scripts/stall-detection-advisor.sh +112 -0
  89. package/templates/.claude/hooks/scripts/stop-console-audit.sh +46 -0
  90. package/templates/.claude/hooks/scripts/stuck-detector.sh +199 -0
  91. package/templates/.claude/hooks/scripts/task-outcome-recorder.sh +119 -0
  92. package/templates/.claude/hooks/scripts/task-state-precompact.sh +58 -0
  93. package/templates/.claude/hooks/scripts/user-prompt-preprocessor.sh +32 -0
  94. package/templates/.claude/hooks/skill-count-reminder.sh +34 -0
  95. package/templates/.claude/install-hooks.sh +100 -0
  96. package/templates/.claude/ontology/agents.yaml +546 -0
  97. package/templates/.claude/ontology/graphs/agent-skill.json +102 -0
  98. package/templates/.claude/ontology/graphs/full-graph.json +629 -0
  99. package/templates/.claude/ontology/graphs/routing.json +112 -0
  100. package/templates/.claude/ontology/graphs/skill-rule.json +78 -0
  101. package/templates/.claude/ontology/rules.yaml +251 -0
  102. package/templates/.claude/ontology/schema.yaml +144 -0
  103. package/templates/.claude/ontology/skills.yaml +575 -0
  104. package/templates/.claude/rules/MAY-optimization.md +42 -0
  105. package/templates/.claude/rules/MUST-agent-design.md +340 -0
  106. package/templates/.claude/rules/MUST-agent-identification.md +77 -0
  107. package/templates/.claude/rules/MUST-agent-teams.md +293 -0
  108. package/templates/.claude/rules/MUST-completion-verification.md +112 -0
  109. package/templates/.claude/rules/MUST-continuous-improvement.md +69 -0
  110. package/templates/.claude/rules/MUST-enforcement-policy.md +50 -0
  111. package/templates/.claude/rules/MUST-intent-transparency.md +74 -0
  112. package/templates/.claude/rules/MUST-language-policy.md +28 -0
  113. package/templates/.claude/rules/MUST-orchestrator-coordination.md +399 -0
  114. package/templates/.claude/rules/MUST-parallel-execution.md +184 -0
  115. package/templates/.claude/rules/MUST-permissions.md +32 -0
  116. package/templates/.claude/rules/MUST-safety.md +23 -0
  117. package/templates/.claude/rules/MUST-sync-verification.md +145 -0
  118. package/templates/.claude/rules/MUST-tool-identification.md +97 -0
  119. package/templates/.claude/rules/SHOULD-ecomode.md +123 -0
  120. package/templates/.claude/rules/SHOULD-error-handling.md +33 -0
  121. package/templates/.claude/rules/SHOULD-hud-statusline.md +51 -0
  122. package/templates/.claude/rules/SHOULD-interaction.md +77 -0
  123. package/templates/.claude/rules/SHOULD-memory-integration.md +371 -0
  124. package/templates/.claude/rules/SHOULD-ontology-rag-routing.md +49 -0
  125. package/templates/.claude/rules/SHOULD-wiki-sync.md +73 -0
  126. package/templates/.claude/rules/index.yaml +141 -0
  127. package/templates/.claude/schemas/tool-inputs.json +62 -0
  128. package/templates/.claude/skills/action-validator/SKILL.md +89 -0
  129. package/templates/.claude/skills/adaptive-harness/SKILL.md +335 -0
  130. package/templates/.claude/skills/adversarial-review/SKILL.md +80 -0
  131. package/templates/.claude/skills/agora/SKILL.md +194 -0
  132. package/templates/.claude/skills/airflow-best-practices/SKILL.md +94 -0
  133. package/templates/.claude/skills/alembic-best-practices/SKILL.md +295 -0
  134. package/templates/.claude/skills/ambiguity-gate/SKILL.md +94 -0
  135. package/templates/.claude/skills/analysis/SKILL.md +223 -0
  136. package/templates/.claude/skills/audit-agents/SKILL.md +118 -0
  137. package/templates/.claude/skills/aws-best-practices/SKILL.md +281 -0
  138. package/templates/.claude/skills/claude-code-bible/SKILL.md +93 -0
  139. package/templates/.claude/skills/claude-code-bible/scripts/fetch-docs.js +244 -0
  140. package/templates/.claude/skills/claude-native/SKILL.md +215 -0
  141. package/templates/.claude/skills/codex-exec/SKILL.md +206 -0
  142. package/templates/.claude/skills/codex-exec/scripts/codex-wrapper.cjs +430 -0
  143. package/templates/.claude/skills/create-agent/SKILL.md +94 -0
  144. package/templates/.claude/skills/cve-triage/SKILL.md +91 -0
  145. package/templates/.claude/skills/dag-orchestration/SKILL.md +201 -0
  146. package/templates/.claude/skills/dbt-best-practices/SKILL.md +55 -0
  147. package/templates/.claude/skills/de-lead-routing/SKILL.md +230 -0
  148. package/templates/.claude/skills/deep-plan/SKILL.md +344 -0
  149. package/templates/.claude/skills/deep-verify/SKILL.md +111 -0
  150. package/templates/.claude/skills/dev-lead-routing/SKILL.md +161 -0
  151. package/templates/.claude/skills/dev-refactor/SKILL.md +234 -0
  152. package/templates/.claude/skills/dev-review/SKILL.md +172 -0
  153. package/templates/.claude/skills/django-best-practices/SKILL.md +334 -0
  154. package/templates/.claude/skills/docker-best-practices/SKILL.md +276 -0
  155. package/templates/.claude/skills/evaluator-optimizer/SKILL.md +421 -0
  156. package/templates/.claude/skills/fastapi-best-practices/SKILL.md +271 -0
  157. package/templates/.claude/skills/fix-refs/SKILL.md +109 -0
  158. package/templates/.claude/skills/flutter-best-practices/SKILL.md +325 -0
  159. package/templates/.claude/skills/gemini-exec/SKILL.md +215 -0
  160. package/templates/.claude/skills/gemini-exec/scripts/gemini-wrapper.cjs +485 -0
  161. package/templates/.claude/skills/go-backend-best-practices/SKILL.md +135 -0
  162. package/templates/.claude/skills/go-best-practices/SKILL.md +204 -0
  163. package/templates/.claude/skills/hada-scout/SKILL.md +92 -0
  164. package/templates/.claude/skills/harness-eval/SKILL.md +95 -0
  165. package/templates/.claude/skills/harness-synthesizer/SKILL.md +145 -0
  166. package/templates/.claude/skills/help/SKILL.md +127 -0
  167. package/templates/.claude/skills/idea/SKILL.md +88 -0
  168. package/templates/.claude/skills/impeccable-design/SKILL.md +173 -0
  169. package/templates/.claude/skills/intent-detection/SKILL.md +293 -0
  170. package/templates/.claude/skills/intent-detection/patterns/agent-triggers.yaml +438 -0
  171. package/templates/.claude/skills/java21-best-practices/SKILL.md +190 -0
  172. package/templates/.claude/skills/jinja2-prompts/SKILL.md +86 -0
  173. package/templates/.claude/skills/kafka-best-practices/SKILL.md +53 -0
  174. package/templates/.claude/skills/kotlin-best-practices/SKILL.md +257 -0
  175. package/templates/.claude/skills/lists/SKILL.md +80 -0
  176. package/templates/.claude/skills/memory-management/SKILL.md +196 -0
  177. package/templates/.claude/skills/memory-recall/SKILL.md +172 -0
  178. package/templates/.claude/skills/memory-save/SKILL.md +128 -0
  179. package/templates/.claude/skills/model-escalation/SKILL.md +62 -0
  180. package/templates/.claude/skills/monitoring-setup/SKILL.md +215 -0
  181. package/templates/.claude/skills/multi-model-verification/SKILL.md +130 -0
  182. package/templates/.claude/skills/npm-audit/SKILL.md +74 -0
  183. package/templates/.claude/skills/npm-publish/SKILL.md +65 -0
  184. package/templates/.claude/skills/npm-version/SKILL.md +104 -0
  185. package/templates/.claude/skills/omcodex-auto-improve/SKILL.md +136 -0
  186. package/templates/.claude/skills/omcodex-feedback/SKILL.md +205 -0
  187. package/templates/.claude/skills/omcodex-improve-report/SKILL.md +65 -0
  188. package/templates/.claude/skills/omcodex-loop/SKILL.md +45 -0
  189. package/templates/.claude/skills/omcodex-release-notes/SKILL.md +117 -0
  190. package/templates/.claude/skills/omcodex-takeover/SKILL.md +115 -0
  191. package/templates/.claude/skills/omcodex-web/SKILL.md +95 -0
  192. package/templates/.claude/skills/optimize-analyze/SKILL.md +57 -0
  193. package/templates/.claude/skills/optimize-bundle/SKILL.md +69 -0
  194. package/templates/.claude/skills/optimize-report/SKILL.md +76 -0
  195. package/templates/.claude/skills/peer-messaging/SKILL.md +59 -0
  196. package/templates/.claude/skills/pipeline/SKILL.md +103 -0
  197. package/templates/.claude/skills/pipeline-architecture-patterns/SKILL.md +84 -0
  198. package/templates/.claude/skills/pipeline-guards/SKILL.md +173 -0
  199. package/templates/.claude/skills/post-release-followup/SKILL.md +134 -0
  200. package/templates/.claude/skills/postgres-best-practices/SKILL.md +67 -0
  201. package/templates/.claude/skills/pr-auto-improve/SKILL.md +129 -0
  202. package/templates/.claude/skills/professor-triage/SKILL.md +321 -0
  203. package/templates/.claude/skills/python-best-practices/SKILL.md +223 -0
  204. package/templates/.claude/skills/qa-lead-routing/SKILL.md +104 -0
  205. package/templates/.claude/skills/react-best-practices/SKILL.md +102 -0
  206. package/templates/.claude/skills/reasoning-sandwich/SKILL.md +64 -0
  207. package/templates/.claude/skills/redis-best-practices/SKILL.md +84 -0
  208. package/templates/.claude/skills/release-plan/SKILL.md +207 -0
  209. package/templates/.claude/skills/research/SKILL.md +493 -0
  210. package/templates/.claude/skills/result-aggregation/SKILL.md +165 -0
  211. package/templates/.claude/skills/rtk-exec/SKILL.md +199 -0
  212. package/templates/.claude/skills/rtk-exec/scripts/rtk-wrapper.cjs +377 -0
  213. package/templates/.claude/skills/rust-best-practices/SKILL.md +268 -0
  214. package/templates/.claude/skills/sauron-watch/SKILL.md +239 -0
  215. package/templates/.claude/skills/scout/SKILL.md +250 -0
  216. package/templates/.claude/skills/sdd/SKILL.md +24 -0
  217. package/templates/.claude/skills/sdd-dev/SKILL.md +257 -0
  218. package/templates/.claude/skills/sdd-development/SKILL.md +24 -0
  219. package/templates/.claude/skills/secretary-routing/SKILL.md +132 -0
  220. package/templates/.claude/skills/skill-extractor/SKILL.md +155 -0
  221. package/templates/.claude/skills/skills-sh-search/SKILL.md +210 -0
  222. package/templates/.claude/skills/snowflake-best-practices/SKILL.md +66 -0
  223. package/templates/.claude/skills/spark-best-practices/SKILL.md +53 -0
  224. package/templates/.claude/skills/springboot-best-practices/SKILL.md +74 -0
  225. package/templates/.claude/skills/springboot-best-practices/examples/config-properties-example.java +22 -0
  226. package/templates/.claude/skills/springboot-best-practices/examples/controller-example.java +28 -0
  227. package/templates/.claude/skills/springboot-best-practices/examples/controller-test-example.java +33 -0
  228. package/templates/.claude/skills/springboot-best-practices/examples/entity-example.java +22 -0
  229. package/templates/.claude/skills/springboot-best-practices/examples/exception-handler-example.java +30 -0
  230. package/templates/.claude/skills/springboot-best-practices/examples/repository-example.java +17 -0
  231. package/templates/.claude/skills/springboot-best-practices/examples/repository-test-example.java +23 -0
  232. package/templates/.claude/skills/springboot-best-practices/examples/security-config-example.java +27 -0
  233. package/templates/.claude/skills/springboot-best-practices/examples/service-example.java +33 -0
  234. package/templates/.claude/skills/status/SKILL.md +155 -0
  235. package/templates/.claude/skills/structured-dev-cycle/SKILL.md +200 -0
  236. package/templates/.claude/skills/stuck-recovery/SKILL.md +80 -0
  237. package/templates/.claude/skills/supabase-postgres-best-practices/SKILL.md +100 -0
  238. package/templates/.claude/skills/systematic-debugging/SKILL.md +288 -0
  239. package/templates/.claude/skills/systematic-debugging/condition-based-waiting-example.ts +278 -0
  240. package/templates/.claude/skills/systematic-debugging/condition-based-waiting.md +240 -0
  241. package/templates/.claude/skills/systematic-debugging/defense-in-depth.md +252 -0
  242. package/templates/.claude/skills/systematic-debugging/find-polluter.sh +147 -0
  243. package/templates/.claude/skills/systematic-debugging/root-cause-tracing.md +87 -0
  244. package/templates/.claude/skills/task-decomposition/SKILL.md +197 -0
  245. package/templates/.claude/skills/typescript-best-practices/SKILL.md +322 -0
  246. package/templates/.claude/skills/update-docs/SKILL.md +142 -0
  247. package/templates/.claude/skills/update-external/SKILL.md +169 -0
  248. package/templates/.claude/skills/vercel-deploy/SKILL.md +75 -0
  249. package/templates/.claude/skills/web-design-guidelines/SKILL.md +119 -0
  250. package/templates/.claude/skills/wiki/SKILL.md +426 -0
  251. package/templates/.claude/skills/wiki-rag/SKILL.md +154 -0
  252. package/templates/.claude/skills/worker-reviewer-pipeline/SKILL.md +165 -0
  253. package/templates/.claude/skills/writing-clearly-and-concisely/SKILL.md +66 -0
  254. package/templates/.claude/statusline.sh +380 -0
  255. package/templates/.claude/uninstall-hooks.sh +52 -0
  256. package/templates/.github/workflows/wiki-sync.yml +132 -0
  257. package/templates/AGENTS.md.en +255 -0
  258. package/templates/AGENTS.md.ko +255 -0
  259. package/templates/CLAUDE.md +263 -0
  260. package/templates/CLAUDE.md.en +256 -0
  261. package/templates/CLAUDE.md.ko +256 -0
  262. package/templates/deprecated-files.json +10 -0
  263. package/templates/guides/agents-md-quality/README.md +110 -0
  264. package/templates/guides/airflow/README.md +47 -0
  265. package/templates/guides/alembic/README.md +438 -0
  266. package/templates/guides/aws/common-patterns.md +169 -0
  267. package/templates/guides/aws/index.yaml +26 -0
  268. package/templates/guides/aws/well-architected.md +143 -0
  269. package/templates/guides/cc-token-saver/README.md +97 -0
  270. package/templates/guides/claude-code/01-overview.md +42 -0
  271. package/templates/guides/claude-code/03-tools.md +107 -0
  272. package/templates/guides/claude-code/04-agent-skills.md +90 -0
  273. package/templates/guides/claude-code/05-agent-sdk.md +129 -0
  274. package/templates/guides/claude-code/06-mcp.md +165 -0
  275. package/templates/guides/claude-code/07-prompt-engineering.md +100 -0
  276. package/templates/guides/claude-code/08-testing.md +56 -0
  277. package/templates/guides/claude-code/09-guardrails.md +78 -0
  278. package/templates/guides/claude-code/10-monitoring.md +87 -0
  279. package/templates/guides/claude-code/11-sub-agents.md +159 -0
  280. package/templates/guides/claude-code/12-workflow-patterns.md +182 -0
  281. package/templates/guides/claude-code/13-cli-flags.md +151 -0
  282. package/templates/guides/claude-code/index.yaml +61 -0
  283. package/templates/guides/dbt/README.md +32 -0
  284. package/templates/guides/django-best-practices/README.md +476 -0
  285. package/templates/guides/docker/compose-best-practices.md +284 -0
  286. package/templates/guides/docker/dockerfile-best-practices.md +262 -0
  287. package/templates/guides/docker/index.yaml +26 -0
  288. package/templates/guides/drizzle-orm/README.md +69 -0
  289. package/templates/guides/elements-of-style/elements-of-style.html +2609 -0
  290. package/templates/guides/fastapi/best-practices.md +232 -0
  291. package/templates/guides/fastapi/index.yaml +21 -0
  292. package/templates/guides/flutter/architecture.md +141 -0
  293. package/templates/guides/flutter/fundamentals.md +119 -0
  294. package/templates/guides/flutter/index.yaml +44 -0
  295. package/templates/guides/flutter/performance.md +119 -0
  296. package/templates/guides/flutter/security.md +120 -0
  297. package/templates/guides/flutter/state-management.md +144 -0
  298. package/templates/guides/flutter/testing.md +155 -0
  299. package/templates/guides/git-worktree-workflow/README.md +138 -0
  300. package/templates/guides/go-backend/index.yaml +26 -0
  301. package/templates/guides/go-backend/project-layout.md +243 -0
  302. package/templates/guides/go-backend/uber-style.md +212 -0
  303. package/templates/guides/golang/concurrency.md +282 -0
  304. package/templates/guides/golang/effective-go.md +309 -0
  305. package/templates/guides/golang/error-handling.md +250 -0
  306. package/templates/guides/golang/index.yaml +27 -0
  307. package/templates/guides/hook-data-flow/README.md +135 -0
  308. package/templates/guides/iceberg/README.md +49 -0
  309. package/templates/guides/impeccable-design/color-and-contrast.md +278 -0
  310. package/templates/guides/impeccable-design/index.yaml +12 -0
  311. package/templates/guides/impeccable-design/motion-design.md +390 -0
  312. package/templates/guides/impeccable-design/typography.md +386 -0
  313. package/templates/guides/impeccable-design/ux-writing.md +400 -0
  314. package/templates/guides/index.yaml +265 -0
  315. package/templates/guides/java21/index.yaml +29 -0
  316. package/templates/guides/java21/java-style-guide.md +248 -0
  317. package/templates/guides/java21/modern-java21.md +303 -0
  318. package/templates/guides/kafka/README.md +32 -0
  319. package/templates/guides/kotlin/coding-conventions.md +247 -0
  320. package/templates/guides/kotlin/idioms.md +234 -0
  321. package/templates/guides/kotlin/index.yaml +26 -0
  322. package/templates/guides/multi-model-routing/README.md +101 -0
  323. package/templates/guides/multi-provider-exec/README.md +83 -0
  324. package/templates/guides/postgres/README.md +58 -0
  325. package/templates/guides/python/index.yaml +26 -0
  326. package/templates/guides/python/pep8-style-guide.md +202 -0
  327. package/templates/guides/python/zen-of-python.md +79 -0
  328. package/templates/guides/redis/README.md +50 -0
  329. package/templates/guides/rust/error-handling.md +262 -0
  330. package/templates/guides/rust/index.yaml +26 -0
  331. package/templates/guides/rust/ownership.md +180 -0
  332. package/templates/guides/skill-bundle-design/README.md +106 -0
  333. package/templates/guides/slack-cli/README.md +145 -0
  334. package/templates/guides/snowflake/README.md +32 -0
  335. package/templates/guides/spark/README.md +32 -0
  336. package/templates/guides/springboot/best-practices.md +361 -0
  337. package/templates/guides/springboot/index.yaml +22 -0
  338. package/templates/guides/supabase-postgres/README.md +32 -0
  339. package/templates/guides/supabase-postgres/index.yaml +19 -0
  340. package/templates/guides/typescript/advanced-types.md +225 -0
  341. package/templates/guides/typescript/index.yaml +26 -0
  342. package/templates/guides/typescript/type-system.md +219 -0
  343. package/templates/guides/web-design/accessibility.md +66 -0
  344. package/templates/guides/web-design/index.yaml +20 -0
  345. package/templates/guides/web-design/performance.md +102 -0
  346. package/templates/guides/web-scraping/README.md +926 -0
  347. package/templates/guides/web-scraping/index.yaml +19 -0
  348. package/templates/guides/worktree-lifecycle/README.md +104 -0
  349. package/templates/index.yaml +18 -0
  350. package/templates/manifest.json +49 -0
  351. package/templates/workflows/auto-dev.yaml +46 -0
@@ -0,0 +1,2609 @@
1
+ <html>
2
+ <body>
3
+ <h2><a class="pagenum" name="Page_3" title="3"> </a>CONTENTS</h2>
4
+
5
+ <table id="toc" summary="Contents">
6
+ <tr>
7
+ <td colspan="3">&nbsp;</td>
8
+ <th>Page</th>
9
+ </tr>
10
+ <tr>
11
+ <td class="number">I.</td>
12
+ <td colspan="2" class="small-caps">Introductory</td>
13
+ <td class="right"><a href="#Page_5">5</a></td>
14
+ </tr>
15
+ <tr>
16
+ <td class="number">II.</td>
17
+ <td colspan="2" class="small-caps">Elementary Rules of Usage</td>
18
+ <td class="right"><a href="#Page_7">7</a></td>
19
+ </tr>
20
+ <tr>
21
+ <td>&nbsp;</td>
22
+ <td class="number">1.</td>
23
+ <td>Form the possessive singular of nouns by adding <i>'s</i></td>
24
+ <td class="right"><a href="#Rule_1">7</a></td>
25
+ </tr>
26
+ <tr>
27
+ <td>&nbsp;</td>
28
+ <td class="number">2.</td>
29
+ <td>In a series of three or more terms with a single conjunction, use a comma after each term except the last</td>
30
+ <td class="right"><a href="#Rule_2">7</a></td>
31
+ </tr>
32
+ <tr>
33
+ <td>&nbsp;</td>
34
+ <td class="number">3.</td>
35
+ <td>Enclose parenthetic expressions between commas</td>
36
+ <td class="right"><a href="#Rule_3">8</a></td>
37
+ </tr>
38
+ <tr>
39
+ <td>&nbsp;</td>
40
+ <td class="number">4.</td>
41
+ <td>Place a comma before a conjunction introducing a co-ordinate clause</td>
42
+ <td class="right"><a href="#Rule_4">10</a></td>
43
+ </tr>
44
+ <tr>
45
+ <td>&nbsp;</td>
46
+ <td class="number">5.</td>
47
+ <td>Do not join independent clauses by a comma</td>
48
+ <td class="right"><a href="#Rule_5">11</a></td>
49
+ </tr>
50
+ <tr>
51
+ <td>&nbsp;</td>
52
+ <td class="number">6.</td>
53
+ <td>Do not break sentences in two</td>
54
+ <td class="right"><a href="#Rule_6">12</a></td>
55
+ </tr>
56
+ <tr>
57
+ <td>&nbsp;</td>
58
+ <td class="number">7.</td>
59
+ <td>A participial phrase at the beginning of a sentence must refer to the grammatical subject</td>
60
+ <td class="right"><a href="#Rule_7">13</a></td>
61
+ </tr>
62
+ <tr>
63
+ <td class="number">III.</td>
64
+ <td colspan="2" class="small-caps">Elementary Principles of Composition</td>
65
+ <td class="right"><a href="#Page_15">15</a></td>
66
+ </tr>
67
+ <tr>
68
+ <td>&nbsp;</td>
69
+ <td class="number">8.</td>
70
+ <td>Make the paragraph the unit of composition: one paragraph to each topic</td>
71
+ <td class="right"><a href="#Rule_8">15</a></td>
72
+ </tr>
73
+ <tr>
74
+ <td>&nbsp;</td>
75
+ <td class="number">9.</td>
76
+ <td>As a rule, begin each paragraph with a topic sentence; end it in conformity with the beginning</td>
77
+ <td class="right"><a href="#Rule_9">17</a></td>
78
+ </tr>
79
+ <tr>
80
+ <td>&nbsp;</td>
81
+ <td class="number">10.</td>
82
+ <td>Use the active voice</td>
83
+ <td class="right"><a href="#Rule_10">19</a></td>
84
+ </tr>
85
+ <tr>
86
+ <td>&nbsp;</td>
87
+ <td class="number">11.</td>
88
+ <td>Put statements in positive form</td>
89
+ <td class="right"><a href="#Rule_11">21</a></td>
90
+ </tr>
91
+ <tr>
92
+ <td>&nbsp;</td>
93
+ <td class="number">12.</td>
94
+ <td>Use definite, specific, concrete language</td>
95
+ <td class="right"><a href="#Rule_12">22</a></td>
96
+ </tr>
97
+ <tr>
98
+ <td>&nbsp;</td>
99
+ <td class="number">13.</td>
100
+ <td>Omit needless words</td>
101
+ <td class="right"><a href="#Rule_13">24</a></td>
102
+ </tr>
103
+ <tr>
104
+ <td>&nbsp;</td>
105
+ <td class="number">14.</td>
106
+ <td>Avoid a succession of loose sentences</td>
107
+ <td class="right"><a href="#Rule_14">25</a></td>
108
+ </tr>
109
+ <tr>
110
+ <td>&nbsp;</td>
111
+ <td class="number">15.</td>
112
+ <td>Express co-ordinate ideas in similar form</td>
113
+ <td class="right"><a href="#Rule_15">26</a></td>
114
+ </tr>
115
+ <tr>
116
+ <td>&nbsp;</td>
117
+ <td class="number">16.</td>
118
+ <td>Keep related words together</td>
119
+ <td class="right"><a href="#Rule_16">28</a></td>
120
+ </tr>
121
+ <tr>
122
+ <td>&nbsp;</td>
123
+ <td class="number">17.</td>
124
+ <td>In summaries, keep to one tense</td>
125
+ <td class="right"><a href="#Rule_17">29</a></td>
126
+ </tr>
127
+ <tr>
128
+ <td>&nbsp;</td>
129
+ <td class="number">18.</td>
130
+ <td>Place the emphatic words of a sentence at the end</td>
131
+ <td class="right"><a href="#Rule_18">31</a></td>
132
+ </tr>
133
+ <tr>
134
+ <td class="number">IV.</td>
135
+ <td colspan="2" class="small-caps">A Few Matters of Form</td>
136
+ <td class="right"><a href="#Page_33">33</a></td>
137
+ </tr>
138
+ <tr>
139
+ <td class="number">V.</td>
140
+ <td colspan="2" class="small-caps">Words and Expressions Commonly Misused</td>
141
+ <td class="right"><a href="#Page_36">36</a></td>
142
+ </tr>
143
+ <tr>
144
+ <td class="number">VI.</td>
145
+ <td colspan="2" class="small-caps">Spelling</td>
146
+ <td class="right"><a href="#Page_48">48</a></td>
147
+ </tr>
148
+ <tr>
149
+ <td class="number">VII.</td>
150
+ <td colspan="2" class="small-caps">Exercises on Chapters II and III</td>
151
+ <td class="right"><a href="#Page_50">50</a></td>
152
+ </tr>
153
+ </table>
154
+
155
+ <h2><a class="pagenum" name="Page_5" title="5"> </a>I. INTRODUCTORY</h2>
156
+
157
+ <p>This book aims to give in brief space the principal requirements
158
+ of plain English style. It aims to lighten the
159
+ task of instructor and student by concentrating attention
160
+ (in Chapters <a href="#Page_7">II</a> and <a href="#Page_15">III</a>) on a few essentials, the rules of
161
+ usage and principles of composition most commonly violated.
162
+ In accordance with this plan it lays down three
163
+ rules for the use of the comma, instead of a score or more,
164
+ and one for the use of the semicolon, in the belief that
165
+ these four rules provide for all the internal punctuation
166
+ that is required by nineteen sentences out of twenty.
167
+ Similarly, it gives in <a href="#Page_15">Chapter&nbsp;III</a> only those principles of
168
+ the paragraph and the sentence which are of the widest
169
+ application. The book thus covers only a small portion of
170
+ the field of English style. The experience of its writer has
171
+ been that once past the essentials, students profit most by
172
+ individual instruction based on the problems of their own
173
+ work, and that each instructor has his own body of theory,
174
+ which he may prefer to that offered by any textbook.</p>
175
+
176
+ <p>The numbers of the sections may be used as references
177
+ in correcting manuscript.</p>
178
+
179
+ <p>The writer's colleagues in the Department of English in
180
+ Cornell University have greatly helped him in the preparation
181
+ of his <ins title="manuscript">manuscript.</ins> Mr. George McLane Wood has
182
+ kindly consented to the inclusion under <a href="#Rule_10">Rule&nbsp;10</a> of some
183
+ material from his <cite>Suggestions to Authors</cite>.</p>
184
+
185
+ <p>The following books are recommended for reference or
186
+ further study: in connection with Chapters <a href="#Page_7">II</a> and <a href="#Page_33">IV</a>,
187
+ F. Howard Collins, <cite>Author and Printer</cite> (Henry Frowde);
188
+ Chicago University Press, <cite>Manual of Style</cite>; T.&nbsp;L. De
189
+ Vinne, <cite>Correct Composition</cite> (The Century Company);
190
+ Horace Hart, <cite>Rules for Compositors and Printers</cite> (Oxford
191
+ <a class="pagenum" name="Page_6" title="6"> </a>
192
+ University Press); George McLane Wood, <cite>Extracts from
193
+ the Style-Book of the Government Printing Office</cite> (United
194
+ States Geological Survey); in connection with Chapters
195
+ <a href="#Page_15">III</a> and <a href="#Page_36">V</a>, <cite>The King's English</cite> (Oxford University Press);
196
+ Sir Arthur Quiller-Couch, <cite>The Art of Writing</cite> (Putnam),
197
+ especially the chapter, Interlude on Jargon; George
198
+ McLane Wood, <cite>Suggestions to Authors</cite> (United States
199
+ Geological Survey); John Lesslie Hall, <cite>English Usage</cite>
200
+ (Scott, Foresman and Co.); James P. Kelley, <cite>Workmanship
201
+ in Words</cite> (Little, Brown and Co.). In these will be
202
+ found full discussions of many points here briefly treated
203
+ and an abundant store of illustrations to supplement those
204
+ given in this book.</p>
205
+
206
+ <p>It is an old observation that the best writers sometimes
207
+ disregard the rules of rhetoric. When they do so, however,
208
+ the reader will usually find in the sentence some compensating
209
+ merit, attained at the cost of the violation. Unless he
210
+ is certain of doing as well, he will probably do best to follow
211
+ the rules. After he has learned, by their guidance, to
212
+ write plain English adequate for everyday uses, let him
213
+ look, for the secrets of style, to the study of the masters
214
+ of literature.</p>
215
+
216
+ <h2><a class="pagenum" name="Page_7" title="7"> </a>II. ELEMENTARY RULES OF USAGE</h2>
217
+
218
+ <h3><a name="Rule_1">1.</a> Form the possessive singular of nouns by adding 's.</h3>
219
+
220
+ <p>Follow this rule whatever the final consonant. Thus
221
+ write,</p>
222
+
223
+ <div class="example">
224
+ <p>Charles's friend</p>
225
+
226
+ <p>Burns's poems</p>
227
+
228
+ <p>the witch's malice</p>
229
+ </div>
230
+
231
+ <p>This is the usage of the United States Government
232
+ Printing Office and of the Oxford University Press.</p>
233
+
234
+ <p>Exceptions are the possessive of ancient proper names
235
+ in <i>-es</i> and <i>-is</i>, the possessive <i>Jesus'</i>, and such forms as
236
+ <i>for conscience' sake</i>, <i>for righteousness' sake</i>. But such forms
237
+ as <i>Achilles' heel</i>, <i>Moses' laws</i>, <i>Isis' temple</i> are commonly
238
+ replaced by</p>
239
+
240
+ <div class="example">
241
+ <p>the heel of Achilles</p>
242
+
243
+ <p>the laws of Moses</p>
244
+
245
+ <p>the temple of Isis</p>
246
+ </div>
247
+
248
+ <p>The pronominal possessives <i>hers</i>, <i>its</i>, <i>theirs</i>, <i>yours</i>, and
249
+ <i>oneself</i> have no apostrophe.</p>
250
+
251
+ <h3><a name="Rule_2">2.</a> In a series of three or more terms with a single conjunction, use a comma after each term except the last.</h3>
252
+
253
+ <p>Thus write,</p>
254
+
255
+ <div class="example">
256
+ <p>red, white, and blue</p>
257
+
258
+ <p>gold, silver, or copper</p>
259
+
260
+ <p>He opened the letter, read it, and made a note of its contents.</p>
261
+ </div>
262
+
263
+ <p>This is also the usage of the Government Printing
264
+ Office and of the Oxford University Press.</p>
265
+
266
+ <p>In the names of business firms the last comma is omitted,
267
+ as,</p>
268
+
269
+ <div class="example">
270
+ <p>Brown, Shipley &amp; Co.</p>
271
+ </div>
272
+
273
+ <h3><a class="pagenum" name="Page_8" title="8"> </a><a name="Rule_3">3.</a> Enclose parenthetic expressions between commas.</h3>
274
+
275
+ <div class="example">
276
+ <p>The best way to see a country, unless you are pressed for time, is to
277
+ travel on foot.</p>
278
+ </div>
279
+
280
+ <p>This rule is difficult to apply; it is frequently hard to
281
+ decide whether a single word, such as <i>however</i>, or a brief
282
+ phrase, is or is not parenthetic. If the interruption to the
283
+ flow of the sentence is but slight, the writer may safely
284
+ omit the commas. But whether the interruption be slight
285
+ or considerable, he must never insert one comma and omit
286
+ the other. Such punctuation as</p>
287
+
288
+ <div class="example">
289
+ <p>Marjorie's husband, Colonel Nelson paid us a visit yesterday,</p>
290
+ </div>
291
+
292
+ <p class="no-indent">or</p>
293
+
294
+ <div class="example">
295
+ <p>My brother you will be pleased to hear, is now in perfect health,</p>
296
+ </div>
297
+
298
+ <p class="no-indent">is indefensible.</p>
299
+
300
+ <p>If a parenthetic expression is preceded by a conjunction,
301
+ place the first comma before the conjunction, not after it.</p>
302
+
303
+ <div class="example">
304
+ <p>He saw us coming, and unaware that we had learned of his treachery,
305
+ greeted us with a smile.</p>
306
+ </div>
307
+
308
+ <p>Always to be regarded as parenthetic and to be enclosed
309
+ between commas (or, at the end of the sentence, between
310
+ comma and period) are the following:</p>
311
+
312
+ <p>(1) the year, when forming part of a date, and the day
313
+ of the month, when following the day of the week:</p>
314
+
315
+ <div class="example">
316
+ <p>February to July, 1916.</p>
317
+
318
+ <p>April 6, 1917.</p>
319
+
320
+ <p>Monday, November 11, 1918.</p>
321
+ </div>
322
+
323
+ <p>(2) the abbreviations <i>etc.</i> and <i>jr.</i></p>
324
+
325
+ <p>(3) non-restrictive relative clauses, that is, those which
326
+ do not serve to identify or define the antecedent noun, and
327
+ similar clauses introduced by conjunctions indicating time
328
+ or place.</p>
329
+
330
+ <div class="example">
331
+ <p>The audience, which had at first been indifferent, became more and
332
+ more interested.</p>
333
+ </div>
334
+
335
+ <p class="no-indent"><a class="pagenum" name="Page_9" title="9"> </a>In this sentence the clause introduced by <i>which</i> does not
336
+ serve to tell which of several possible audiences is meant;
337
+ what audience is in question is supposed to be already
338
+ known. The clause adds, parenthetically, a statement supplementing
339
+ that in the main clause. The sentence is virtually
340
+ a combination of two statements which might have
341
+ been made independently:</p>
342
+
343
+ <div class="example">
344
+ <p>The audience had at first been indifferent. It became more and
345
+ more interested.</p>
346
+ </div>
347
+
348
+ <p class="no-indent">Compare the restrictive relative clause, not set off by commas,
349
+ in the sentence,</p>
350
+
351
+ <div class="example">
352
+ <p>The candidate who best meets these requirements will obtain the
353
+ place.</p>
354
+ </div>
355
+
356
+ <p class="no-indent">Here the clause introduced by <i>who</i> does serve to tell which of
357
+ several possible candidates is meant; the sentence cannot be
358
+ split up into two independent statements.</p>
359
+
360
+ <p>The difference in punctuation in the two sentences following
361
+ is based on the same principle:</p>
362
+
363
+ <div class="example">
364
+ <p>Nether Stowey, where Coleridge wrote <cite>The Rime of the Ancient
365
+ Mariner</cite>, is a few miles from Bridgewater.</p>
366
+
367
+ <p>The day will come when you will admit your mistake.</p>
368
+ </div>
369
+
370
+ <p class="no-indent">Nether Stowey is completely identified by its name; the
371
+ statement about Coleridge is therefore supplementary and
372
+ parenthetic. The <em>day</em> spoken of is identified only by the
373
+ dependent clause, which is therefore restrictive.</p>
374
+
375
+ <p>Similar in principle to the enclosing of parenthetic expressions
376
+ between commas is the setting off by commas of
377
+ phrases or dependent clauses preceding or following the
378
+ main clause of a sentence.</p>
379
+
380
+ <div class="example">
381
+ <p>Partly by hard fighting, partly by diplomatic skill, they enlarged
382
+ their dominions to the east, and rose to royal rank with the possession
383
+ of Sicily, exchanged afterwards for Sardinia.</p>
384
+ </div>
385
+
386
+ <p class="no-indent">Other illustrations may be found in sentences quoted under
387
+ Rules <a href="#Rule_4">4</a>, <a href="#Rule_5">5</a>, <a href="#Rule_6">6</a>, <a href="#Rule_7">7</a>, <a href="#Rule_16">16</a>, and <a href="#Rule_18">18</a>.</p>
388
+
389
+ <p><a class="pagenum" name="Page_10" title="10"> </a>The writer should be careful not to set off independent
390
+ clauses by commas: see under <a href="#Rule_5">Rule&nbsp;5</a>.</p>
391
+
392
+ <h3><a name="Rule_4">4.</a> Place a comma before a conjunction introducing a co-ordinate clause.</h3>
393
+
394
+ <div class="example">
395
+ <p>The early records of the city have disappeared, and the story of its
396
+ first years can no longer be reconstructed.</p>
397
+
398
+ <p>The situation is perilous, but there is still one chance of escape.</p>
399
+ </div>
400
+
401
+ <p>Sentences of this type, isolated from their context, may
402
+ seem to be in need of rewriting. As they make complete
403
+ sense when the comma is reached, the second clause has
404
+ the appearance of an afterthought. Further, <i>and</i> is the
405
+ least specific of connectives. Used between independent
406
+ clauses, it indicates only that a relation exists between
407
+ them without defining that relation. In the example
408
+ above, the relation is that of cause and result. The two
409
+ sentences might be rewritten:</p>
410
+
411
+ <div class="example">
412
+ <p>As the early records of the city have disappeared, the story of its first
413
+ years can no longer be reconstructed.</p>
414
+
415
+ <p>Although the situation is perilous, there is still one chance of escape.</p>
416
+ </div>
417
+
418
+ <p class="no-indent">Or the subordinate clauses might be replaced by phrases:</p>
419
+
420
+ <div class="example">
421
+ <p>Owing to the disappearance of the early records of the city, the story
422
+ of its first years can no longer be reconstructed.</p>
423
+
424
+ <p>In this perilous situation, there is still one chance of escape.</p>
425
+ </div>
426
+
427
+ <p>But a writer may err by making his sentences too
428
+ uniformly compact and periodic, and an occasional loose
429
+ sentence prevents the style from becoming too formal and
430
+ gives the reader a certain relief. Consequently, loose
431
+ sentences of the type first quoted are common in easy,
432
+ unstudied writing. But a writer should be careful not to
433
+ construct too many of his sentences after this pattern
434
+ (see <a href="#Rule_14">Rule&nbsp;14</a>).</p>
435
+
436
+ <p>Two-part sentences of which the second member is
437
+ introduced by <i>as</i> (in the sense of <i>because</i>), <i>for</i>, <i>or</i>, <i>nor</i>, and
438
+ <i>while</i> (in the sense of <i>and at the same time</i>) likewise require a
439
+ comma before the conjunction.</p>
440
+
441
+ <p><a class="pagenum" name="Page_11" title="11"> </a>If the second member is introduced by an adverb, a
442
+ semicolon, not a comma, is required (see <a href="#Rule_5">Rule&nbsp;5</a>). The
443
+ connectives <i>so</i> and <i>yet</i> may be used either as adverbs or as
444
+ conjunctions, accordingly as the second clause is felt to be
445
+ co-ordinate or subordinate; consequently either mark of
446
+ punctuation may be justified. But these uses of <i>so</i> (equivalent
447
+ to <i>accordingly</i> or to <i>so that</i>) are somewhat colloquial
448
+ and should, as a rule, be avoided in writing. A simple correction,
449
+ usually serviceable, is to omit the word <i>so</i> and begin
450
+ the first clause with <i>as</i> or <i>since</i>:</p>
451
+
452
+ <table class="example" summary="">
453
+ <tr>
454
+ <td class="first">I had never been in the place before; so I had difficulty in finding my way about.</td>
455
+ <td class="second">As I had never been in the place before, I had difficulty in finding my way about.</td>
456
+ </tr>
457
+ </table>
458
+
459
+ <p>If a dependent clause, or an introductory phrase requiring
460
+ to be set off by a comma, precedes the second independent
461
+ clause, no comma is needed after the conjunction.</p>
462
+
463
+ <div class="example">
464
+ <p>The situation is perilous, but if we are prepared to act promptly,
465
+ there is still one chance of escape.</p>
466
+ </div>
467
+
468
+ <p>When the subject is the same for both clauses and is
469
+ expressed only once, a comma is required if the connective
470
+ is <i>but</i>. If the connective is <i>and</i>, the comma should be
471
+ omitted if the relation between the two statements is close
472
+ or immediate.</p>
473
+
474
+ <div class="example">
475
+ <p>I have heard his arguments, but am still unconvinced.</p>
476
+
477
+ <p>He has had several years' experience and is thoroughly competent.</p>
478
+ </div>
479
+
480
+ <h3><a name="Rule_5">5.</a> Do not join independent clauses by a comma.</h3>
481
+
482
+ <p>If two or more clauses, grammatically complete and not
483
+ joined by a conjunction, are to form a single compound
484
+ sentence, the proper mark of punctuation is a semicolon.</p>
485
+
486
+ <div class="example">
487
+ <p>Stevenson's romances are entertaining; they are full of exciting
488
+ adventures.</p>
489
+
490
+ <p>It is nearly half past five; we cannot reach town before dark.</p>
491
+ </div>
492
+
493
+ <p>It is of course equally correct to write the above as two
494
+ sentences each, replacing the semicolons by periods.</p>
495
+
496
+ <div class="example">
497
+ <p><a class="pagenum" name="Page_12" title="12"> </a>Stevenson's romances are entertaining. They are full of exciting
498
+ adventures.</p>
499
+
500
+ <p>It is nearly half past five. We cannot reach town before dark.</p>
501
+ </div>
502
+
503
+ <p>If a conjunction is inserted the proper mark is a comma
504
+ (<a href="#Rule_4">Rule&nbsp;4</a>).</p>
505
+
506
+ <div class="example">
507
+ <p>Stevenson's romances are entertaining, for they are full of exciting
508
+ adventures.</p>
509
+
510
+ <p>It is nearly half past five, and we cannot reach town before dark.</p>
511
+ </div>
512
+
513
+ <p>A comparison of the three forms given above will show
514
+ clearly the advantage of the first. It is, at least in the
515
+ examples given, better than the second form, because it
516
+ suggests the close relationship between the two statements
517
+ in a way that the second does not attempt, and better than
518
+ the third, because briefer and therefore more forcible.
519
+ Indeed it may be said that this simple method of indicating
520
+ relationship between statements is one of the most useful
521
+ devices of composition. The relationship, as above, is
522
+ commonly one of cause or of consequence.</p>
523
+
524
+ <p>Note that if the second clause is preceded by an adverb,
525
+ such as <i>accordingly</i>, <i>besides</i>, <i>then</i>, <i>therefore</i>, or <i>thus</i>, and
526
+ not by a conjunction, the semicolon is still required.</p>
527
+
528
+ <p>Two exceptions to the rule may be admitted. If the
529
+ clauses are very short, and are alike in form, a comma is
530
+ usually permissible:</p>
531
+
532
+ <div class="example">
533
+ <p>Man proposes, God disposes.</p>
534
+
535
+ <p>The gate swung apart, the bridge fell, the portcullis was drawn up.</p>
536
+ </div>
537
+
538
+ <p class="no-indent">Note that in these examples the relation is not one of cause
539
+ or consequence. Also in the colloquial form of expression,</p>
540
+
541
+ <div class="example">
542
+ <p>I hardly knew him, he was so changed,</p>
543
+ </div>
544
+
545
+ <p class="no-indent">a comma, not a semicolon, is required. But this form of
546
+ expression is inappropriate in writing, except in the dialogue
547
+ of a story or play, or perhaps in a familiar letter.</p>
548
+
549
+ <h3><a name="Rule_6">6.</a> Do not break sentences in two.</h3>
550
+
551
+ <p>In other words, do not use periods for commas.</p>
552
+
553
+ <div class="example">
554
+ <p><a class="pagenum" name="Page_13" title="13"> </a>I met them on a Cunard liner several years ago. Coming home
555
+ from Liverpool to New York.</p>
556
+
557
+ <p>He was an interesting talker. A man who had traveled all over the
558
+ world and lived in half a dozen countries.</p>
559
+ </div>
560
+
561
+ <p class="no-indent">In both these examples, the first period should be replaced
562
+ by a comma, and the following word begun with a small
563
+ letter.</p>
564
+
565
+ <p>It is permissible to make an emphatic word or expression
566
+ serve the purpose of a sentence and to punctuate it
567
+ accordingly:</p>
568
+
569
+ <div class="example">
570
+ <p>Again and again he called out. No reply.</p>
571
+ </div>
572
+
573
+ <p class="no-indent">The writer must, however, be certain that the emphasis is
574
+ warranted, and that he will not be suspected of a mere
575
+ blunder in syntax or in punctuation.</p>
576
+
577
+ <p>Rules <a href="#Rule_3">3</a>, <a href="#Rule_4">4</a>, <a href="#Rule_5">5</a>, and <a href="#Rule_6">6</a> cover the most important principles
578
+ in the punctuation of ordinary sentences; they should be
579
+ so thoroughly mastered that their application becomes
580
+ second nature.</p>
581
+
582
+ <h3><a name="Rule_7">7.</a> A participial phrase at the beginning of a sentence must refer to the grammatical subject.</h3>
583
+
584
+ <div class="example">
585
+ <p>Walking slowly down the road, he saw a woman accompanied by
586
+ two children.</p>
587
+ </div>
588
+
589
+ <p>The word <i>walking</i> refers to the subject of the sentence,
590
+ not to the woman. If the writer wishes to make it refer
591
+ to the woman, he must recast the sentence:</p>
592
+
593
+ <div class="example">
594
+ <p>He saw a woman accompanied by two children, walking slowly down
595
+ the road.</p>
596
+ </div>
597
+
598
+ <p>Participial phrases preceded by a conjunction or by a
599
+ preposition, nouns in apposition, adjectives, and adjective
600
+ phrases come under the same rule if they begin the sentence.</p>
601
+
602
+ <table class="example" summary="">
603
+ <tr>
604
+ <td class="first">On arriving in Chicago, his friends met him at the station.</td>
605
+ <td class="second">When he arrived (or, On his arrival) in Chicago, his friends met him at the station.</td>
606
+ </tr>
607
+ <tr>
608
+ <td class="first"><a class="pagenum" name="Page_14" title="14"> </a>A soldier of proved valor, they entrusted him with the defence of the city.</td>
609
+ <td class="second">A soldier of proved valor, he was entrusted with the defence of the city.</td>
610
+ </tr>
611
+ <tr>
612
+ <td class="first">Young and inexperienced, the task seemed easy to me.</td>
613
+ <td class="second">Young and inexperienced, I thought the task easy.</td>
614
+ </tr>
615
+ <tr>
616
+ <td class="first">Without a friend to counsel him, the temptation proved irresistible.</td>
617
+ <td class="second">Without a friend to counsel him, he found the temptation irresistible.</td>
618
+ </tr>
619
+ </table>
620
+
621
+ <p>Sentences violating this rule are often ludicrous.</p>
622
+
623
+ <div class="example">
624
+ <p>Being in a dilapidated condition, I was able to buy the house very
625
+ cheap.</p>
626
+
627
+ <p>Wondering irresolutely what to do next, the clock struck twelve.</p>
628
+ </div>
629
+
630
+ <h2><a class="pagenum" name="Page_15" title="15"> </a>III. ELEMENTARY PRINCIPLES OF COMPOSITION</h2>
631
+
632
+ <h3><a name="Rule_8">8.</a> Make the paragraph the unit of composition: one paragraph to each topic.</h3>
633
+
634
+ <p>If the subject on which you are writing is of slight
635
+ extent, or if you intend to treat it very briefly, there may
636
+ be no need of subdividing it into topics. Thus a brief
637
+ description, a brief summary of a literary work, a brief
638
+ account of a single incident, a narrative merely outlining
639
+ an action, the setting forth of a single idea, any one of these
640
+ is best written in a single paragraph. After the paragraph
641
+ has been written, examine it to see whether subdivision
642
+ will not improve it.</p>
643
+
644
+ <p>Ordinarily, however, a subject requires subdivision into
645
+ topics, each of which should be made the subject of a
646
+ paragraph. The object of treating each topic in a paragraph
647
+ by itself is, of course, to aid the reader. The beginning
648
+ of each paragraph is a signal to him that a new step
649
+ in the development of the subject has been reached.</p>
650
+
651
+ <p>The extent of subdivision will vary with the length of
652
+ the composition. For example, a short notice of a book or
653
+ poem might consist of a single paragraph. One slightly
654
+ longer might consist of two paragraphs:</p>
655
+
656
+ <ul>
657
+ <li>A. Account of the work.</li>
658
+ <li>B. Critical discussion.</li>
659
+ </ul>
660
+
661
+ <p>A report on a poem, written for a class in literature,
662
+ might consist of seven paragraphs:</p>
663
+
664
+ <ul>
665
+ <li>A. Facts of composition and publication.</li>
666
+ <li>B. Kind of poem; metrical form.</li>
667
+ <li>C. Subject.</li>
668
+ <li>D. Treatment of subject.</li>
669
+ <li>E. For what chiefly remarkable.</li>
670
+ <li><a class="pagenum" name="Page_16" title="16"> </a>F. Wherein characteristic of the writer.</li>
671
+ <li>G. Relationship to other works.</li>
672
+ </ul>
673
+
674
+ <p class="no-indent">The contents of paragraphs C and D would vary with the
675
+ poem. Usually, paragraph C would indicate the actual or
676
+ imagined circumstances of the poem (the situation), if
677
+ these call for explanation, and would then state the subject
678
+ and outline its development. If the poem is a narrative in
679
+ the third person throughout, paragraph C need contain no
680
+ more than a concise summary of the action. Paragraph D
681
+ would indicate the leading ideas and show how they are
682
+ made prominent, or would indicate what points in the
683
+ narrative are chiefly emphasized.</p>
684
+
685
+ <p>A novel might be discussed under the heads:</p>
686
+
687
+ <ul>
688
+ <li>A. Setting.</li>
689
+ <li>B. Plot.</li>
690
+ <li>C. Characters.</li>
691
+ <li>D. Purpose.</li>
692
+ </ul>
693
+
694
+ <p>An historical event might be discussed under the heads:</p>
695
+
696
+ <ul>
697
+ <li>A. What led up to the event.</li>
698
+ <li>B. Account of the event.</li>
699
+ <li>C. What the event led up to.</li>
700
+ </ul>
701
+
702
+ <p>In treating either of these last two subjects, the writer
703
+ would probably find it necessary to subdivide one or more
704
+ of the topics here given.</p>
705
+
706
+ <p>As a rule, single sentences should not be written or
707
+ printed as paragraphs. An exception may be made of
708
+ sentences of transition, indicating the relation between the
709
+ parts of an exposition or argument. Frequent exceptions
710
+ are also necessary in textbooks, guidebooks, and other
711
+ works in which many topics are treated briefly.</p>
712
+
713
+ <p>In dialogue, each speech, even if only a single word, is a
714
+ paragraph by itself; that is, a new paragraph begins with
715
+ each change of speaker. The application of this rule,
716
+ when dialogue and narrative are combined, is best learned
717
+ from examples in well-printed works of fiction.</p>
718
+
719
+ <h3><a class="pagenum" name="Page_17" title="17"> </a><a name="Rule_9">9.</a> As a rule, begin each paragraph with a topic sentence, end it in conformity with the beginning.</h3>
720
+
721
+ <p>Again, the object is to aid the reader. The practice here
722
+ recommended enables him to discover the purpose of each
723
+ paragraph as he begins to read it, and to retain this purpose
724
+ in mind as he ends it. For this reason, the most generally
725
+ useful kind of paragraph, particularly in exposition and
726
+ argument, is that in which</p>
727
+
728
+ <p>(a) the topic sentence comes at or near the beginning;</p>
729
+
730
+ <p>(b) the succeeding sentences explain or establish or
731
+ develop the statement made in the topic sentence; and</p>
732
+
733
+ <p>(c) the final sentence either emphasizes the thought of
734
+ the topic sentence or states some important consequence.</p>
735
+
736
+ <p>Ending with a digression, or with an unimportant detail,
737
+ is particularly to be avoided.</p>
738
+
739
+ <p>If the paragraph forms part of a larger composition, its
740
+ relation to what precedes, or its function as a part of the
741
+ whole, may need to be expressed. This can sometimes be
742
+ done by a mere word or phrase (<i>again</i>; <i>therefore</i>; <i>for the
743
+ same reason</i>) in the topic sentence. Sometimes, however,
744
+ it is expedient to precede the topic sentence by one or more
745
+ sentences of introduction or transition. If more than one
746
+ such sentence is required, it is generally better to set apart
747
+ the transitional sentences as a separate paragraph.</p>
748
+
749
+ <p>According to the writer's purpose, he may, as indicated
750
+ above, relate the body of the paragraph to the topic sentence
751
+ in one or more of several different ways. He may
752
+ make the meaning of the topic sentence clearer by restating
753
+ it in other forms, by defining its terms, by denying the
754
+ contrary, by giving illustrations or specific instances; he
755
+ may establish it by proofs; or he may develop it by showing
756
+ its implications and consequences. In a long paragraph,
757
+ he may carry out several of these processes.</p>
758
+
759
+ <div class="example">
760
+ <p><small>1</small> Now, to be properly enjoyed, a walking tour should be gone upon
761
+ alone. <small>2</small> If you go in a company, or even in pairs, it is no longer a walking
762
+ tour in anything but name; it is something else and more in the
763
+ <a class="pagenum" name="Page_18" title="18"> </a>nature of a picnic. <small>3</small> A walking tour should be gone upon alone, because
764
+ freedom is of the essence; because you should be able to stop
765
+ and go on, and follow this way or that, as the freak takes you; and because
766
+ you must have your own pace, and neither trot alongside a
767
+ champion walker, nor mince in time with a girl. <small>4</small> And you must be
768
+ open to all impressions and let your thoughts take colour from what
769
+ you see. <small>5</small> You should be as a pipe for any wind to play upon. <small>6</small> &ldquo;I
770
+ cannot see the wit,&rdquo; says Hazlitt, &ldquo;of walking and talking at the
771
+ same time. <small>7</small> When I am in the country, I wish to vegetate like the
772
+ country,&rdquo; which is the gist of all that can be said upon the matter.
773
+ <small>8</small> There should be no cackle of voices at your elbow, to jar on the
774
+ meditative silence of the morning. <small>9</small> And so long as a man is reasoning
775
+ he cannot surrender himself to that fine intoxication that comes
776
+ of much motion in the open air, that begins in a sort of dazzle and sluggishness
777
+ of the brain, and ends in a peace that passes comprehension.&mdash;Stevenson,
778
+ <cite>Walking Tours</cite>.</p>
779
+ </div>
780
+
781
+ <div class="example">
782
+ <p><small>1</small> Topic sentence. <small>2</small> The meaning made clearer by denial of the contrary.
783
+ <small>3</small> The topic sentence repeated, in abridged form, and supported by
784
+ three reasons; the meaning of the third (&ldquo;you must have your own
785
+ pace&rdquo;) made clearer by denying the contrary. <small>4</small> A fourth reason, stated
786
+ in two forms. <small>5</small> The same reason, stated in still another form. <small>6&ndash;7</small> The
787
+ same reason as stated by Hazlitt. <small>8</small> Repetition, in paraphrase, of the
788
+ quotation from Hazlitt. <small>9</small> Final statement of the fourth reason, in
789
+ language amplified and heightened to form a strong conclusion.</p>
790
+ </div>
791
+
792
+ <div class="example">
793
+ <p><small>1</small> It was chiefly in the eighteenth century that a very different conception
794
+ of history grew up. <small>2</small> Historians then came to believe that
795
+ their task was not so much to paint a picture as to solve a problem;
796
+ to explain or illustrate the successive phases of national growth,
797
+ prosperity, and adversity. <small>3</small> The history of morals, of industry, of
798
+ intellect, and of art; the changes that take place in manners or beliefs;
799
+ the dominant ideas that prevailed in successive periods; the rise, fall,
800
+ and modification of political constitutions; in a word, all the conditions
801
+ of national well-being became the subject of their works. <small>4</small> They
802
+ sought rather to write a history of peoples than a history of kings.
803
+ <small>5</small> They looked especially in history for the chain of causes and effects.
804
+ <small>6</small> They undertook to study in the past the physiology of nations, and
805
+ hoped by applying the experimental method on a large scale to deduce
806
+ some lessons of real value about the conditions on which the welfare
807
+ of society mainly depend.&mdash;Lecky, <cite>The Political Value of History</cite>.</p>
808
+ </div>
809
+
810
+ <div class="example">
811
+ <p><small>1</small> Topic sentence. <small>2</small> The meaning of the topic sentence made clearer;
812
+ the new conception of history defined. <small>3</small> The definition expanded. <small>4</small> The
813
+ definition explained by contrast. <small>5</small> The definition supplemented: another
814
+ element in the new conception of history. <small>6</small> Conclusion: an important
815
+ consequence of the new conception of history.</p>
816
+ </div>
817
+
818
+ <p><a class="pagenum" name="Page_19" title="19"> </a>In narration and description the paragraph sometimes
819
+ begins with a concise, comprehensive statement serving to
820
+ hold together the details that follow.</p>
821
+
822
+ <div class="example">
823
+ <p>The breeze served us admirably.</p>
824
+
825
+ <p>The campaign opened with a series of reverses.</p>
826
+
827
+ <p>The next ten or twelve pages were filled with a curious set of entries.</p>
828
+ </div>
829
+
830
+ <p class="no-indent">But this device, if too often used, would become a mannerism.
831
+ More commonly the opening sentence simply
832
+ indicates by its subject with what the paragraph is to be
833
+ principally concerned.</p>
834
+
835
+ <div class="example">
836
+ <p>At length I thought I might return towards the stockade.</p>
837
+
838
+ <p>He picked up the heavy lamp from the table and began to explore.</p>
839
+
840
+ <p>Another flight of steps, and they emerged on the roof.</p>
841
+ </div>
842
+
843
+ <p>The brief paragraphs of animated narrative, however,
844
+ are often without even this semblance of a topic sentence.
845
+ The break between them serves the purpose of a rhetorical
846
+ pause, throwing into prominence some detail of the action.</p>
847
+
848
+ <h3><a name="Rule_10">10.</a> Use the active voice.</h3>
849
+
850
+ <p>The active voice is usually more direct and vigorous than
851
+ the passive:</p>
852
+
853
+ <div class="example">
854
+ <p>I shall always remember my first visit to Boston.</p>
855
+ </div>
856
+
857
+ <p class="no-indent">This is much better than</p>
858
+
859
+ <div class="example">
860
+ <p>My first visit to Boston will always be remembered by me.</p>
861
+ </div>
862
+
863
+ <p class="no-indent">The latter sentence is less direct, less bold, and less concise.
864
+ If the writer tries to make it more concise by omitting
865
+ &ldquo;by me,&rdquo;</p>
866
+
867
+ <div class="example">
868
+ <p>My first visit to Boston will always be remembered,</p>
869
+ </div>
870
+
871
+ <p class="no-indent">it becomes indefinite: is it the writer, or some person
872
+ undisclosed, or the world at large, that will always remember
873
+ this visit?</p>
874
+
875
+ <p>This rule does not, of course, mean that the writer should
876
+ entirely discard the passive voice, which is frequently
877
+ convenient and sometimes necessary.</p>
878
+
879
+ <div class="example">
880
+ <p><a class="pagenum" name="Page_20" title="20"> </a>The dramatists of the Restoration are little esteemed to-day.</p>
881
+
882
+ <p>Modern readers have little esteem for the dramatists of the
883
+ Restoration.</p>
884
+ </div>
885
+
886
+ <p class="no-indent">The first would be the right form in a paragraph on the
887
+ dramatists of the Restoration; the second, in a paragraph
888
+ on the tastes of modern readers. The need of making a
889
+ particular word the subject of the sentence will often, as
890
+ in these examples, determine which voice is to be used.</p>
891
+
892
+ <p>As a rule, avoid making one passive depend directly upon
893
+ another.</p>
894
+
895
+ <table class="example" summary="">
896
+ <tr>
897
+ <td class="first">Gold was not allowed to be exported.</td>
898
+ <td class="second">It was forbidden to export gold (The export of gold was prohibited).</td>
899
+ </tr>
900
+ <tr>
901
+ <td class="first">He has been proved to have been seen entering the building.</td>
902
+ <td class="second">It has been proved that he was seen to enter the building.</td>
903
+ </tr>
904
+ </table>
905
+
906
+ <p class="no-indent">In both the examples above, before correction, the word
907
+ properly related to the second passive is made the subject
908
+ of the first.</p>
909
+
910
+ <p>A common fault is to use as the subject of a passive
911
+ construction a noun which expresses the entire action, leaving
912
+ to the verb no function beyond that of completing the
913
+ sentence.</p>
914
+
915
+ <table class="example" summary="">
916
+ <tr>
917
+ <td class="first">A survey of this region was made in 1900.</td>
918
+ <td class="second">This region was surveyed in 1900.</td>
919
+ </tr>
920
+ <tr>
921
+ <td class="first">Mobilization of the army was rapidly effected.</td>
922
+ <td class="second">The army was rapidly mobilized.</td>
923
+ </tr>
924
+ <tr>
925
+ <td class="first">Confirmation of these reports cannot be obtained.</td>
926
+ <td class="second">These reports cannot be confirmed.</td>
927
+ </tr>
928
+ </table>
929
+
930
+ <p>Compare the <ins title="sentence.">sentence,</ins> &ldquo;The export of gold was prohibited,&rdquo;
931
+ in which the predicate &ldquo;was prohibited&rdquo; expresses
932
+ something not implied in &ldquo;export.&rdquo;</p>
933
+
934
+ <p>The habitual use of the active voice makes for forcible
935
+ writing. This is true not only in narrative principally
936
+ concerned with action, but in writing of any kind. Many
937
+ a tame sentence of description or exposition can be made
938
+ lively and emphatic by substituting a verb in the active
939
+ <a class="pagenum" name="Page_21" title="21"> </a>
940
+ voice for some such perfunctory expression as <i>there is</i>, or
941
+ <i>could be heard</i>.</p>
942
+
943
+ <table class="example" summary="">
944
+ <tr>
945
+ <td class="first">There were a great number of dead leaves lying on the ground.</td>
946
+ <td class="second">Dead leaves covered the ground.</td>
947
+ </tr>
948
+ <tr>
949
+ <td class="first">The sound of a guitar somewhere in the house could be heard.</td>
950
+ <td class="second">Somewhere in the house a guitar hummed sleepily.</td>
951
+ </tr>
952
+ <tr>
953
+ <td class="first">The reason that he left college was that his health became impaired.</td>
954
+ <td class="second">Failing health compelled him to leave college.</td>
955
+ </tr>
956
+ <tr>
957
+ <td class="first">It was not long before he was very sorry that he had said what he had.</td>
958
+ <td class="second">He soon repented his words.</td>
959
+ </tr>
960
+ </table>
961
+
962
+ <h3><a name="Rule_11">11.</a> Put statements in positive form.</h3>
963
+
964
+ <p>Make definite assertions. Avoid tame, colorless, hesitating,
965
+ non-committal language. Use the word <i>not</i> as a
966
+ means of denial or in antithesis, never as a means of evasion.</p>
967
+
968
+ <table class="example" summary="">
969
+ <tr>
970
+ <td class="first">He was not very often on time.</td>
971
+ <td class="second">He usually came late.</td>
972
+ </tr>
973
+ <tr>
974
+ <td class="first">He did not think that studying Latin was much use.</td>
975
+ <td class="second">He thought the study of Latin useless.</td>
976
+ </tr>
977
+ <tr>
978
+ <td class="first"><cite>The Taming of the Shrew</cite> is rather weak in spots. Shakespeare does not portray Katharine as a very admirable character, nor does Bianca remain long in memory as an important character in Shakespeare's works.</td>
979
+ <td class="second">The women in <cite>The Taming of the Shrew</cite> are unattractive. Katharine is disagreeable, Bianca insignificant.</td>
980
+ </tr>
981
+ </table>
982
+
983
+ <p>The last example, before correction, is indefinite as well
984
+ as negative. The corrected version, consequently, is
985
+ simply a guess at the writer's intention.</p>
986
+
987
+ <p>All three examples show the weakness inherent in the word
988
+ <i>not</i>. Consciously or unconsciously, the reader is dissatisfied
989
+ with being told only what is not; he wishes to
990
+ be told what is. Hence, as a rule, it is better to express
991
+ even a negative in positive form.</p>
992
+
993
+ <table class="example" summary="">
994
+ <tr>
995
+ <td class="first">not honest</td>
996
+ <td class="second">dishonest</td>
997
+ </tr>
998
+ <tr>
999
+ <td class="first">not important</td>
1000
+ <td class="second">trifling</td>
1001
+ </tr>
1002
+ <tr>
1003
+ <td class="first">did not remember</td>
1004
+ <td class="second">forgot</td>
1005
+ </tr>
1006
+ <tr>
1007
+ <td class="first">did not pay any attention to</td>
1008
+ <td class="second">ignored</td>
1009
+ </tr>
1010
+ <tr>
1011
+ <td class="first">did not have much confidence in</td>
1012
+ <td class="second">distrusted</td>
1013
+ </tr>
1014
+ </table>
1015
+
1016
+ <p><a class="pagenum" name="Page_22" title="22"> </a>The antithesis of negative and positive is strong:</p>
1017
+
1018
+ <div class="example">
1019
+ <p>Not charity, but simple justice.</p>
1020
+
1021
+ <p>Not that I loved Caesar less, but Rome the more.</p>
1022
+ </div>
1023
+
1024
+ <p>Negative words other than <i>not</i> are usually strong:</p>
1025
+
1026
+ <div class="example">
1027
+ <p>The sun never sets upon the British flag.</p>
1028
+ </div>
1029
+
1030
+ <h3><a name="Rule_12">12.</a> Use definite, specific, concrete language.</h3>
1031
+
1032
+ <p>Prefer the specific to the general, the definite to the vague,
1033
+ the concrete to the abstract.</p>
1034
+
1035
+ <table class="example" summary="">
1036
+ <tr>
1037
+ <td class="first">A period of unfavorable weather set in.</td>
1038
+ <td class="second">It rained every day for a week.</td>
1039
+ </tr>
1040
+ <tr>
1041
+ <td class="first">He showed satisfaction as he took possession of his well-earned reward.</td>
1042
+ <td class="second">He grinned as he pocketed the coin.</td>
1043
+ </tr>
1044
+ <tr>
1045
+ <td class="first">There is a general agreement among those who have enjoyed the experience that surf-riding is productive of great exhilaration.</td>
1046
+ <td class="second">All who have tried surf-riding agree that it is most exhilarating.</td>
1047
+ </tr>
1048
+ </table>
1049
+
1050
+ <p>If those who have studied the art of writing are in accord
1051
+ on any one point, it is on this, that the surest method of
1052
+ arousing and holding the attention of the reader is by being
1053
+ specific, definite, and concrete. Critics have pointed out
1054
+ how much of the effectiveness of the greatest writers, Homer,
1055
+ Dante, Shakespeare, results from their constant definiteness
1056
+ and concreteness. Browning, to cite a more modern
1057
+ author, affords many striking examples. Take, for instance,
1058
+ the lines from <cite>My Last Duchess</cite>,</p>
1059
+
1060
+ <div class="poetry">
1061
+ <div class="stanza">
1062
+ <div class="line">Sir, 'twas all one! My favour at her breast,<br/></div>
1063
+ <div class="line">The dropping of the daylight in the west,<br/></div>
1064
+ <div class="line">The bough of cherries some officious fool<br/></div>
1065
+ <div class="line">Broke in the orchard for her, the white mule<br/></div>
1066
+ <div class="line">She rode with round the terrace&mdash;all and each<br/></div>
1067
+ <div class="line">Would draw from her alike the approving speech,<br/></div>
1068
+ <div class="line">Or blush, at least,<br/></div>
1069
+ </div>
1070
+ </div>
1071
+
1072
+ <p class="no-indent">and those which end the poem,</p>
1073
+
1074
+ <div class="poetry">
1075
+ <div class="stanza">
1076
+ <div class="line indent4">Notice Neptune, though,<br/></div>
1077
+ <div class="line">Taming a sea-horse, thought a rarity,<br/></div>
1078
+ <div class="line">Which Claus of Innsbruck cast in bronze for me.<br/></div>
1079
+ </div>
1080
+ </div>
1081
+
1082
+ <p class="no-indent"><a class="pagenum" name="Page_23" title="23"> </a>These words call up pictures. Recall how in <cite>The Bishop
1083
+ Orders his Tomb in St. Praxed's Church</cite> &ldquo;the Renaissance
1084
+ spirit&mdash;its worldliness, inconsistency, pride, hypocrisy,
1085
+ ignorance of itself, love of art, of luxury, of good Latin,&rdquo;
1086
+ to quote Ruskin's comment on the poem, is made manifest
1087
+ in specific details and in concrete terms.</p>
1088
+
1089
+ <p>Prose, in particular narrative and descriptive prose, is
1090
+ made vivid by the same means. If the experiences of Jim
1091
+ Hawkins and of David Balfour, of Kim, of Nostromo, have
1092
+ seemed for the moment real to countless readers, if in reading
1093
+ Carlyle we have almost the sense of being physically present
1094
+ at the taking of the Bastille, it is because of the definiteness
1095
+ of the details and the concreteness of the terms used. It is
1096
+ not that every detail is given; that would be impossible, as
1097
+ well as to no purpose; but that all the significant details are
1098
+ given, and not vaguely, but with such definiteness that the
1099
+ reader, in imagination, can project himself into the scene.</p>
1100
+
1101
+ <p>In exposition and in argument, the writer must likewise
1102
+ never lose his hold upon the concrete, and even when he is
1103
+ dealing with general principles, he must give particular
1104
+ instances of their application.</p>
1105
+
1106
+ <p>&ldquo;This superiority of specific expressions is clearly due to
1107
+ the effort required to translate words into thoughts. As
1108
+ we do not think in generals, but in particulars&mdash;as whenever
1109
+ any class of things is referred to, we represent it to ourselves
1110
+ by calling to mind individual members of it, it follows that
1111
+ when an abstract word is used, the hearer or reader has to
1112
+ choose, from his stock of images, one or more by which he
1113
+ may figure to himself the genus mentioned. In doing this,
1114
+ some delay must arise, some force be expended; and if by
1115
+ employing a specific term an appropriate image can be at
1116
+ once suggested, an economy is achieved, and a more vivid
1117
+ impression produced.&rdquo;</p>
1118
+
1119
+ <p>Herbert Spencer, from whose <cite>Philosophy of Style</cite> the preceding
1120
+ paragraph is quoted, illustrates the principle by the
1121
+ sentences:</p>
1122
+
1123
+ <div><a class="pagenum" name="Page_24" title="24"> </a></div>
1124
+ <table class="example" summary="">
1125
+ <tr>
1126
+ <td class="first">In proportion as the manners, customs, and amusements of a nation are cruel and barbarous, the regulations of their penal code will be severe.</td>
1127
+ <td class="second">In proportion as men delight in battles, bull-fights, and combats of gladiators, will they punish by hanging, burning, and the rack.</td>
1128
+ </tr>
1129
+ </table>
1130
+
1131
+ <h3><a name="Rule_13">13.</a> Omit needless words.</h3>
1132
+
1133
+ <p>Vigorous writing is concise. A sentence should contain
1134
+ no unnecessary words, a paragraph no unnecessary sentences,
1135
+ for the same reason that a drawing should have no
1136
+ unnecessary lines and a machine no unnecessary parts.
1137
+ This requires not that the writer make all his sentences
1138
+ short, or that he avoid all detail and treat his subjects only
1139
+ in outline, but that he make every word tell.</p>
1140
+
1141
+ <p>Many expressions in common use violate this principle:</p>
1142
+
1143
+ <table class="example" summary="">
1144
+ <tr>
1145
+ <td class="first">the question as to whether</td>
1146
+ <td class="second">whether (the question whether)</td>
1147
+ </tr>
1148
+ <tr>
1149
+ <td class="first">there is no doubt but that</td>
1150
+ <td class="second">no doubt (doubtless)</td>
1151
+ </tr>
1152
+ <tr>
1153
+ <td class="first">used for fuel purposes</td>
1154
+ <td class="second">used for fuel</td>
1155
+ </tr>
1156
+ <tr>
1157
+ <td class="first">he is a man who</td>
1158
+ <td class="second">he</td>
1159
+ </tr>
1160
+ <tr>
1161
+ <td class="first">in a hasty manner</td>
1162
+ <td class="second">hastily</td>
1163
+ </tr>
1164
+ <tr>
1165
+ <td class="first">this is a subject which</td>
1166
+ <td class="second">this subject</td>
1167
+ </tr>
1168
+ <tr>
1169
+ <td class="first">His story is a strange one.</td>
1170
+ <td class="second">His story is strange.</td>
1171
+ </tr>
1172
+ </table>
1173
+
1174
+ <p class="no-indent">In especial the expression <i>the fact that</i> should be revised out
1175
+ of every sentence in which it occurs.</p>
1176
+
1177
+ <table class="example" summary="">
1178
+ <tr>
1179
+ <td class="first">owing to the fact that</td>
1180
+ <td class="second">since (because)</td>
1181
+ </tr>
1182
+ <tr>
1183
+ <td class="first">in spite of the fact that</td>
1184
+ <td class="second">though (although)</td>
1185
+ </tr>
1186
+ <tr>
1187
+ <td class="first">call your attention to the fact that</td>
1188
+ <td class="second">remind you (notify you)</td>
1189
+ </tr>
1190
+ <tr>
1191
+ <td class="first">I was unaware of the fact that</td>
1192
+ <td class="second">I was unaware that (did not know)</td>
1193
+ </tr>
1194
+ <tr>
1195
+ <td class="first">the fact that he had not succeeded</td>
1196
+ <td class="second">his failure</td>
1197
+ </tr>
1198
+ <tr>
1199
+ <td class="first">the fact that I had arrived</td>
1200
+ <td class="second">my arrival</td>
1201
+ </tr>
1202
+ </table>
1203
+
1204
+ <p>See also under <i><a href="#Case">case</a></i>, <i><a href="#Character">character</a></i>, <i><a href="#Nature">nature</a></i>, <i><a href="#System">system</a></i> in <a href="#Page_36">Chapter&nbsp;V</a>.</p>
1205
+
1206
+ <p><i>Who is</i>, <i>which was</i>, and the like are often superfluous.</p>
1207
+
1208
+ <table class="example" summary="">
1209
+ <tr>
1210
+ <td class="first">His brother, who is a member of the same firm</td>
1211
+ <td class="second">His brother, a member of the same firm</td>
1212
+ </tr>
1213
+ <tr>
1214
+ <td class="first">Trafalgar, which was Nelson's last battle</td>
1215
+ <td class="second">Trafalgar, Nelson's last battle</td>
1216
+ </tr>
1217
+ </table>
1218
+
1219
+ <p><a class="pagenum" name="Page_25" title="25"> </a>As positive statement is more concise than negative, and
1220
+ the active voice more concise than the passive, many of
1221
+ the examples given under Rules <a href="#Rule_11">11</a> and <a href="#Rule_12">12</a> illustrate this
1222
+ rule as well.</p>
1223
+
1224
+ <p>A common violation of conciseness is the presentation of
1225
+ a single complex idea, step by step, in a series of sentences
1226
+ or independent clauses which might to advantage be
1227
+ combined into one.</p>
1228
+
1229
+ <table class="example" summary="">
1230
+ <tr>
1231
+ <td class="first">Macbeth was very ambitious. This led him to wish to become king of Scotland. The witches told him that this wish of his would come true. The king of Scotland at this time was Duncan. Encouraged by his wife, Macbeth murdered Duncan. He was thus enabled to succeed Duncan as king. (51 words.)</td>
1232
+ <td class="second">Encouraged by his wife, Macbeth achieved his ambition and realized the prediction of the witches by murdering Duncan and becoming king of Scotland in his place. (26 words.)</td>
1233
+ </tr>
1234
+ <tr>
1235
+ <td class="first">There were several less important courses, but these were the most important, and although they did not come every day, they came often enough to keep you in such a state of mind that you never knew what your next move would be. (43 words.)</td>
1236
+ <td class="second">These, the most important courses of all, came, if not daily, at least often enough to keep one under constant strain. (21 words.)</td>
1237
+ </tr>
1238
+ </table>
1239
+
1240
+ <h3><a name="Rule_14">14.</a> Avoid a succession of loose sentences:</h3>
1241
+
1242
+ <p>This rule refers especially to loose sentences of a particular
1243
+ type, those consisting of two co-ordinate clauses, the
1244
+ second introduced by a conjunction or relative. Although
1245
+ single sentences of this type may be unexceptionable (see
1246
+ under <a href="#Rule_4">Rule&nbsp;4</a>), a series soon becomes monotonous and
1247
+ tedious.</p>
1248
+
1249
+ <p>An unskilful writer will sometimes construct a whole
1250
+ paragraph of sentences of this kind, using as connectives
1251
+ <i>and</i>, <i>but</i>, <i>so</i>, and less frequently, <i>who</i>, <i>which</i>, <i>when</i>, <i>where</i>, and
1252
+ <i>while</i>, these last in non-restrictive senses (see under <a href="#Rule_3">Rule&nbsp;3</a>).</p>
1253
+
1254
+ <div class="example">
1255
+ <p><a class="pagenum" name="Page_26" title="26"> </a>The third concert of the subscription series was given last evening,
1256
+ and a large audience was in attendance. Mr. Edward Appleton was
1257
+ the soloist, and the Boston Symphony Orchestra furnished the instrumental
1258
+ music. The former showed himself to be an artist of the
1259
+ first rank, while the latter proved itself fully deserving of its high
1260
+ reputation. The interest aroused by the series has been very gratifying
1261
+ to the Committee, and it is planned to give a similar series annually
1262
+ hereafter. The fourth concert will be given on Tuesday, May 10,
1263
+ when an equally attractive programme will be presented.</p>
1264
+ </div>
1265
+
1266
+ <p>Apart from its triteness and emptiness, the paragraph
1267
+ above is weak because of the structure of its sentences, with
1268
+ their mechanical symmetry and sing-song. Contrast
1269
+ with them the sentences in the paragraphs quoted under
1270
+ <a href="#Rule_9">Rule&nbsp;9</a>, or in any piece of good English prose, as the preface
1271
+ (Before the Curtain) to <cite>Vanity Fair</cite>.</p>
1272
+
1273
+ <p>If the writer finds that he has written a series of sentences
1274
+ of the type described, he should recast enough of
1275
+ them to remove the monotony, replacing them by simple
1276
+ sentences, by sentences of two clauses joined by a semicolon,
1277
+ by periodic sentences of two clauses, by sentences,
1278
+ loose or periodic, of three clauses&mdash;whichever best represent
1279
+ the real relations of the thought.</p>
1280
+
1281
+ <h3><a name="Rule_15">15.</a> Express co-ordinate ideas in similar form.</h3>
1282
+
1283
+ <p>This principle, that of parallel construction, requires
1284
+ that expressions of similar content and function should be
1285
+ outwardly similar. The likeness of form enables the reader
1286
+ to recognize more readily the likeness of content and
1287
+ function. Familiar instances from the Bible are the
1288
+ Ten Commandments, the Beatitudes, and the petitions of
1289
+ the Lord's Prayer.</p>
1290
+
1291
+ <p>The unskillful writer often violates this principle, from a
1292
+ mistaken belief that he should constantly vary the form of
1293
+ his expressions. It is true that in repeating a statement in
1294
+ order to emphasize it he may have need to vary its form.
1295
+ For illustration, see the paragraph from Stevenson quoted
1296
+ under <a href="#Rule_9">Rule&nbsp;<ins title="10">9</ins></a>. But apart from this, he should follow the
1297
+ principle of parallel construction.</p>
1298
+
1299
+ <div><a class="pagenum" name="Page_27" title="27"> </a></div>
1300
+ <table class="example" summary="">
1301
+ <tr>
1302
+ <td class="first">Formerly, science was taught by the textbook method, while now the laboratory method is employed.</td>
1303
+ <td class="second">Formerly, science was taught by the textbook method; now it is taught by the laboratory method.</td>
1304
+ </tr>
1305
+ </table>
1306
+
1307
+ <p>The left-hand version gives the impression that the
1308
+ writer is undecided or timid; he seems unable or afraid to
1309
+ choose one form of expression and hold to it. The right-hand
1310
+ version shows that the writer has at least made his
1311
+ choice and abided by it.</p>
1312
+
1313
+ <p>By this principle, an article or a preposition applying to
1314
+ all the members of a series must either be used only before
1315
+ the first term or else be repeated before each term.</p>
1316
+
1317
+ <table class="example" summary="">
1318
+ <tr>
1319
+ <td class="first">The French, the Italians, Spanish, and Portuguese</td>
1320
+ <td class="second">The French, the Italians, the Spanish, and the Portuguese</td>
1321
+ </tr>
1322
+ <tr>
1323
+ <td class="first">In spring, summer, or in winter</td>
1324
+ <td class="second">In spring, summer, or winter (In spring, in summer, or in winter)</td>
1325
+ </tr>
1326
+ </table>
1327
+
1328
+ <p>Correlative expressions (<i>both, and</i>; <i>not, but</i>; <i>not only,
1329
+ but also</i>; <i>either, or</i>; <i>first, second, third</i>; and the like) should
1330
+ be followed by the same grammatical construction, that is,
1331
+ virtually, by the same part of speech. (Such combinations
1332
+ as &ldquo;both Henry and I,&rdquo; &ldquo;not silk, but a cheap substitute,&rdquo;
1333
+ are obviously within the rule.) Many violations of
1334
+ this rule (as the first three below) arise from faulty arrangement;
1335
+ others (as the last) from the use of unlike constructions.</p>
1336
+
1337
+ <table class="example" summary="">
1338
+ <tr>
1339
+ <td class="first">It was both a long ceremony and very tedious.</td>
1340
+ <td class="second">The ceremony was both long and tedious.</td>
1341
+ </tr>
1342
+ <tr>
1343
+ <td class="first">A time not for words, but action.</td>
1344
+ <td class="second">A time not for words, but for action.</td>
1345
+ </tr>
1346
+ <tr>
1347
+ <td class="first">Either you must grant his request or incur his ill will.</td>
1348
+ <td class="second">You must either grant his request or incur his ill will.</td>
1349
+ </tr>
1350
+ <tr>
1351
+ <td class="first">My objections are, first, the injustice of the measure; second, that it is unconstitutional.</td>
1352
+ <td class="second">My objections are, first, that the measure is unjust; second, that it is unconstitutional.</td>
1353
+ </tr>
1354
+ </table>
1355
+
1356
+ <p>See also the third example under <a href="#Rule_12">Rule&nbsp;12</a> and the last
1357
+ under <a href="#Rule_13">Rule&nbsp;13</a>.</p>
1358
+
1359
+ <p>It may be asked, what if a writer needs to express a very
1360
+ large number of similar ideas, say twenty? Must he write
1361
+ <a class="pagenum" name="Page_28" title="28"> </a>
1362
+ twenty consecutive sentences of the same pattern? On
1363
+ closer examination he will probably find that the difficulty
1364
+ is imaginary, that his twenty ideas can be classified in
1365
+ groups, and that he need apply the principle only within
1366
+ each group. Otherwise he had best avoid difficulty by
1367
+ putting his statements in the form of a table.</p>
1368
+
1369
+ <h3><a name="Rule_16">16.</a> Keep related words together.</h3>
1370
+
1371
+ <p>The position of the words in a sentence is the principal
1372
+ means of showing their relationship. The writer must
1373
+ therefore, so far as possible, bring together the words, and
1374
+ groups of words, that are related in thought, and keep
1375
+ apart those which are not so related.</p>
1376
+
1377
+ <p>The subject of a sentence and the principal verb should
1378
+ not, as a rule, be separated by a phrase or clause that can
1379
+ be transferred to the beginning.</p>
1380
+
1381
+ <table class="example" summary="">
1382
+ <tr>
1383
+ <td class="first">Wordsworth, in the fifth book of <cite>The Excursion</cite>, gives a minute description of this church.</td>
1384
+ <td class="second">In the fifth book of <cite>The Excursion</cite>, Wordsworth gives a minute description of this church.</td>
1385
+ </tr>
1386
+ <tr>
1387
+ <td class="first">Cast iron, when treated in a Bessemer converter, is changed into steel.</td>
1388
+ <td class="second">By treatment in a Bessemer converter, cast iron is changed into steel.</td>
1389
+ </tr>
1390
+ </table>
1391
+
1392
+ <p class="no-indent">The objection is that the interposed phrase or clause needlessly
1393
+ interrupts the natural order of the main clause.
1394
+ Usually, however, this objection does not hold when the
1395
+ order is interrupted only by a relative clause or by an
1396
+ expression in apposition. Nor does it hold in periodic
1397
+ sentences in which the interruption is a deliberately used
1398
+ means of creating suspense (see examples under <a href="#Rule_18">Rule&nbsp;18</a>).</p>
1399
+
1400
+ <p>The relative pronoun should come, as a rule, immediately
1401
+ after its antecedent.</p>
1402
+
1403
+ <table class="example" summary="">
1404
+ <tr>
1405
+ <td class="first">There was a look in his eye that boded mischief.</td>
1406
+ <td class="second">In his eye was a look that boded mischief.</td>
1407
+ </tr>
1408
+ <tr>
1409
+ <td class="first">He wrote three articles about his adventures in Spain, which were published in <cite>Harper's Magazine</cite>.</td>
1410
+ <td class="second">He published in <cite>Harper's Magazine</cite> three articles about his adventures in Spain.</td>
1411
+ </tr>
1412
+ <tr>
1413
+ <td class="first"><a class="pagenum" name="Page_29" title="29"> </a>This is a portrait of Benjamin Harrison, grandson of William Henry Harrison, who became President in 1889.</td>
1414
+ <td class="second">This is a portrait of Benjamin Harrison, grandson of William Henry Harrison. He became President in 1889.</td>
1415
+ </tr>
1416
+ </table>
1417
+
1418
+ <p>If the antecedent consists of a group of words, the relative
1419
+ comes at the end of the group, unless this would cause
1420
+ ambiguity.</p>
1421
+
1422
+ <div class="example">
1423
+ <p>The Superintendent of the Chicago Division, who</p>
1424
+ </div>
1425
+
1426
+ <table class="example" summary="">
1427
+ <tr>
1428
+ <td class="first">A proposal to amend the Sherman Act, which has been variously judged.</td>
1429
+ <td class="second">A proposal, which has been variously judged, to amend the Sherman Act.</td>
1430
+ </tr>
1431
+ <tr>
1432
+ <td class="first">&nbsp;</td>
1433
+ <td class="second">A proposal to amend the much-debated Sherman Act.</td>
1434
+ </tr>
1435
+ <tr>
1436
+ <td class="first">The grandson of William Henry Harrison, who</td>
1437
+ <td class="second">William Henry Harrison's grandson, who</td>
1438
+ </tr>
1439
+ </table>
1440
+
1441
+ <p>A noun in apposition may come between antecedent and
1442
+ relative, because in such a combination no real ambiguity
1443
+ can arise.</p>
1444
+
1445
+ <div class="example">
1446
+ <p>The Duke of York, his brother, who was regarded with hostility by
1447
+ the Whigs</p>
1448
+ </div>
1449
+
1450
+ <p>Modifiers should come, if possible, next to the word they
1451
+ modify. If several expressions modify the same word,
1452
+ they should be so arranged that no wrong relation is
1453
+ suggested.</p>
1454
+
1455
+ <table class="example" summary="">
1456
+ <tr>
1457
+ <td class="first">All the members were not present.</td>
1458
+ <td class="second">Not all the members were present.</td>
1459
+ </tr>
1460
+ <tr>
1461
+ <td class="first">He only found two mistakes.</td>
1462
+ <td class="second">He found only two mistakes.</td>
1463
+ </tr>
1464
+ <tr>
1465
+ <td class="first">Major R.&nbsp;E. Joyce will give a lecture on Tuesday evening in Bailey Hall, to which the public is invited, on &ldquo;My Experiences in Mesopotamia&rdquo; at eight <span class="small-caps all-upper">P.&nbsp;M.</span></td>
1466
+ <td class="second">On Tuesday evening at eight <span class="small-caps all-upper">P.&nbsp;M.</span>, Major R.&nbsp;E. Joyce will give in Bailey Hall a lecture on &ldquo;My Experiences in Mesopotamia.&rdquo; The public is invited.</td>
1467
+ </tr>
1468
+ </table>
1469
+
1470
+ <h3><a name="Rule_17">17.</a> In summaries, keep to one tense.</h3>
1471
+
1472
+ <p>In summarizing the action of a drama, the writer should
1473
+ always use the present tense. In summarizing a poem,
1474
+ story, or novel, he should preferably use the present,
1475
+ though he may use the past if he prefers. If the summary
1476
+ <a class="pagenum" name="Page_30" title="30"> </a>
1477
+ is in the present tense, antecedent action should be expressed
1478
+ by the perfect; if in the past, by the past perfect.</p>
1479
+
1480
+ <div class="example">
1481
+ <p>An unforeseen chance prevents Friar John from delivering Friar
1482
+ Lawrence's letter to Romeo. Meanwhile, owing to her father's
1483
+ arbitrary change of the day set for her wedding, Juliet has been compelled
1484
+ to drink the potion on Tuesday night, with the result that
1485
+ Balthasar informs Romeo of her supposed death before Friar Lawrence
1486
+ learns of the non-delivery of the letter.</p>
1487
+ </div>
1488
+
1489
+ <p>But whichever tense be used in the summary, a past
1490
+ tense in indirect discourse or in indirect question remains
1491
+ unchanged.</p>
1492
+
1493
+ <div class="example">
1494
+ <p>The Friar confesses that it was he who married them.</p>
1495
+ </div>
1496
+
1497
+ <p>Apart from the exceptions noted, whichever tense the
1498
+ writer chooses, he should use throughout. Shifting from
1499
+ one tense to the other gives the appearance of uncertainty
1500
+ and irresolution (compare <a href="#Rule_15">Rule&nbsp;15</a>).</p>
1501
+
1502
+ <p>In presenting the statements or the thought of some one
1503
+ else, as in summarizing an essay or reporting a speech, the
1504
+ writer should avoid intercalating such expressions as &ldquo;he
1505
+ said,&rdquo; &ldquo;he stated,&rdquo; &ldquo;the speaker added,&rdquo; &ldquo;the speaker
1506
+ then went on to say,&rdquo; &ldquo;the author also thinks,&rdquo; or the like.
1507
+ He should indicate clearly at the outset, once for all, that
1508
+ what follows is summary, and then waste no words in
1509
+ repeating the notification.</p>
1510
+
1511
+ <p>In notebooks, in newspapers, in handbooks of literature,
1512
+ summaries of one kind or another may be indispensable,
1513
+ and for children in primary schools it is a useful exercise to
1514
+ retell a story in their own words. But in the criticism or
1515
+ interpretation of literature the writer should be careful to
1516
+ avoid dropping into summary. He may find it necessary
1517
+ to devote one or two sentences to indicating the subject, or
1518
+ the opening situation, of the work he is discussing; he may
1519
+ cite numerous details to illustrate its qualities. But he
1520
+ should aim to write an orderly discussion supported by
1521
+ evidence, not a summary with occasional comment.
1522
+ <a class="pagenum" name="Page_31" title="31"> </a>
1523
+ Similarly, if the scope of his discussion includes a number
1524
+ of works, he will as a rule do better not to take them up
1525
+ singly in chronological order, but to aim from the beginning
1526
+ at establishing general conclusions.</p>
1527
+
1528
+ <h3><a name="Rule_18">18.</a> Place the emphatic words of a sentence at the end.</h3>
1529
+
1530
+ <p>The proper place in the sentence for the word, or group
1531
+ of words, which the writer desires to make most prominent
1532
+ is usually the end.</p>
1533
+
1534
+ <table class="example" summary="">
1535
+ <tr>
1536
+ <td class="first">Humanity has hardly advanced in fortitude since that time, though it has advanced in many other ways.</td>
1537
+ <td class="second">Humanity, since that time, has advanced in many other ways, but it has hardly advanced in fortitude.</td>
1538
+ </tr>
1539
+ <tr>
1540
+ <td class="first">This steel is principally used for making razors, because of its hardness.</td>
1541
+ <td class="second">Because of its hardness, this steel is principally used in making razors.</td>
1542
+ </tr>
1543
+ </table>
1544
+
1545
+ <p class="no-indent">The word or group of words entitled to this position of
1546
+ prominence is usually the logical predicate, that is, the
1547
+ <em>new</em> element in the sentence, as it is in the second example.</p>
1548
+
1549
+ <p>The effectiveness of the periodic sentence arises from the
1550
+ prominence which it gives to the main statement.</p>
1551
+
1552
+ <div class="example">
1553
+ <p>Four centuries ago, Christopher Columbus, one of the Italian
1554
+ mariners whom the decline of their own republics had put at the
1555
+ service of the world and of adventure, seeking for Spain a westward
1556
+ passage to the Indies as a set-off against the achievements of Portuguese
1557
+ discoverers, lighted on America.</p>
1558
+
1559
+ <p>With these hopes and in this belief I would urge you, laying aside all
1560
+ hindrance, thrusting away all private aims, to devote yourself unswervingly
1561
+ and unflinchingly to the vigorous and successful prosecution
1562
+ of this war.</p>
1563
+ </div>
1564
+
1565
+ <p>The other prominent position in the sentence is the
1566
+ beginning. Any element in the sentence, other than the
1567
+ subject, may become emphatic when placed first.</p>
1568
+
1569
+ <div class="example">
1570
+ <p>Deceit or treachery he could never forgive.</p>
1571
+
1572
+ <p>So vast and rude, fretted by the action of nearly three thousand
1573
+ years, the fragments of this architecture may often seem, at first
1574
+ sight, like works of nature.</p>
1575
+ </div>
1576
+
1577
+ <p><a class="pagenum" name="Page_32" title="32"> </a>A subject coming first in its sentence may be emphatic,
1578
+ but hardly by its position alone. In the sentence,</p>
1579
+
1580
+ <div class="example">
1581
+ <p>Great kings worshipped at his shrine,</p>
1582
+ </div>
1583
+
1584
+ <p class="no-indent">the emphasis upon <i>kings</i> arises largely from its meaning
1585
+ and from the context. To receive special emphasis, the
1586
+ subject of a sentence must take the position of the predicate.</p>
1587
+
1588
+ <div class="example">
1589
+ <p>Through the middle of the valley flowed a winding stream.</p>
1590
+ </div>
1591
+
1592
+ <p>The principle that the proper place for what is to be
1593
+ made most prominent is the end applies equally to the
1594
+ words of a sentence, to the sentences of a paragraph, and
1595
+ to the paragraphs of a composition.</p>
1596
+
1597
+ <h2><a class="pagenum" name="Page_33" title="33"> </a>IV. A FEW MATTERS OF FORM</h2>
1598
+
1599
+ <p><b>Headings.</b> Leave a blank line, or its equivalent in
1600
+ space, after the title or heading of a manuscript. On
1601
+ succeeding pages, if using ruled paper, begin on the first
1602
+ line.</p>
1603
+
1604
+ <p><b>Numerals.</b> Do not spell out dates or other serial numbers.
1605
+ Write them in figures or in Roman notation, as may
1606
+ be appropriate.</p>
1607
+
1608
+ <div class="example">
1609
+ <p>August 9, 1918 (9 August 1918)</p>
1610
+
1611
+ <p>Rule 3</p>
1612
+
1613
+ <p>Chapter XII</p>
1614
+
1615
+ <p>352nd Infantry</p>
1616
+ </div>
1617
+
1618
+ <p><b>Parentheses.</b> A sentence containing an expression in
1619
+ parenthesis is punctuated, outside of the marks of parenthesis,
1620
+ exactly as if the expression in parenthesis were
1621
+ absent. The expression within is punctuated as if it
1622
+ stood by itself, except that the final stop is omitted unless
1623
+ it is a question mark or an exclamation point.</p>
1624
+
1625
+ <div class="example">
1626
+ <p>I went to his house yesterday (my third attempt to see him), but he
1627
+ had left town.</p>
1628
+
1629
+ <p>He declares (and why should we doubt his good faith?) that he is
1630
+ now certain of success.</p>
1631
+ </div>
1632
+
1633
+ <p>(When a wholly detached expression or sentence is
1634
+ parenthesized, the final stop comes before the last mark
1635
+ of parenthesis.)</p>
1636
+
1637
+ <p><b>Quotations.</b> Formal quotations, cited as documentary
1638
+ evidence, are introduced by a colon and enclosed in quotation
1639
+ marks.</p>
1640
+
1641
+ <div class="example">
1642
+ <p>The provision of the Constitution is: &ldquo;No tax or duty shall be laid
1643
+ on articles exported from any state.&rdquo;</p>
1644
+ </div>
1645
+
1646
+ <p>Quotations grammatically in apposition or the direct
1647
+ objects of verbs are preceded by a comma and enclosed in
1648
+ quotation marks.</p>
1649
+
1650
+ <div class="example">
1651
+ <p><a class="pagenum" name="Page_34" title="34"> </a>I recall the maxim of La Rochefoucauld, &ldquo;Gratitude is a lively sense
1652
+ of benefits to come.&rdquo;</p>
1653
+
1654
+ <p>Aristotle says, &ldquo;Art is an imitation of nature.&rdquo;</p>
1655
+ </div>
1656
+
1657
+ <p>Quotations of an entire line, or more, of verse, are begun
1658
+ on a fresh line and centered, but need not be enclosed in
1659
+ quotation marks.</p>
1660
+
1661
+ <div class="example">
1662
+ <p>Wordsworth's enthusiasm for the Revolution was at first unbounded:</p>
1663
+ </div>
1664
+
1665
+ <div class="poetry">
1666
+ <div class="stanza">
1667
+ <div class="line">Bliss was it in that dawn to be alive,<br/></div>
1668
+ <div class="line">But to be young was very heaven!<br/></div>
1669
+ </div>
1670
+ </div>
1671
+
1672
+ <p>Quotations introduced by <i>that</i> are regarded as in indirect
1673
+ discourse and not enclosed in quotation marks.</p>
1674
+
1675
+ <div class="example">
1676
+ <p>Keats declares that beauty is truth, truth beauty.</p>
1677
+ </div>
1678
+
1679
+ <p>Proverbial expressions and familiar phrases of literary
1680
+ origin require no quotation marks.</p>
1681
+
1682
+ <div class="example">
1683
+ <p>These are the times that try men's souls.</p>
1684
+
1685
+ <p>He lives far from the madding crowd.</p>
1686
+ </div>
1687
+
1688
+ <p>The same is true of colloquialisms and slang.</p>
1689
+
1690
+ <p><b>References.</b> In scholarly work requiring exact references,
1691
+ abbreviate titles that occur frequently, giving the full
1692
+ forms in an alphabetical list at the end. As a general
1693
+ practice, give the references in parenthesis or in footnotes,
1694
+ not in the body of the sentence. Omit the words <i>act</i>,
1695
+ <i>scene</i>, <i>line</i>, <i>book</i>, <i>volume</i>, <i>page</i>, except when referring by
1696
+ only one of them. Punctuate as indicated below.</p>
1697
+
1698
+ <table class="example" summary="">
1699
+ <tr>
1700
+ <td class="first">In the second scene of the third act</td>
1701
+ <td class="second">In <span class="small-caps all-upper">III</span>.ii (still better, simply insert <span class="small-caps all-upper">III</span>.ii in parenthesis at the proper place in the sentence)</td>
1702
+ </tr>
1703
+ </table>
1704
+
1705
+ <div class="example">
1706
+ <p>After the killing of Polonius, Hamlet is placed under guard (<span class="small-caps all-upper">IV</span>.ii.
1707
+ 14).</p>
1708
+
1709
+ <p><cite>2 Samuel</cite> i:17&ndash;27</p>
1710
+
1711
+ <p><cite>Othello</cite> <span class="small-caps all-upper">II</span>.iii. 264&ndash;267, <span class="small-caps all-upper">III</span>.iii. 155&ndash;161.</p>
1712
+ </div>
1713
+
1714
+ <p><b>Syllabication.</b> If there is room at the end of a line for
1715
+ one or more syllables of a word, but not for the whole word,
1716
+ divide the word, unless this involves cutting off only a
1717
+ <a class="pagenum" name="Page_35" title="35"> </a>
1718
+ single letter, or cutting off only two letters of a long word.
1719
+ No hard and fast rule for all words can be laid down. The
1720
+ principles most frequently applicable are:</p>
1721
+
1722
+ <p>(a) Divide the word according to its formation:</p>
1723
+
1724
+ <div class="example">
1725
+ <p>know-ledge (not knowl-edge); Shake-speare (not Shakes-peare);
1726
+ de-scribe (not des-cribe); atmo-sphere (not atmos-phere);</p>
1727
+ </div>
1728
+
1729
+ <p>(b) Divide &ldquo;on the vowel:&rdquo;</p>
1730
+
1731
+ <div class="example">
1732
+ <p>edi-ble (not ed-ible); propo-sition; ordi-nary; espe-cial; reli-gious;
1733
+ oppo-nents; regu-lar; classi-fi-ca-tion (three divisions allowable);
1734
+ deco-rative; presi-dent;</p>
1735
+ </div>
1736
+
1737
+ <p>(c) Divide between double letters, unless they come at
1738
+ the end of the simple form of the word:</p>
1739
+
1740
+ <div class="example">
1741
+ <p>Apen-nines; Cincin-nati; refer-ring; but tell-ing.</p>
1742
+ </div>
1743
+
1744
+ <p>(d) Do not divide before final <i>-ed</i> if the <i>e</i> is silent:</p>
1745
+
1746
+ <div class="example">
1747
+ <p>treat-ed (but not roam-ed or nam-ed).</p>
1748
+ </div>
1749
+
1750
+ <p>The treatment of consonants in combination is best
1751
+ shown from examples:</p>
1752
+
1753
+ <div class="example">
1754
+ <p>for-tune; pic-ture; sin-gle; presump-tuous; illus-tration; sub-stan-tial
1755
+ (either division); indus-try; instruc-tion; sug-ges-tion; incen-diary.</p>
1756
+ </div>
1757
+
1758
+ <p>The student will do well to examine the syllable-division
1759
+ in a number of pages of any carefully printed book.</p>
1760
+
1761
+ <p><b>Titles.</b> For the titles of literary works, scholarly usage
1762
+ prefers italics with capitalized initials. The usage of
1763
+ editors and publishers varies, some using italics with
1764
+ capitalized initials, others using Roman with capitalized
1765
+ initials and with or without quotation marks. Use italics
1766
+ (indicated in manuscript by underscoring), except in
1767
+ writing for a periodical that follows a different practice.
1768
+ Omit initial <i>A</i> or <i>The</i> from titles when you place the
1769
+ possessive before them.</p>
1770
+
1771
+ <div class="example">
1772
+ <p>The <cite>Iliad</cite>; the <cite>Odyssey</cite>; <cite>As You Like It</cite>; <cite>To a Skylark</cite>; <cite>The Newcomes</cite>;
1773
+ <cite>A Tale of Two Cities</cite>; Dickens's <cite>Tale of Two Cities</cite>.</p>
1774
+ </div>
1775
+
1776
+ <h2><a class="pagenum" name="Page_36" title="36"> </a>V. WORDS AND EXPRESSIONS COMMONLY MISUSED</h2>
1777
+
1778
+ <p>(Some of the forms here listed, as <i>like I did</i>, are downright
1779
+ bad English; others, as the split infinitive, have their
1780
+ defenders, but are in such general disfavor that it is at
1781
+ least inadvisable to use them; still others, as <i>case</i>, <i>factor</i>,
1782
+ <i>feature</i>, <i>interesting</i>, <i>one of the most</i>, are good in their place,
1783
+ but are constantly obtruding themselves into places where
1784
+ they have no right to be. If the writer will make it his
1785
+ purpose from the beginning to express accurately his own
1786
+ individual thought, and will refuse to be satisfied with a
1787
+ ready-made formula that saves him the trouble of doing
1788
+ so, this last set of expressions will cause him little trouble.
1789
+ But if he finds that in a moment of inadvertence he has
1790
+ used one of them, his proper course will probably be not to
1791
+ patch up the sentence by substituting one word or set of
1792
+ words for another, but to recast it completely, as illustrated
1793
+ in a number of examples below and in others under Rules
1794
+ <a href="#Rule_12">12</a> and <a href="#Rule_13">13</a>.)</p>
1795
+
1796
+ <p><b>All right.</b> Idiomatic in familiar speech as a detached
1797
+ phrase in the sense, &ldquo;Agreed,&rdquo; or &ldquo;Go ahead.&rdquo; In other
1798
+ uses better avoided. Always written as two words.</p>
1799
+
1800
+ <p><b>As good or better than.</b> Expressions of this type should
1801
+ be corrected by rearranging the sentence.</p>
1802
+
1803
+ <table class="example" summary="">
1804
+ <tr>
1805
+ <td class="first">My opinion is as good or better than his.</td>
1806
+ <td class="second">My opinion is as good as his, or better (if not better).</td>
1807
+ </tr>
1808
+ </table>
1809
+
1810
+ <p><b>As to whether.</b> <i>Whether</i> is sufficient; see under <a href="#Rule_13">Rule&nbsp;13</a>.</p>
1811
+
1812
+ <p><b>Bid.</b> Takes the infinitive without <i>to</i>. The past tense
1813
+ in the sense, <ins title="&ldquo;ordered&rdquo;)">&ldquo;ordered,&rdquo;</ins> is <i>bade</i>.</p>
1814
+
1815
+ <p><b><a name="But">But.</a></b> Unnecessary after <i>doubt</i> and <i>help</i>.</p>
1816
+
1817
+ <table class="example" summary="">
1818
+ <tr>
1819
+ <td class="first">I have no doubt but that</td>
1820
+ <td class="second">I have no doubt that</td>
1821
+ </tr>
1822
+ <tr>
1823
+ <td class="first">He could not help see but that</td>
1824
+ <td class="second">He could not help seeing that</td>
1825
+ </tr>
1826
+ </table>
1827
+
1828
+ <p class="no-indent"><a class="pagenum" name="Page_37" title="37"> </a>The too frequent use of <i>but</i> as a conjunction leads to the
1829
+ fault discussed under <a href="#Rule_14">Rule&nbsp;14</a>. A loose sentence formed
1830
+ with <i>but</i> can always be converted into a periodic sentence
1831
+ formed with <i>although</i>, as illustrated under <a href="#Rule_4">Rule&nbsp;4</a>.</p>
1832
+
1833
+ <p>Particularly awkward is the following of one <i>but</i> by
1834
+ another, making a contrast to a contrast or a reservation
1835
+ to a reservation. This is easily corrected by re-arrangement.</p>
1836
+
1837
+ <table class="example" summary="">
1838
+ <tr>
1839
+ <td class="first">America had vast resources, but she seemed almost wholly unprepared for war. But within a year she had created an army of four million men.</td>
1840
+ <td class="second">America seemed almost wholly unprepared for war, but she had vast resources. Within a year she had created an army of four million men.</td>
1841
+ </tr>
1842
+ </table>
1843
+
1844
+ <p><b>Can.</b> Means <i>am (is, are) able</i>. Not to be used as a substitute
1845
+ for <i>may</i>.</p>
1846
+
1847
+ <p><b><a name="Case">Case.</a></b> The <cite>Concise Oxford Dictionary</cite> begins its definition
1848
+ of this word: &ldquo;instance of a thing's occurring; usual
1849
+ state of affairs.&rdquo; In these two senses, the word is usually
1850
+ unnecessary.</p>
1851
+
1852
+ <table class="example" summary="">
1853
+ <tr>
1854
+ <td class="first">In many cases, the rooms were poorly ventilated.</td>
1855
+ <td class="second">Many of the rooms were poorly ventilated.</td>
1856
+ </tr>
1857
+ <tr>
1858
+ <td class="first">It has rarely been the case that any mistake has been made.</td>
1859
+ <td class="second">Few mistakes have been made.</td>
1860
+ </tr>
1861
+ </table>
1862
+
1863
+ <p>See Wood, <cite>Suggestions to Authors</cite>, pp.&nbsp;68&ndash;71, and Quiller-Couch,
1864
+ <cite>The Art of Writing</cite>, pp.&nbsp;103&ndash;106.</p>
1865
+
1866
+ <p><b>Certainly.</b> Used indiscriminately by some writers,
1867
+ much as others use <i>very</i>, to intensify any and every statement.
1868
+ A mannerism of this kind, bad in speech, is even
1869
+ worse in writing.</p>
1870
+
1871
+ <p><b><a name="Character">Character.</a></b> Often simply redundant, used from a mere
1872
+ habit of wordiness.</p>
1873
+
1874
+ <table class="example" summary="">
1875
+ <tr>
1876
+ <td class="first">Acts of a hostile character</td>
1877
+ <td class="second">Hostile acts</td>
1878
+ </tr>
1879
+ </table>
1880
+
1881
+ <p><b>Claim, vb.</b> With object-noun, means <i>lay claim to</i>. May
1882
+ be used with a dependent clause if this sense is clearly
1883
+ involved: &ldquo;He claimed that he was the sole surviving
1884
+ <a class="pagenum" name="Page_38" title="38"> </a>
1885
+ heir.&rdquo; (But even here, &ldquo;claimed to be&rdquo; would be better.)
1886
+ Not to be used as a substitute for <i>declare</i>, <i>maintain</i>, or
1887
+ <i>charge</i>.</p>
1888
+
1889
+ <p><b>Clever.</b> This word has been greatly overused; it is
1890
+ best restricted to ingenuity displayed in small matters.</p>
1891
+
1892
+ <p><b>Compare.</b> To <i>compare to</i> is to point out or imply resemblances,
1893
+ between objects regarded as essentially of
1894
+ different order; to <i>compare with</i> is mainly to point out
1895
+ differences, between objects regarded as essentially of the
1896
+ same order. Thus life has been compared to a pilgrimage,
1897
+ to a drama, to a battle; Congress may be compared with
1898
+ the British Parliament. Paris has been compared to
1899
+ ancient Athens; it may be compared with modern London.</p>
1900
+
1901
+ <p><b>Consider.</b> Not followed by <i>as</i> when it means &ldquo;believe to
1902
+ be.&rdquo; &ldquo;I consider him thoroughly competent.&rdquo; Compare,
1903
+ &ldquo;The lecturer considered Cromwell first as soldier and
1904
+ second as administrator,&rdquo; where &ldquo;considered&rdquo; means
1905
+ &ldquo;examined&rdquo; or &ldquo;discussed.&rdquo;</p>
1906
+
1907
+ <p><b>Data.</b> A plural, like <i>phenomena</i> and <i>strata</i>.</p>
1908
+
1909
+ <div class="example">
1910
+ <p>These data were tabulated.</p>
1911
+ </div>
1912
+
1913
+ <p><b>Dependable.</b> A needless substitute for <i>reliable</i>, <i>trustworthy</i>.</p>
1914
+
1915
+ <p><b>Different than.</b> Not permissible. Substitute <i>different
1916
+ from</i>, <i>other than</i>, or <i>unlike</i>.</p>
1917
+
1918
+ <p><b>Divided into.</b> Not to be misused for <i>composed of</i>. The
1919
+ line is sometimes difficult to draw; doubtless plays are
1920
+ divided into acts, but poems are composed of stanzas.</p>
1921
+
1922
+ <p><b>Don't.</b> Contraction of <i>do not</i>. The contraction of
1923
+ <i>does not</i> is <i>doesn't</i>.</p>
1924
+
1925
+ <p><b>Due to.</b> Incorrectly used for <i>through</i>, <i>because of</i>, or
1926
+ <i>owing to</i>, in adverbial phrases: &ldquo;He lost the first game,
1927
+ due to carelessness.&rdquo; In correct use related as predicate
1928
+ or as modifier to a particular noun: &ldquo;This invention is
1929
+ due to Edison;&rdquo; &ldquo;losses due to preventable fires.&rdquo;</p>
1930
+
1931
+ <p><b>Folk.</b> A collective noun, equivalent to <i>people</i>. Use the
1932
+ singular form only.</p>
1933
+
1934
+ <p><a class="pagenum" name="Page_39" title="39"> </a><b>Effect.</b> As noun, means <i>result</i>; as verb, means <i><ins title="t not italicized in original">to</ins> bring
1935
+ about</i>, <i>accomplish</i> (not to be confused with <i>affect</i>, which
1936
+ means &ldquo;to influence&rdquo;).</p>
1937
+
1938
+ <p>As noun, often loosely used in perfunctory writing about
1939
+ fashions, music, painting, and other arts: &ldquo;an Oriental
1940
+ effect;&rdquo; &ldquo;effects in pale green;&rdquo; &ldquo;very delicate effects;&rdquo;
1941
+ &ldquo;broad effects;&rdquo; &ldquo;subtle effects;&rdquo; &ldquo;a charming effect was
1942
+ produced by.&rdquo; The writer who has a definite meaning to
1943
+ express will not take refuge in such vagueness.</p>
1944
+
1945
+ <p><b>Etc.</b> Equivalent to <i>and the rest</i>, <i>and so forth</i>, and hence
1946
+ not to be used if one of these would be insufficient, that is,
1947
+ if the reader would be left in doubt as to any important
1948
+ particulars. Least open to objection when it represents
1949
+ the last terms of a list already given in full, or immaterial
1950
+ words at the end of a quotation.</p>
1951
+
1952
+ <p>At the end of a list introduced by <i>such as</i>, <i>for example</i>,
1953
+ or any similar expression, <i>etc.</i> is incorrect.</p>
1954
+
1955
+ <p><b>Fact.</b> Use this word only of matters of a kind capable
1956
+ of direct verification, not of matters of judgment. That a
1957
+ particular event happened on a given date, that lead melts
1958
+ at a certain temperature, are facts. But such conclusions
1959
+ as that Napoleon was the greatest of modern generals, or
1960
+ that the climate of California is delightful, however incontestable
1961
+ they <ins title="ma ybe">may be</ins>, are not properly facts.</p>
1962
+
1963
+ <p>On the formula <i>the fact that</i>, see under <a href="#Rule_13">Rule&nbsp;13</a>.</p>
1964
+
1965
+ <p><b>Factor.</b> A hackneyed word; the expressions of which
1966
+ it forms part can usually be replaced by something more
1967
+ direct and idiomatic.</p>
1968
+
1969
+ <table class="example" summary="">
1970
+ <tr>
1971
+ <td class="first">His superior training was the great factor in his winning the match.</td>
1972
+ <td class="second">He won the match by being better trained.</td>
1973
+ </tr>
1974
+ <tr>
1975
+ <td class="first">Heavy artillery has become an increasingly important factor in deciding battles.</td>
1976
+ <td class="second">Heavy artillery has played a constantly larger part in deciding battles.</td>
1977
+ </tr>
1978
+ </table>
1979
+
1980
+ <p><b>Feature.</b> Another hackneyed word; like <i>factor</i> it usually
1981
+ adds nothing to the sentence in which it occurs.</p>
1982
+
1983
+ <div><a class="pagenum" name="Page_40" title="40"> </a></div>
1984
+ <table class="example" summary="">
1985
+ <tr>
1986
+ <td class="first">A feature of the entertainment especially worthy of mention was the singing of Miss A.</td>
1987
+ <td class="second">(Better use the same number of words to tell what Miss A. sang, or if the programme has already been given, to tell how she sang.)</td>
1988
+ </tr>
1989
+ </table>
1990
+
1991
+ <p>As a verb, in the advertising sense of <i>offer as a special
1992
+ attraction</i>, to be avoided.</p>
1993
+
1994
+ <p><b>Fix.</b> Colloquial in America for <i>arrange</i>, <i>prepare</i>, <i>mend</i>.
1995
+ In writing restrict it to its literary senses, <i>fasten</i>, <i>make firm
1996
+ or immovable</i>, etc.</p>
1997
+
1998
+ <p><b>Get.</b> The colloquial <i>have got</i> for <i>have</i> should not be used
1999
+ in writing. The preferable form of the participle is <i>got</i>.</p>
2000
+
2001
+ <p><b>He is a man who.</b> A common type of redundant expression;
2002
+ see <a href="#Rule_13">Rule&nbsp;13</a>.</p>
2003
+
2004
+ <table class="example" summary="">
2005
+ <tr>
2006
+ <td class="first">He is a man who is very ambitious.</td>
2007
+ <td class="second">He is very ambitious.</td>
2008
+ </tr>
2009
+ <tr>
2010
+ <td class="first">Spain is a country which I have always wanted to visit.</td>
2011
+ <td class="second">I have always wanted to visit Spain.</td>
2012
+ </tr>
2013
+ </table>
2014
+
2015
+ <p><b>Help.</b> See under <b><a href="#But">But</a></b>.</p>
2016
+
2017
+ <p><b>However.</b> In the meaning <i>nevertheless</i>, not to come
2018
+ first in its sentence or clause.</p>
2019
+
2020
+ <table class="example" summary="">
2021
+ <tr>
2022
+ <td class="first">The roads were almost impassable. However, we at last succeeded in reaching camp.</td>
2023
+ <td class="second">The roads were almost impassable. At last, however, we succeeded in reaching camp.</td>
2024
+ </tr>
2025
+ </table>
2026
+
2027
+ <p>When <i>however</i> comes first, it means <i>in whatever way</i> or
2028
+ <i>to whatever extent</i>.</p>
2029
+
2030
+ <div class="example">
2031
+ <p>However you advise him, he will probably do as he thinks best.</p>
2032
+
2033
+ <p>However discouraging the prospect, he never lost heart.</p>
2034
+ </div>
2035
+
2036
+ <p><b>Interesting.</b> Avoid this word as a perfunctory means of
2037
+ introduction. Instead of announcing that what you are
2038
+ about to tell is interesting, make it so.</p>
2039
+
2040
+ <table class="example" summary="">
2041
+ <tr>
2042
+ <td class="first">An interesting story is told of</td>
2043
+ <td class="second">(Tell the story without preamble.)</td>
2044
+ </tr>
2045
+ <tr>
2046
+ <td class="first">In connection with the anticipated visit of Mr. B. to America, it is interesting to recall that he</td>
2047
+ <td class="second">Mr. B., who it is expected will soon visit America</td>
2048
+ </tr>
2049
+ </table>
2050
+
2051
+ <p><a class="pagenum" name="Page_41" title="41"> </a><b><a name="Kind_of">Kind of.</a></b> Not to be used as a substitute for <i>rather</i> (before
2052
+ adjectives and verbs), or except in familiar style, for
2053
+ <i>something like</i> (before nouns). Restrict it to its literal
2054
+ sense: &ldquo;Amber is a kind of fossil resin;&rdquo; &ldquo;I dislike that
2055
+ kind of notoriety.&rdquo; The same holds true of <i>sort of</i>.</p>
2056
+
2057
+ <p><b>Less.</b> Should not be misused for <i>fewer</i>.</p>
2058
+
2059
+ <table class="example" summary="">
2060
+ <tr>
2061
+ <td class="first">He had less men than in the previous campaign</td>
2062
+ <td class="second">He had fewer men than in the previous campaign</td>
2063
+ </tr>
2064
+ </table>
2065
+
2066
+ <p><i>Less</i> refers to quantity, <i>fewer</i> to number. &ldquo;His troubles
2067
+ are less than mine&rdquo; means &ldquo;His troubles are not so great as
2068
+ mine.&rdquo; &ldquo;His troubles are fewer than mine&rdquo; means &ldquo;His
2069
+ troubles are not so numerous as mine.&rdquo; It is, however,
2070
+ correct to say, &ldquo;The signers of the petition were less than a
2071
+ hundred,&rdquo; where the round number <i>a hundred</i> is something
2072
+ like a collective noun, and <i>less</i> is thought of as meaning
2073
+ a less quantity or amount.</p>
2074
+
2075
+ <p><b>Like.</b> Not to be misused for <i>as</i>. <i>Like</i> governs nouns and
2076
+ pronouns; before phrases and clauses the equivalent word is
2077
+ <i>as</i>.</p>
2078
+
2079
+ <table class="example" summary="">
2080
+ <tr>
2081
+ <td class="first">We spent the evening like in the old days.</td>
2082
+ <td class="second">We spent the evening as in the old days.</td>
2083
+ </tr>
2084
+ <tr>
2085
+ <td class="first">He thought like I did.</td>
2086
+ <td class="second">He thought as I did (like me).</td>
2087
+ </tr>
2088
+ </table>
2089
+
2090
+ <p><b>Line, along these lines.</b> <i>Line</i> in the sense of <i>course of
2091
+ procedure</i>, <i>conduct</i>, <i>thought</i>, is allowable, but has been so
2092
+ much overworked, particularly in the phrase <i>along these
2093
+ lines</i>, that a writer who aims at freshness or originality had
2094
+ better discard it entirely.</p>
2095
+
2096
+ <table class="example" summary="">
2097
+ <tr>
2098
+ <td class="first">Mr. B. also spoke along the same lines.</td>
2099
+ <td class="second">Mr. B. also spoke, to the same effect.</td>
2100
+ </tr>
2101
+ <tr>
2102
+ <td class="first">He is studying along the line of French literature.</td>
2103
+ <td class="second">He is studying French literature.</td>
2104
+ </tr>
2105
+ </table>
2106
+
2107
+ <p><b>Literal, literally.</b> Often incorrectly used in support of
2108
+ exaggeration or violent metaphor.</p>
2109
+
2110
+ <table class="example" summary="">
2111
+ <tr>
2112
+ <td class="first">A literal flood of abuse.</td>
2113
+ <td class="second">A flood of abuse.</td>
2114
+ </tr>
2115
+ <tr>
2116
+ <td class="first">Literally dead with fatigue</td>
2117
+ <td class="second">Almost dead with fatigue (dead tired)</td>
2118
+ </tr>
2119
+ </table>
2120
+
2121
+ <p><a class="pagenum" name="Page_42" title="42"> </a><b>Lose out.</b> Meant to be more emphatic than <i>lose</i>, but
2122
+ actually less so, because of its commonness. The same
2123
+ holds true of <i>try out</i>, <i>win out</i>, <i>sign up</i>, <i>register up</i>. With a
2124
+ number of verbs, <i>out</i> and <i>up</i> form idiomatic combinations:
2125
+ <i>find out</i>, <i>run out</i>, <i>turn out</i>, <i>cheer up</i>, <i>dry up</i>, <i>make up</i>, and
2126
+ others, each distinguishable in meaning from the simple
2127
+ verb. <i>Lose out</i> is not.</p>
2128
+
2129
+ <p><b>Most.</b> Not to be used for <i>almost</i>.</p>
2130
+
2131
+ <table class="example" summary="">
2132
+ <tr>
2133
+ <td class="first">Most everybody</td>
2134
+ <td class="second">Almost everybody</td>
2135
+ </tr>
2136
+ <tr>
2137
+ <td class="first">Most all the time</td>
2138
+ <td class="second">Almost all the time</td>
2139
+ </tr>
2140
+ </table>
2141
+
2142
+ <p><b><a name="Nature">Nature.</a></b> Often simply redundant, used like <i><a href="#Character">character</a></i>.</p>
2143
+
2144
+ <table class="example" summary="">
2145
+ <tr>
2146
+ <td class="first">Acts of a hostile <ins title="nature.">nature</ins></td>
2147
+ <td class="second">Hostile acts</td>
2148
+ </tr>
2149
+ </table>
2150
+
2151
+ <p>Often vaguely used in such expressions as a &ldquo;lover of
2152
+ nature;&rdquo; &ldquo;poems about nature.&rdquo; Unless more specific
2153
+ statements follow, the reader cannot tell whether the
2154
+ poems have to do with natural scenery, rural life, the sunset,
2155
+ the untracked wilderness, or the habits of squirrels.</p>
2156
+
2157
+ <p><b>Near by.</b> Adverbial phrase, not yet fully accepted as
2158
+ good English, though the analogy of <i>close by</i> and <i>hard by</i>
2159
+ seems to justify it. <i>Near</i>, or <i>near at hand</i>, is as good, if
2160
+ not better.</p>
2161
+
2162
+ <p>Not to be used as an adjective; use <i>neighboring</i>.</p>
2163
+
2164
+ <p><b>Oftentimes, ofttimes.</b> Archaic forms, no longer in good
2165
+ use. The modern word is <i>often</i>.</p>
2166
+
2167
+ <p><b>One hundred and one.</b> Retain the <i>and</i> in this and
2168
+ similar expressions, in accordance with the unvarying
2169
+ usage of English prose from Old English times.</p>
2170
+
2171
+ <p><b>One of the most.</b> Avoid beginning essays or paragraphs
2172
+ with this formula, as, &ldquo;One of the most interesting
2173
+ developments of modern science is, etc.;&rdquo; &ldquo;Switzerland is
2174
+ one of the most interesting countries of Europe.&rdquo; There is
2175
+ nothing wrong in this; it is simply threadbare and forcible-feeble.</p>
2176
+
2177
+ <p>A common blunder is to use a singular verb in a relative
2178
+ clause following this or a similar expression, when the
2179
+ relative is the subject.</p>
2180
+
2181
+ <div><a class="pagenum" name="Page_43" title="43"> </a></div>
2182
+ <table class="example" summary="">
2183
+ <tr>
2184
+ <td class="first">One of the ablest men that has attacked this problem.</td>
2185
+ <td class="second">One of the ablest men that have attacked this problem.</td>
2186
+ </tr>
2187
+ </table>
2188
+
2189
+ <p><b>Participle for verbal noun.</b></p>
2190
+
2191
+ <table class="example" summary="">
2192
+ <tr>
2193
+ <td class="first">Do you mind me asking a question?</td>
2194
+ <td class="second">Do you mind my asking a question?</td>
2195
+ </tr>
2196
+ <tr>
2197
+ <td class="first">There was little prospect of the Senate accepting even this compromise.</td>
2198
+ <td class="second">There was little prospect of the Senate's accepting even this compromise.</td>
2199
+ </tr>
2200
+ </table>
2201
+
2202
+ <p>In the left-hand column, <i>asking</i> and <i>accepting</i> are present
2203
+ participles; in the right-hand column, they are verbal nouns
2204
+ (gerunds). The construction shown in the left-hand
2205
+ column is occasionally found, and has its defenders. Yet
2206
+ it is easy to see that the second sentence has to do not with
2207
+ a prospect of the Senate, but with a prospect of accepting.
2208
+ In this example, at least, the construction is plainly illogical.</p>
2209
+
2210
+ <p>As the authors of <cite>The King's English</cite> point out, there are
2211
+ sentences apparently, but not really, of this type, in which
2212
+ the possessive is not called for.</p>
2213
+
2214
+ <div class="example">
2215
+ <p>I cannot imagine Lincoln refusing his assent to this measure.</p>
2216
+ </div>
2217
+
2218
+ <p class="no-indent">In this sentence, what the writer cannot imagine is Lincoln
2219
+ himself, in the act of refusing his assent. Yet the meaning
2220
+ would be virtually the same, except for a slight loss of
2221
+ vividness, if he had written,</p>
2222
+
2223
+ <div class="example">
2224
+ <p>I cannot imagine Lincoln's refusing his assent to this measure.</p>
2225
+ </div>
2226
+
2227
+ <p class="no-indent">By using the possessive, the writer will always be on the
2228
+ safe side.</p>
2229
+
2230
+ <p>In the examples above, the subject of the action is a single,
2231
+ unmodified term, immediately preceding the verbal noun,
2232
+ and the construction is as good as any that could be used.
2233
+ But in any sentence in which it is a mere clumsy substitute
2234
+ for something simpler, or in which the use of the possessive
2235
+ is awkward or impossible, should of course be recast.</p>
2236
+
2237
+ <table class="example" summary="">
2238
+ <tr>
2239
+ <td class="first">In the event of a reconsideration of the whole matter's becoming necessary</td>
2240
+ <td class="second">If it should become necessary to reconsider the whole matter</td>
2241
+ </tr>
2242
+ <tr>
2243
+ <td class="first"><a class="pagenum" name="Page_44" title="44"> </a>There was great dissatisfaction with the decision of the arbitrators being favorable to the company.</td>
2244
+ <td class="second">There was great dissatisfaction that the arbitrators should have decided in favor of the company.</td>
2245
+ </tr>
2246
+ </table>
2247
+
2248
+ <p><b>People.</b> <i>The people</i> is a political term, not to be confused
2249
+ with <i>the public</i>. From the people comes political
2250
+ support or opposition; from the public comes artistic
2251
+ appreciation or commercial patronage.</p>
2252
+
2253
+ <p><b>Phase.</b> Means a stage of transition or development:
2254
+ &ldquo;the phases of the moon;&rdquo; &ldquo;the last phase.&rdquo; Not to be
2255
+ used for <i>aspect</i> or <i>topic</i>.</p>
2256
+
2257
+ <table class="example" summary="">
2258
+ <tr>
2259
+ <td class="first">Another phase of the subject</td>
2260
+ <td class="second">Another point (another question)</td>
2261
+ </tr>
2262
+ </table>
2263
+
2264
+ <p><b>Possess.</b> Not to be used as a mere substitute for <i>have</i>
2265
+ or <i>own</i>.</p>
2266
+
2267
+ <table class="example" summary="">
2268
+ <tr>
2269
+ <td class="first">He possessed great courage.</td>
2270
+ <td class="second">He had great courage (was very brave).</td>
2271
+ </tr>
2272
+ <tr>
2273
+ <td class="first">He was the fortunate possessor of</td>
2274
+ <td class="second">He owned</td>
2275
+ </tr>
2276
+ </table>
2277
+
2278
+ <p><b>Prove.</b> The past participle is <i>proved</i>.</p>
2279
+
2280
+ <p><b>Respective, respectively.</b> These words may usually be
2281
+ omitted with advantage.</p>
2282
+
2283
+ <table class="example" summary="">
2284
+ <tr>
2285
+ <td class="first">Works of fiction are listed under the names of their respective authors.</td>
2286
+ <td class="second">Works of fiction are listed under the names of their authors.</td>
2287
+ </tr>
2288
+ <tr>
2289
+ <td class="first">The one mile and two mile runs were won by Jones and Cummings respectively.</td>
2290
+ <td class="second">The one mile and two mile runs were won by Jones and by Cummings.</td>
2291
+ </tr>
2292
+ </table>
2293
+
2294
+ <p>In some kinds of formal writing, as geometrical proofs,
2295
+ it may be necessary to use <i>respectively</i>, but it should not
2296
+ appear in writing on ordinary subjects.</p>
2297
+
2298
+ <p><b>Shall, Will.</b> The future tense requires <i>shall</i> for the first
2299
+ person, <i>will</i> for the second and third. The formula to
2300
+ express the speaker's belief regarding his future action or
2301
+ state is <i>I shall</i>; <i>I will</i> expresses his determination or his
2302
+ consent.</p>
2303
+
2304
+ <p><b>Should.</b> See under <b><a href="#Would">Would</a></b>.</p>
2305
+
2306
+ <p><a class="pagenum" name="Page_45" title="45"> </a><b>So.</b> Avoid, in writing, the use of <i>so</i> as an intensifier:
2307
+ &ldquo;so good;&rdquo; &ldquo;so warm;&rdquo; &ldquo;so delightful.&rdquo;</p>
2308
+
2309
+ <p>On the use of <i>so</i> to introduce clauses, see <a href="#Rule_4">Rule&nbsp;4</a>.</p>
2310
+
2311
+ <p><b>Sort of.</b> See under <b><a href="#Kind_of">Kind of</a></b>.</p>
2312
+
2313
+ <p><b>Split Infinitive.</b> There is precedent from the fourteenth
2314
+ century downward for interposing an adverb between <i>to</i>
2315
+ and the infinitive which it governs, but the construction is
2316
+ in disfavor and is avoided by nearly all careful writers.</p>
2317
+
2318
+ <table class="example" summary="">
2319
+ <tr>
2320
+ <td class="first">To diligently inquire</td>
2321
+ <td class="second">To inquire diligently</td>
2322
+ </tr>
2323
+ </table>
2324
+
2325
+ <p><b>State.</b> Not to be used as a mere substitute for <i>say</i>,
2326
+ <i>remark</i>. Restrict it to the sense of <i>express fully or clearly</i>,
2327
+ as, &ldquo;He refused to state his objections.&rdquo;</p>
2328
+
2329
+ <p><b>Student Body.</b> A needless and awkward expression
2330
+ meaning no more than the simple word <i>students</i>.</p>
2331
+
2332
+ <table class="example" summary="">
2333
+ <tr>
2334
+ <td class="first">A member of the student body</td>
2335
+ <td class="second">A student</td>
2336
+ </tr>
2337
+ <tr>
2338
+ <td class="first">Popular with the student body</td>
2339
+ <td class="second">Liked by the students</td>
2340
+ </tr>
2341
+ <tr>
2342
+ <td class="first">The student body passed resolutions.</td>
2343
+ <td class="second">The students passed resolutions.</td>
2344
+ </tr>
2345
+ </table>
2346
+
2347
+ <p><b><a name="System">System.</a></b> Frequently used without need.</p>
2348
+
2349
+ <table class="example" summary="">
2350
+ <tr>
2351
+ <td class="first">Dayton has adopted the commission system of <ins title="government">government.</ins></td>
2352
+ <td class="second">Dayton has adopted government by commission.</td>
2353
+ </tr>
2354
+ <tr>
2355
+ <td class="first">The dormitory system</td>
2356
+ <td class="second">Dormitories</td>
2357
+ </tr>
2358
+ </table>
2359
+
2360
+ <p><b>Thanking You in Advance.</b> This sounds as if the writer
2361
+ meant, &ldquo;It will not be worth my while to write to you
2362
+ again.&rdquo; In making your request, write, &ldquo;Will you please,&rdquo;
2363
+ or &ldquo;I shall be obliged,&rdquo; and if anything further seems
2364
+ necessary write a letter of acknowledgment later.</p>
2365
+
2366
+ <p><b>They.</b> A common inaccuracy is the use of the plural
2367
+ pronoun when the antecedent is a distributive expression
2368
+ such as <i>each</i>, <i>each one</i>, <i>everybody</i>, <i>every one</i>, <i>many a man</i>,
2369
+ which, though implying more than one person, requires the
2370
+ pronoun to be in the singular. Similar to this, but with
2371
+ even less justification, is the use of the plural pronoun with
2372
+ the antecedent <i>anybody</i>, <i>any one</i>, <i>somebody</i>, <i>some one</i>, the
2373
+ intention being either to avoid the awkward &ldquo;he or she,&rdquo;
2374
+ <a class="pagenum" name="Page_46" title="46"> </a>
2375
+ or to avoid committing oneself to either. Some bashful
2376
+ speakers even say, &ldquo;A friend of mine told me that they,
2377
+ etc.&rdquo;</p>
2378
+
2379
+ <p>Use <i>he</i> with all the above words, unless the antecedent
2380
+ is or must be feminine.</p>
2381
+
2382
+ <p><b>Very.</b> Use this word sparingly. Where emphasis is
2383
+ necessary, use words strong in themselves.</p>
2384
+
2385
+ <p><b>Viewpoint.</b> Write <i>point of view</i>, but do not misuse this,
2386
+ as many do, for <i>view</i> or <i>opinion</i>.</p>
2387
+
2388
+ <p><b>While.</b> Avoid the indiscriminate use of this word for
2389
+ <i>and</i>, <i>but</i>, and <i>although</i>. Many writers use it frequently as
2390
+ a substitute for <i>and</i> or <i>but</i>, either from a mere desire to
2391
+ vary the connective, or from uncertainty which of the two
2392
+ connectives is the more appropriate. In this use it is best
2393
+ replaced by a semicolon.</p>
2394
+
2395
+ <table class="example" summary="">
2396
+ <tr>
2397
+ <td class="first">The office and salesrooms are on the ground floor, while the rest of the building is devoted to manufacturing.</td>
2398
+ <td class="second">The office and salesrooms are on the ground floor; the rest of the building is devoted to manufacturing.</td>
2399
+ </tr>
2400
+ </table>
2401
+
2402
+ <p>Its use as a virtual equivalent of <i>although</i> is allowable in
2403
+ sentences where this leads to no ambiguity or absurdity.</p>
2404
+
2405
+ <div class="example">
2406
+ <p>While I admire his energy, I wish it were employed in a better cause.</p>
2407
+ </div>
2408
+
2409
+ <p class="no-indent">This is entirely correct, as shown by the paraphrase,</p>
2410
+
2411
+ <div class="example">
2412
+ <p>I admire his energy; at the same time I wish it were employed in a
2413
+ better cause.</p>
2414
+ </div>
2415
+
2416
+ <p class="no-indent">Compare:</p>
2417
+
2418
+ <table class="example" summary="">
2419
+ <tr>
2420
+ <td class="first">While the temperature reaches 90 or 95 degrees in the daytime, the nights are often chilly.</td>
2421
+ <td class="second">Although the temperature reaches 90 or 95 degrees in the daytime, the nights are often chilly.</td>
2422
+ </tr>
2423
+ </table>
2424
+
2425
+ <p class="no-indent">The paraphrase,</p>
2426
+
2427
+ <div class="example">
2428
+ <p>The temperature reaches 90 or 95 degrees in the daytime; at the
2429
+ same time the nights are often chilly,</p>
2430
+ </div>
2431
+
2432
+ <p class="no-indent"><a class="pagenum" name="Page_47" title="47"> </a>shows why the use of <i>while</i> is incorrect.</p>
2433
+
2434
+ <p>In general, the writer will do well to use <i>while</i> only with
2435
+ strict literalness, in the sense of <i>during the time that</i>.</p>
2436
+
2437
+ <p><b>Whom.</b> Often incorrectly used for <i>who</i> before <i>he said</i>
2438
+ or similar expressions, when it is really the subject of a
2439
+ following verb.</p>
2440
+
2441
+ <table class="example" summary="">
2442
+ <tr>
2443
+ <td class="first">His brother, whom he said would send him the money</td>
2444
+ <td class="second">His brother, who he said would send him the money</td>
2445
+ </tr>
2446
+ <tr>
2447
+ <td class="first">The man whom he thought was his friend</td>
2448
+ <td class="second">The man who (that) he thought was his friend (whom he thought his friend)</td>
2449
+ </tr>
2450
+ </table>
2451
+
2452
+ <p><b>Worth while.</b> Overworked as a term of vague approval
2453
+ and (with <i>not</i>) of disapproval. Strictly applicable only to
2454
+ actions: &ldquo;Is it worth while to telegraph?&rdquo;</p>
2455
+
2456
+ <table class="example" summary="">
2457
+ <tr>
2458
+ <td class="first">His books are not worth while.</td>
2459
+ <td class="second">His books are not worth reading (are not worth one's while to read; do not repay reading; are worthless).</td>
2460
+ </tr>
2461
+ </table>
2462
+
2463
+ <p>The use of <i>worth while</i> before a noun (&ldquo;a worth while
2464
+ story&rdquo;) is indefensible.</p>
2465
+
2466
+ <p><b><a name="Would">Would.</a></b> A conditional statement in the first person
2467
+ requires <i>should</i>, not <i>would</i>.</p>
2468
+
2469
+ <div class="example">
2470
+ <p>I should not have succeeded without his help.</p>
2471
+ </div>
2472
+
2473
+ <p>The equivalent of <i>shall</i> in indirect quotation after a verb
2474
+ in the past tense is <i>should</i>, not <i>would</i>.</p>
2475
+
2476
+ <div class="example">
2477
+ <p>He predicted that before long we should have a great surprise.</p>
2478
+ </div>
2479
+
2480
+ <p>To express habitual or repeated action, the past tense,
2481
+ without <i>would</i>, is usually sufficient, and from its brevity,
2482
+ more emphatic.</p>
2483
+
2484
+ <table class="example" summary="">
2485
+ <tr>
2486
+ <td class="first">Once a year he would visit the old mansion.</td>
2487
+ <td class="second">Once a year he visited the old mansion.</td>
2488
+ </tr>
2489
+ </table>
2490
+
2491
+ <h2><a class="pagenum" name="Page_48" title="48"> </a>VI. SPELLING</h2>
2492
+
2493
+ <p>The spelling of English words is not fixed and invariable,
2494
+ nor does it depend on any other authority than general
2495
+ agreement. At the present day there is practically unanimous
2496
+ agreement as to the spelling of most words. In the
2497
+ list below, for example, <i>rime</i> for <i>rhyme</i> is the only allowable
2498
+ variation; all the other forms are co-extensive with the
2499
+ English language. At any given moment, however, a
2500
+ relatively small number of words may be spelled in more than
2501
+ one way. Gradually, as a rule, one of these forms comes
2502
+ to be generally preferred, and the less customary form comes
2503
+ to look obsolete and is discarded. From time to time new
2504
+ forms, mostly simplifications, are introduced by innovators,
2505
+ and either win their place or die of neglect.</p>
2506
+
2507
+ <p>The practical objection to unaccepted and over-simplified
2508
+ spellings is the disfavor with which they are received by the
2509
+ reader. They distract his attention and exhaust his patience.
2510
+ He reads the form <i>though</i> automatically, without
2511
+ thought of its needless complexity; he reads the abbreviation
2512
+ <i>tho</i> and mentally supplies the missing letters, at the
2513
+ cost of a fraction of his attention. The writer has defeated
2514
+ his own purpose.</p>
2515
+
2516
+
2517
+ <p>Note that a single consonant (other than <i>v</i>) preceded by
2518
+ a stressed short vowel is doubled before <i>-ed</i> and <i>-ing</i>:
2519
+ <i>planned</i>, <i>letting</i>, <i>beginning</i>. (<i>Coming</i> is an exception.)</p>
2520
+
2521
+ <p>Write <i>to-day</i>, <i>to-night</i>, <i>to-morrow</i> (but not <i>together</i>) with a
2522
+ hyphen.</p>
2523
+
2524
+ <p>Write <i>any one</i>, <i>every one</i>, <i>some one</i>, <i>some time</i> (except in
2525
+ the sense of <i>formerly</i>) as two words.</p>
2526
+
2527
+ <h2><a class="pagenum" name="Page_50" title="50"> </a>VII. EXERCISES ON CHAPTERS II AND III</h2>
2528
+
2529
+ <h3>I. Punctuate:</h3>
2530
+
2531
+ <div class="example">
2532
+ <p>1. In 1788 the King's advisers warned him that the nation was
2533
+ facing bankruptcy therefore he summoned a body called the States-General
2534
+ believing that it would authorize him to levy new taxes.
2535
+ The people of France however were suffering from burdensome taxation
2536
+ oppressive social injustice and acute scarcity of food and their
2537
+ representatives refused to consider projects of taxation until social
2538
+ and economic reforms should be granted. The King who did not
2539
+ realize the gravity of the situation tried to overawe them collecting
2540
+ soldiers in and about Versailles where the sessions were being held.
2541
+ The people of Paris seeing the danger organized militia companies to
2542
+ defend their representatives. In order to supply themselves with
2543
+ arms they attacked the Invalides and the Bastille which contained
2544
+ the principal supplies of arms and munitions in Paris.</p>
2545
+
2546
+ <p>2. On his first continental tour begun in 1809 Byron visited Portugal
2547
+ Spain Albania Greece and Turkey. Of this tour he composed a
2548
+ poetical journal Childe Harold's Pilgrimage in which he ascribed
2549
+ his experiences and reflections not to himself but to a fictitious character
2550
+ Childe Harold described as a melancholy young nobleman
2551
+ prematurely familiar with evil sated with pleasures and embittered
2552
+ against humanity. The substantial merits of the work however lay
2553
+ not in this shadowy and somewhat theatrical figure but in Byron's
2554
+ spirited descriptions of wild or picturesque scenes and in his eloquent
2555
+ championing of Spain and Greece against their oppressors. On his
2556
+ return to England in 1811 he was persuaded rather against his own
2557
+ judgment into allowing the work to be published. Its success was
2558
+ almost unprecedented in his own words he awoke and found himself
2559
+ famous.</p>
2560
+ </div>
2561
+
2562
+ <h3>II. Explain the difference in meaning:</h3>
2563
+
2564
+ <div class="poetry">
2565
+ <div class="stanza">
2566
+ <div class="line">3. &lsquo;God save thee, ancyent Marinere!<br/></div>
2567
+ <div class="line indent3">&lsquo;From the fiends that plague thee thus&mdash;<br/></div>
2568
+ <div class="line right"><cite>Lyrical Ballads</cite>, 1798.<br/></div>
2569
+ </div>
2570
+ </div>
2571
+
2572
+ <div class="poetry">
2573
+ <div class="stanza">
2574
+ <div class="line indent3">&lsquo;God save thee, ancient Mariner!<br/></div>
2575
+ <div class="line indent3">From the fiends, that plague thee thus!&mdash;<br/></div>
2576
+ <div class="line right"><cite>Lyrical Ballads</cite>, 1800.<br/></div>
2577
+ </div>
2578
+ </div>
2579
+
2580
+ <h3><a class="pagenum" name="Page_51" title="51"> </a>III. Explain and correct the errors in punctuation:</h3>
2581
+
2582
+ <div class="example">
2583
+ <p>4. This course is intended for Freshmen, who in the opinion of the
2584
+ Department are not qualified for military drill.</p>
2585
+
2586
+ <p>5. A restaurant, not a cafeteria where good meals are served at
2587
+ popular prices.&mdash;<i>Advt.</i></p>
2588
+
2589
+ <p>6. The poets of <cite>The Nation</cite>, for all their intensity of patriotic
2590
+ feeling, followed the English rather than the Celtic tradition, their
2591
+ work has a political rather than a literary value and bears little upon
2592
+ the development of modern Irish verse.</p>
2593
+
2594
+ <p>7. We were in one of the strangest places imaginable. A long and
2595
+ narrow passage overhung on either side by a stupendous barrier of
2596
+ black and threatening rocks.</p>
2597
+
2598
+ <p>8. Only a few years ago after a snow storm in the passes not far
2599
+ north of Jerusalem no less than twenty-six Russian pilgrims perished
2600
+ amidst the snow. One cannot help thinking largely because they made
2601
+ little attempt to save themselves.</p>
2602
+ </div>
2603
+
2604
+
2605
+
2606
+
2607
+
2608
+ </body>
2609
+ </html>