Skip to content

Commit 6a38ae9

Browse files
committed
Essay on history of math typesetting
1 parent e433aef commit 6a38ae9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

14-Typesetting-with-LaTeX.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and cast individual bits of type that were exactly the right size needed.
2222
What you need is a digital typesetting system that's equally as powerful!
2323
Writing one should only take a summer, so you set to work.
2424

25-
In 1989 the first "finished" version of \TeX was completed.
25+
In 1989 the first "finished" version of \TeX was completed.[^further-reading]
2626

2727
(Okay, you can stop being Don Knuth now.)
2828

@@ -340,3 +340,5 @@ Name: `______________________________`
340340
[^logo]: Besides having a nifty command for printing out its own logo, of course.
341341
[^thrice]: Sometimes twice, and sometimes thrice! `pdflatex` is a one-pass parser and, well, some things just can't be done in one pass. Yes, this is poor design.
342342
[^caret]: Usually `\^` and `\~` are used to write accents on letters; for instance, `\~n` renders like ñ.
343+
[^further-reading]: See [this essay](http://www.practicallyefficient.com/2017/10/13/from-boiling-lead-and-black-art.html) for more about
344+
the history of mathematical typesetting.

0 commit comments

Comments
 (0)