diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -42,3 +42,10 @@ See `example.tex` for examples of how to use `mla8.tex` This is a 3-column format for note-taking, cheatsheets, etc (anything which needs a large amount of information in a small space). Other than the normal page setup, this adds 3 new dimensions. `\marghsize` is the width of the column with margin (`\hsize` becomes width of text only). `\fullhsize` is the dimension of the full page between all the columns because `\hsize` changed meaning. `\fullvsize` is the height of columns and thus the whole page, changing `\vsize` to height of text. `\voffset` and `\hoffset` are unchanged. + +## Terms + +This is typically meant to be used with notes and provides vocabulary compilation at the end of a section/document. +- `\term{Term}{Definition}` makes a new term saved in `\terms` but adds no output +- `\maketerms` expands `\terms` wherever the command is in the document. +- `\theterms` is a macro defining the top of `\terms`. By default, it is a spaced `hrule` and *Vocabulary* centered. |