diff options
author | feynmansfedora <hdawg7797@yahoo.com> | 2019-08-27 12:26:08 -0400 |
---|---|---|
committer | Holden Rohrer <hdawg7797@yahoo.com> | 2019-08-27 12:30:45 -0400 |
commit | fa4e06dc03deca1dc1dfff57b6c339774e1cdcb4 (patch) | |
tree | 2ca125dba7d67856d598d13db34aa5d013bc566f | |
parent | 992429e43abfa7a479e8851c0b3d9943a5f45403 (diff) |
Created terms.tex documentation
-rw-r--r-- | examples/terms.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/terms.tex b/examples/terms.tex new file mode 100644 index 0000000..3c0b88d --- /dev/null +++ b/examples/terms.tex @@ -0,0 +1,17 @@ +\input notes.tex +\input terms.tex + +This is some text which includes {\bf Donald E. Knuth} +\term{D.E. Knuth}{The computer scientist who created \TeX}% +and \TeX. +\term{\TeX}{a computer typesetting system built for efficiency and ease of use} + +And at the end of the section are some terms. +\maketerms \smallskip\hrule\smallskip + +Because that empties out the terms, \term{word}{a basic component of most human languages} +there will only be new terms in it. See below. + +\maketerms + +\bye |