diff options
Diffstat (limited to 'examples')
-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 |