diff options
author | Holden Rohrer <hdawg7797@yahoo.com> | 2019-08-18 01:35:35 -0400 |
---|---|---|
committer | Holden Rohrer <hdawg7797@yahoo.com> | 2019-08-18 01:35:35 -0400 |
commit | a3211da2a3959ff7ed52f24416ac82f7043bd454 (patch) | |
tree | 5a35d9d98ed18e33233cfafa8948664cd90d7656 | |
parent | 99a4ecb644ba3f228d6c2d1981f782c1a092158f (diff) |
minor fix
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ To compile files, run `pdftex --shell-escape /dir/to/file` from this directory. Because files are called from this directory, the relative path is `mla8.tex`, which should be included in TeX documents with `\input mla8.tex` (this method is used to allow `mla8.tex` to call `citations.tex`). -In-document, `mla8.tex` provides a few facilities: +In-document, `mla8.tex` provides a few faculties: - fonts (`\large` makes text 14pt, `\it` italicizes text, `\bf` bolds text; default 12pt roman Times New Roman) - a running page-numbered header which can be enabled on the first page with `\numberfirstpage` - blockquotes (`\blockquote{Long quote}`) @@ -41,4 +41,4 @@ 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. +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. |