diff options
author | feynmansfedora <hdawg7797@yahoo.com> | 2019-08-27 12:18:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 12:18:29 -0400 |
commit | 5f278fb3d485ebf1534a64edbeac5304914da091 (patch) | |
tree | cb875d74fab4fde5649419cc5e62fec14abc9bd2 | |
parent | 4d117f346bbf505dff1bba3ed862c574ea16030b (diff) |
Updated main README
-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. |