Typofixes to readme file

This commit is contained in:
Kenneth John Odle 2025-05-14 12:58:31 -04:00
parent 2df8250818
commit 9ac0db3965

View File

@ -1,4 +1,4 @@
#Technical Writing Samples # Technical Writing Samples
This project contains technical writing samples that are written in LaTeX. I prefer LaTeX because it is much more efficient than commercial or open-source word processing applications, and it is text-based, which means that it can be tracked using Git. Additionally, updates to documents are made simple through branching in Git. This project contains technical writing samples that are written in LaTeX. I prefer LaTeX because it is much more efficient than commercial or open-source word processing applications, and it is text-based, which means that it can be tracked using Git. Additionally, updates to documents are made simple through branching in Git.
@ -6,9 +6,11 @@ The only binary files here are illustrations in either `.jpg` or `.png` format.
All the files here use packages which should be contained in any standard LaTeX install. You are encouraged to download and compile them. All the files here use packages which should be contained in any standard LaTeX install. You are encouraged to download and compile them.
## Copyright
All documents and images are ©2025 Kenneth John Odle. All documents and images are ©2025 Kenneth John Odle.
##What is here… ## What is here…
1. `accuracy_vs_precision.tex` — A drawing using the Tikz library to illustrate the difference between accuracy and precision in measurements. 1. `accuracy_vs_precision.tex` — A drawing using the Tikz library to illustrate the difference between accuracy and precision in measurements.
1. `significant_figures.tex` — An explanation of accuracy in measurement and the use of significant figures in calculations. 1. `significant_figures.tex` — An explanation of accuracy in measurement and the use of significant figures in calculations.