From a3211da2a3959ff7ed52f24416ac82f7043bd454 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 18 Aug 2019 01:35:35 -0400 Subject: minor fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit