From 5f278fb3d485ebf1534a64edbeac5304914da091 Mon Sep 17 00:00:00 2001 From: feynmansfedora Date: Tue, 27 Aug 2019 12:18:29 -0400 Subject: Updated main README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit