aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfeynmansfedora <hdawg7797@yahoo.com>2019-08-27 12:18:29 -0400
committerGitHub <noreply@github.com>2019-08-27 12:18:29 -0400
commit5f278fb3d485ebf1534a64edbeac5304914da091 (patch)
treecb875d74fab4fde5649419cc5e62fec14abc9bd2 /README.md
parent4d117f346bbf505dff1bba3ed862c574ea16030b (diff)
Updated main README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1beade6..2db1702 100644
--- a/README.md
+++ b/README.md
@@ -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.