aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHolden Rohrer <hdawg7797@yahoo.com>2019-08-18 01:35:35 -0400
committerHolden Rohrer <hdawg7797@yahoo.com>2019-08-18 01:35:35 -0400
commita3211da2a3959ff7ed52f24416ac82f7043bd454 (patch)
tree5a35d9d98ed18e33233cfafa8948664cd90d7656 /README.md
parent99a4ecb644ba3f228d6c2d1981f782c1a092158f (diff)
minor fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 40c75d3..1beade6 100644
--- a/README.md
+++ b/README.md
@@ -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.